StackRating

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

Eugene Sh.

Rating
1584.32 (2,672nd)
Reputation
12,505 (11,721st)
Page: 1 2 3 ... 10
Title Δ
using recursion to calculate total digits -0.10
Assignment in ternary operator -0.81
C function error: is it better to abort the function or simply exit... +2.07
Shorthand for multiple equivalency checks in c +0.16
Why padding is placed at the end of aggregate types as well, rather... 0.00
Do values whose pointers are in arrays persist +2.44
Is it possible to subscript an array literal at the point of defini... +1.88
How to access GCC -Dmacro? 0.00
What is the best way to detect that a recursive function is called... +0.95
Bit masking for I2C writes? -0.89
C assert() expressions +0.14
Why does sizeof(x)++ compile? 0.00
Return date from 32 bit hex +1.88
Why cast free's return value to void? +2.11
what if I use many 'if's and only one 'else' +1.23
Why is `\` affecting the return value of printf? -0.27
Bracket order in multidimensional arrays +1.79
What is the fastest way in C to extract 8 bits from 8 different byt... -1.08
Why two return registers (in many procedure calling conventions/ABIs) 0.00
Why char value increasing 3? -1.38
Why does declaring an unsigned char "Volatile" make it in... +1.51
Is there a way I can shorten this if statment? -0.31
Can't get original value after sending by serial port +0.41
How to use list comprehensions to replace characters in a string? +0.74
Efficient symmetric comparison based on a bool toggle +0.63
Can anyone show an example where this precedence matters? -0.73
Generate multiple similar functions with C preprocessor +1.52
'strcpy' function doesn't copy properly 0.00
get unsigned long long addition carry -1.29
Convert signed int of variable bit size +0.09
How to simplify compound negated logic +0.28
Why does moving printf() in a while loop that uses getchar() produc... 0.00
Eclipse Makefile project to be built within a Cygwin environment 0.00
Can (a==1 && a==2 && a==3) ever evaluate to true in... +0.81
sprintf can't change static variable inside printf call +1.78
How to check if a function is calling back to itself +0.41
Does comparing a pointer that has been free'd invoke UB? +1.43
Understanding how UNIX fork() affects parent process +0.97
#define in inline assembly in GCC 0.00
How does integer promotion work on C Cast? +1.56
Is comparing the same string literals always true? +0.40
compare string in C passed as argument in the main +0.42
PROLOG - LCM of couples in list 0.00
Using Logical AND 1 when setting a variable in C -0.96
C generic inheritance with low verbosity -1.81
why strcpy return char * and not char +1.85
Choosing different header file depending on instructions from Makef... 0.00
c char array to uint8_t array +1.48
Race conditions can also occur in traditional, single-threaded prog... +1.27
Don't fully understand custom-written 'memcpy' function... -0.49