StackRating

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

supercat

Rating
1359.31 (4,536,292nd)
Reputation
58,836 (1,588th)
Page: 1 ... 5 6 7 8 9 ... 65
Title Δ
Why are types always a certain size no matter its value? +1.00
comparison Integer object with primitive int -0.13
How to safely compare two unsigned integer counters? -0.68
Is it undefined behavior to return an uninitialized, ultimately unu... -0.75
Does pointer equality imply integer equality? -0.54
Why do system calls exist +0.59
pack bits in a struct c++ / arduino -0.95
Pack trimmed C structs +0.69
Does C99/C11 restrict type qualifier imply anything for functions w... -0.64
Most loose way to parse a date/time in C#? +0.16
Are there are any examples of modern target/compilers where breakin... +0.60
Is read exceed an object undefined behavior in C? -0.38
Any optimization for random access on a very big array when the val... +0.68
Integer overflow in intermediate arithmetic expression -0.54
Is it well-defined to access a partially-assigned array, past the a... +0.84
Can arrays of different layout alias? 0.00
Warning on char or int or short or long or unsigned -0.66
The "object" data type in C++? +0.69
Gray code fifo getting number of elements in buffer +0.72
What is the behavior of C89 with respect to integer division of two... +1.08
Inaccurate size of a struct with bit fields in my book -1.01
What are the consequences for leaking resources? +1.25
Java Class Casting Rules -0.51
Which is the correct way to transfer values between unions? -1.20
How do I easily access to the active value of my union? +1.38
Violating strict aliasing does not always produce a compiler warning 0.00
C language: uninitialized local variables (arm-none-eabi-gcc) +0.20
Is returning an exception an anti-pattern? +0.63
Do programs ever precompute/cache hash keys for performance 0.00
Accessing memory with various types through a void pointer -0.98
Understanding the scope of undefined behavior +0.38
How reason about strict-aliasing for malloc-like functions -0.98
Struct pointer casts -0.82
Why is the phrase: "undefined behavior means the compiler can... -0.77
Does undefined behavior really help modern compilers to optimize ge... -0.11
Using va_list as an array in C -0.88
Passing array to a function (and why it does not work in C++) +0.55
What's a modern term for "array/pointer equivalence"? +1.10
Plain C polymorphism, type punning, and strict aliasing. How legal... +0.71
If a part of the program exhibits undefined behavior, would it affe... -0.77
Does accessing an int with a char * potentially have undefined beha... +1.52
Is a redeclaration of an untagged structure a compatible type? -0.82
Does C++14 define the behavior of bitwise operators on the padding... -0.79
Is the behaviour of a program that has undefined behaviour on an un... +0.58
Two's complement binary to decimal 0.00
What's the difference between `add al, 0` and `add al, '0&#... 0.00
Malloc equivalent for calloc 0.00
Function not called in code gets called at runtime -0.27
Pointer addition and integer overflow with Clang 5.0 and UBsan? -0.78
is this use of realloc inside a function correct? (and the use of f... -0.38