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 Δ
Detect 64-bits in C using size_t -0.76
Internal consistency of C structures +0.07
The difference in these 2 snippets of code +0.13
Heap vs stack vs bss section +0.36
Would "p = p + (*p)++ * 3 + c;" cause an undefined behavi... +0.51
Is a lookup table a form of hash table? -1.04
Why not using a typedef for a struct in C? +2.15
Integer overflow not consistent -1.44
Is using memcmp on array of int strictly conforming? -1.46
uthash add malloc strcpy printf prints garbage values +0.51
Does using lots of C code blocks incur performance hit? -1.05
64-bit hash/digest in C -0.57
When are pad bytes copied - struct assignment, pass by value, other? -0.53
Allocating memory in C Function +0.12
sizeof(struct ExampleStruct) or sizeof( *VarExampleStruct) - Which... -1.06
Why does my #define macro appear to be a global? -2.08
char a[512] vs char b[512 + 1] -1.05
What are the ways to skip the use of && in for condition st... -2.23
Why is this code reentrant but not thread-safe +0.42
128 bit values on 64 bit architecture in C -0.00
How to manage memory alignments and generic pointer arithmetics in... +0.86
"Dictionary" Undeclared -0.23
Nested structs and strict aliasing in c +0.81
what should comment say when programmer is aware that it is bad sty... +0.69
What are the two precondition on Binary search? +0.99
Define a macro off of the content of a macro -4.09
little endian to big endian +1.16
how to fix strcpy so that it detects overlapping strings +4.05
C - Segmentation Fault with strcmp? +1.25
> and >= at Assembly level -3.52
Benefit of writing (1<<24 - 1) instead of FFFFFF? -3.88
Trying to write up a C daemon, but don't know enough C to continue +1.91
Calculating a "based" data checksum. (SHA1/2, etc) +0.27
Hash Table Problem...Urgently need your Kind Attention +0.04
Portable way to "unpoint" a pointer typedef? -2.77
Memory allocation for simple variadic string concatenation in C -1.06
Properly delimiting strings in C +0.25
Why do we pass by reference when we have a choice to make the varia... -1.04
how to cast from one type to another in c -2.11
Implement generic swap macro in C -2.15
How to write a 24 bit message after reading from a 4-byte integer o... +1.00
Is there any way to compute the width of an integer type at compile... -2.81
What is guaranteed about the size of a function pointer? -3.23
Security exploits in "safe" languages -4.07
I dont want to preprocess specific macros.It should not replace it... -1.31
Recalculation of Balance Factor in AVL Tree +3.37
Are consecutive calls to `errno` to be avoided? +0.79
Can sizeof(int) ever be 1 on a hosted implementation? +3.06
Pointer to FILE nulling itself without being used at all -3.83
How do I perform "Millions of Calculations?" +0.52