StackRating

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

Steve Summit

Rating
1552.46 (7,244th)
Reputation
17,948 (7,782nd)
Page: 1 ... 6 7 8 9 10 ... 17
Title Δ
How to make scanf() work inside while test condition? +0.92
Does ISO C allow aliasing of the argv[] pointers supplied to main()? -1.84
identifying structure members dynamically -0.58
fast unsafe conversion of uint32_t to int32_t +2.72
How can I make my outer for loop iterate past i = 1? -0.34
Does the comma operator make the code slower? 0.00
What happens when strnlen() is used with a larger maximum length th... -0.09
Should C API return value or error code? 0.00
C Pointer Arithmetic for Unusual Architectures -0.37
Does printf() care about the locale? -0.15
Using a timer in C +0.43
Multiple inputs with different data types using scanf() 0.00
How to find that scanf has not got any input +1.81
About the exclusiveness of the cases of an if block -0.53
About the exclusiveness of the cases of an if block +1.97
About the exclusiveness of the cases of an if block -0.53
Is it (not) possible to use special characters in C source? -0.70
what does *(flow + i*n + j) mean in C? I have no idea what this top... 0.00
Compound Assignment Operators in C -0.54
Program Return Stack Overflow in C 0.00
C language fscan doesnt stop 0.00
Why is it bad to use short +1.93
maximum line length program prints unreadable characters in c 0.00
Amount of data read() syscall will actually read +2.61
Passing string to a function when unsigned int expected in C -0.34
gettimeofday() microsecond not limited to below second +0.31
gettimeofday() microsecond not limited to below second +0.31
is there any way to copy double type arrays +0.43
Pass a String to ASCII -> C Language +0.22
Pass a String to ASCII -> C Language +0.22
variable scale of iterating for size_t 0.00
How to understand the behaviour of printf statement in C? -1.22
How to avoid use of goto and break nested loops efficiently +1.05
Alternatives of fopen, fread for reading from string? +1.22
Alternatives of fopen, fread for reading from string? -0.78
can someone please tell why " -'0' "is being done... 0.00
Why won't these two functions convert decimals to binary (uint8... +0.44
C identifier and main +1.14
Race conditions can also occur in traditional, single-threaded prog... -0.40
String formatting and parsing in C +1.25
Unable use write() to write to standard out +0.44
'Undefined reference to function' issue even after linking... 0.00
BSD memcmp(3) difference between manual and implementation +1.04
C program to find two's compliment -0.43
why does this make an infinite loop? +0.40
How do I concatenate integer binary values in an array in C? +0.44
Is #defining within a block really a code smell? +0.51
Alignment of file scope variables 0.00
How to have C output ≤ and ≥ symbols in the output instead of? +2.18
Where is an initialized local variable's value stored before th... +0.10