StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

chqrlie

Rating
1549.14 (8,204th)
Reputation
66,615 (1,321st)
Page: 1 ... 15 16 17 18 19 ... 75
Title Δ
Optimizing the backward solve for a sparse lower triangular linear... -0.54
How do fread and fwrite distinguish between different data (types)... +0.47
In linked list ,when i write (temp->next=newnode) then when i ap... 0.00
Is it possible to fwrite from specific starting index in C? +0.15
Converting string of 0 and 1 characters to hexadecimal string -1.27
Copying one file to another: scanf keeps looping -0.54
How to use pointers in C language +0.12
Failing to detect long string character values 0.00
Insertion sort not printing all values in C +0.46
Why does printing a return carriage significantly reduce the rate a... -2.90
No output over SSH before waiting for input via scanf() 0.00
Allocating memory to a different struct changes pointer members of... +0.46
Is there a way to interchange mathematical operators in a while or... -1.39
Why is this code not producing an output? -0.05
bsearch() in C giving segmentation fault in new gcc version 7.4.0 -1.33
What happens if I assign to an int pointer a float variable address... +0.44
Program instantly stopping in C? -1.46
C Programming: How to delete a single record from a file 0.00
How do I exit from do-while loop when a program was successfully te... -1.55
Pointer to beginning of linked list -0.75
Why is this Recursion not getting its base case? -1.84
Mergesort for linked list 0.00
How to tokenize sentences with symbols in C +1.24
freeing memory in a while loop keeps getting stuck an infinite loop -0.29
What am I doing wrong in passing a struct around in C? 0.00
What is the output of this code with explanation? 0.00
How to input data into a 2D array represented by a double pointer i... 0.00
How can I compute integer exponentiation modulo a constant in C 0.00
Using * in string compare? 0.00
How do I get rid of the following sign-conversion warning? -0.96
Saving a data set in a txt file using C 0.00
Recursive mergesort in C not modifying the original array +0.19
How to format float in C without most significant digits? 0.00
Why Frama-C v20.0 Calcium does not support redefinition of a typede... 0.00
Can `scanf("%*s")` fail? 0.00
How to edit a number which is at a specific location in a given fil... 0.00
How to make this recursive function return the smallest integer fro... 0.00
I wanna make strncpy function directly, can you review my code? The... +0.05
Adding a node at the beginning of a Singly Linked List (C) 0.00
K&R exercise 1-8 improvement 0.00
Gdb and dollars in identifiers 0.00
Merge Sort Segmentation Fault Only On Large Arrays 0.00
Remove first and last character from a string -1.79
signed integer division with rounding in C -0.94
Preprocessor: error: missing binary operator before token "(&q... 0.00
Weird behaviour of function with malloc() and realloc() resulting i... +1.80
merge sort in python IndexError +0.44
passing arg 1 of `strcspn' from incompatible pointer type -1.94
Why does my FirstFactorial program keep looping back to while condi... -1.01
Is (char *)NULL - (char *)NULL undefined behavior? -1.39