StackRating

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

Secure

Rating
1493.34 (4,331,060th)
Reputation
3,690 (45,525th)
Page: 1 2 3
Title Δ
Standard C functions: Check for -1 or 0? +0.38
pulling values from pointers in a loop +3.82
How to detect encodings on signed integers in C? -0.68
addition of "binary" numbers -1.12
Casting one struct pointer to other - C -3.47
Is unsigned char a[4][5]; a[1][7]; undefined behavior? +2.65
Why use #if 0 for block commenting out? -2.98
Is "*p = ++(*q)" undefined when p and q point to the same... +1.64
Know data type of the list elements +2.34
Input Puzzler in C +3.65
Is there a way to make this hash lookup any faster? -2.42
Adding members to a C-style struct and backwards compatibility -4.53
C API design: Who should allocate? +2.85
Name for a bitmask with 1-bit set +2.20
return nothing from non-void function in C +2.29
Should I use secure versions of POSIX functions on MSVC - C +3.89
Compiling in constants at runtime -3.24
family of binary hash functions 0.00
Does this cause a memory leak? -2.10
Bad pointer type with a typedef +3.17
Switch statement: must default be the last case? +3.57
Best Loop Idiom for special casing the last element -1.06
Tree Library for C +3.74
Checking for redundant included header files +3.82
What is the logic behind defining macros inside a struct? -2.87
Ways to avoid Memory Leaks in C/C++ +2.89
storing characters in char data type C language -2.88
New to AVL tree implementation 0.00
Can knowing C actually hurt the code you write in higher level lang... +2.32
Does C99 guarantee that arrays are contiguous? +4.48
casting doubles to integers in order to gain speed -1.33
preprocessor macros i don't understand +0.35
Semantic errors +2.66
Understanding of a C code required +4.00
How to find where error is +0.11
Is it possible to avoid global variables in a strictly procedural p... -2.45
How to get the actual address of a pointer in C? -2.17
Why exactly should I not call free() on variables not allocated by... -0.26
assignment makes pointer from integer without a cast 0.00
RANDOM Number Generation in C +4.13
what's bad about shifting a 32-bit variable 32 bits? +4.76
can a program written in C be faster than one written in OCaml and... -1.98
is there an equivalent of std::swap() in c -0.99
What is a NULL value +2.79
Dangling pointers and double free +4.21
Problems Using memset and memcpy -3.30
Strange code behaviour? -3.67
Native Endians and Auto Conversion -1.51
pointer as second argument instead of returning pointer? -1.84
How to store an integer value of 4 bytes in a memory of chunk which... -3.70