StackRating

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

dbush

Rating
1674.89 (283rd)
Reputation
111,709 (609th)
Page: 1 ... 6 7 8 9 10 ... 90
Title Δ
Linker is unable to tell the difference between function and variab... 0.00
Why does the sizeof operator in C gives different output in case of... 0.00
What if I replace all the %X to %p in printf method -0.12
Check whether Child Process has terminated in C on Unix without blo... +1.04
Can we write comments within variable names? +0.08
Segmentation Fault: 11 with Scanf 0.00
What could be the benefit of such a complicated function to test if... 0.00
Why `lower, upper = 0, N;` will make lower = 1 and upper = 0? 0.00
how can I force the source file implement definition for a header f... -2.32
reinitialize a global variable that is already defined in other sou... 0.00
Why does the C compiler allow silent casting from uint16_t to an en... +1.74
confused about pointer syntax when defining type in C -2.55
Determining whether the stack grows downwards by computing the diff... 0.00
C call a different function based on a given integer value 0.00
Why do printf implementators prefer to print "%a" numbers... +1.27
Why is the second part of my && condition works (executed o... +0.28
why is the value of sum changing 0.00
Problem during variable atribution (0.000010 becomes a huge number)... -0.56
Why does C have a `hypot` function? +0.76
Diffrent usage of &- operator +1.89
initializer element is not a compile-time constant with malloc 0.00
Removing a string from a string array in C ( i.e. removing an item... +1.44
Segmentation fault on array write 0.00
How to accept pointer to a function with any number of parameters,... 0.00
function returns address of local variable, but it still compile in... -0.27
Function pointer cast as void without being called -0.25
Question concerning the comparison function passed as a parameter t... 0.00
How to implement RSA Encryption in C? 0.00
Can function loaded from dlopen call a function from the executable... -2.48
data repeats when using memcpy 0.00
Having trouble formatting printf correctly in C++ -0.73
How can i not overwrite my variables in C language? +0.27
How to handle built-in(?) command as a parameter in Linux? 0.00
Where does a function declared in .h file find the its definition? -1.59
How to treat %d as a string in JSON 0.00
Why is my code skipping over spaces and punctuation when shifting l... -0.16
What does Valgrind mean when it says memory is "definitely los... +0.93
Can a one past the element pointer that compares equal to a valid p... 0.00
How to find the definition of EVP_MD, EVP_MD_CT, etc in OpenSSL? 0.00
How to copy the 4 bytes to sockaddr.sa_data? +1.74
How to make getopt skip the program name and the script name before... 0.00
How can I convert an integer to float with rounding towards zero? -2.10
How to initialize a pointer outside of main? -0.76
How to read only half a byte from a binary file at a time in C? -1.31
Force if statement to execute only once +0.97
Comparing struct pointers, casting away members, and UB +0.82
Error: request for member 'time_c' in something not a struc... 0.00
Is it UB to compare (for equality) a void pointer with a typed poin... -0.07
Defining a variable arguments function in a preprocessor #define +1.10
Why pass by pointer to a C function? +1.09