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 ... 9 10 11 12 13 ... 47
Title Δ
Alternatives to `while (1)` to simplify branching +1.24
How to find stack size? 0.00
How is ISR a callback function -2.82
Strange behavior of #define -0.81
do - while loop with multiple conditions in c +0.30
Program exits endless loop (PIC microcontroller)? 0.00
Force current commit to tip of branch 0.00
GIT: Branched off feature branch instead of development branch -0.37
memory allocation vs array size definition 0.00
Why does this array exist even after it is freed? -2.54
Assigning values to initialized pointers 0.00
drop the LSB from an address in c +0.82
Why did this worked on someone and else not me? +1.03
What could be the expression "double (f)(double)" in C mean 0.00
Output unicode wchar_t character -0.93
What does the c precompiler do with macros defined as (void)0 +0.92
Why is it better to use cast when you assign an integer to a pointer? -0.39
Duplicating a function with a new name -0.28
GOTO before local variable +1.93
C/C++ pointer dereferencing +0.31
in depth working of modulus function in C +0.28
Why does my simple rounding trick not work? +1.32
How to correctly forward declare a typedef'd struct +0.78
Use of undeclared identifier 'o' +1.41
can anyone plz explain why does this display -1? -0.22
C code to check if unsigned short contains a particular byte +0.59
Why does the sizeof operator give different outputs +0.71
pre-increment and post- increment +0.32
Initializing a bitfield of an anonymous struct 0.00
Is perror thread-safe? +1.47
Sizeof array through function in C +1.04
ssize_t and size_t give different values 0.00
C printf data format requirements -0.74
Can I store generic arrays in structures? -0.01
How to convert float to string using single char pointer? -2.73
Compilation warning not present (GCC and g++) -1.69
For loop assignments overflow into another variable +0.80
Is &"string" the same address as "string"? 0.00
How to prevent SVN from allowing commit if a certain #define is ena... 0.00
Tagging an Android Release +0.33
Copy longer string to shorter string in C 0.00
What type is meant by SQLDescribeCol when it returns -8? 0.00
c warning: use of const variable in a constant expression is non-st... 0.00
printf("%p") and casting to (void *) +1.65
instantiating a struct in a function call as an argument -0.18
The following C program regarding pointers is not working -1.09
Initialise a structure containing a union +0.66
Does C support raw string literals? 0.00
How to write a function that will return part of char * in C? -0.19
what is the exact meaning of defining int *p={1,2,3}; +0.47