StackRating

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

ouah

Rating
1639.74 (709th)
Reputation
124,742 (513th)
Page: 1 ... 21 22 23 24 25 ... 47
Title Δ
C pointer arithmetic for arrays +1.09
getting wrong values for time and height for projectile motion 0.00
C returning garbage value for length greater than 3 -0.73
C Compiler error: unknown type name '__evenaccess' -2.75
Why does compiler not issue diagnostic for taking address of regist... -0.48
Language: C; Compute a series recursive and iterative 0.00
how the following PC-Lint warning be cleaned in C? +1.59
How to navigate a UTF-8 text file -1.13
buffer is being written before old contents are used -1.91
C - Which is the advantage for the user of const in parameters of f... -0.84
Assignment <pointer to array of constants> = <pointer to a... -0.85
How to count the number of different type of characters in file usi... +0.32
Copying one structure to another and Effect of changing one on Anot... +0.26
Bit Hack in C Cannot Understand 0.00
String in function parameter -1.50
Putting a Variable inside a Conversion Specification in C -1.33
GIT : List of people cloned a repo -0.66
how to get the latest changes from others and do not use my changes... +0.33
C strtok() split string into tokens but keep old data unaltered -0.90
passing more than required arguments to c function +0.31
Ruby - source code - coding style 0.00
Why use bzero over memset? +1.35
strncpy doesn't always null-terminate -0.06
Why does my loop make my system crash? how would i fix it? 0.00
program givin error when gchar is initialized 0.00
What does this comma do in the *test* portion of a for loop? +0.02
Why does C need prototype functions while Java does not? +0.20
pre-increment and post-increment in printf +2.01
Why #define TRUE (1==1) in a C boolean macro instead of simply as 1? -0.65
GCC `scanf` segmentation fault 0.00
I fail to understand the following assigment -0.97
What causes the array in the following code not to be printed? +0.32
Creating a simple String Struct +0.88
Not sure why the compiler is complaining ... implicit declaration o... +1.39
Print array which was filled in other funciton 0.00
Memory fault in memcpy call +0.32
Accessing address of struct element via pointer-to-pointer -1.16
.bss vs COMMON: what goes where? +0.20
Correct sscanf() prototype, "int sscanf ( const char * s,const... +0.32
Tricky Ternary Operation in C +0.33
What is the difference between memcpy() and strncpy() given the lat... -2.66
What is the reason for memsetting initialized buffer +0.33
C - run function before/after main() ended +0.68
Why is {typedef int* PTR;const PTR p=&num;} not equivalent to &... -1.54
What value does a static variable store when inputted into? +1.41
Cast int to char array in C -0.44
Decoding Assembly output in C Program +0.59
undefined behaviour of macro in for loop +0.33
why the char comparison "if(c>='a' && c<='z')&qu... -2.23
Can the pre-processor directives like #include be placed only at th... +0.31