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 2 3 4 ... 65
Title Δ
Comparing struct pointers, casting away members, and UB -0.15
When and how are VLAs evaluated in sizeof expressions? -0.59
Why is there an ambiguous method call between long, float and decim... -0.97
UndefinedBehaviorSanitizer on my CS50 Blur Filter -0.21
Program should crash but it doesn't -0.57
Why `gets_s()` still isn't implemented in GCC (9.3.0)? 0.00
Stdint.h in ANSI C (C89) 0.00
compile time conditions in if statements 0.00
What's the difference between a double pointer and a function w... 0.00
Why do we need ABI and calling conventions 0.00
Is it safe to assume that realloc()ing to a smaller size will alway... 0.00
where downcasting is actually useful? 0.00
Compund literals storage duration in C 0.00
Integer overflow wrapping and calculation 0.00
Is it valid to pass the address of a non-array variable to a functi... -0.28
Allowing struct field to overflow to the next field -0.75
Why is getchar() in C printing characters? +0.76
A way around computing the size of different arrays passed to the f... +3.09
Why do compilers construct a graph in register allocation? +0.66
Why are multiplications by constant signed integer fractions not op... 0.00
Why is the reference of structs with similar first members allowed... +0.05
How are constant struct members handled in C? -1.08
How atomic Operations work and how thread can't be preempted. I... 0.00
How do I make a conversion from scientific notation more precise? +0.68
Is it undefined behavior to "trash" a return value by cas... -0.66
Is using std::memcpy on a whole union guaranteed to preserve the ac... -1.01
Is accessing an element of a multidimensional array out of bounds u... -0.99
Are C standard library functions thread-safe in absence of C11 thre... +0.16
Unexpected output in converting from long in C to long in C++ in VS? +0.02
How do I get a volatile function argument working? -0.73
Is it possible to use the generic "in" and "out"... +1.47
Printf for float in c 0.00
How a program in 16 bit system can access integers more than 65535... -1.15
Access an array from the end in C? +0.07
Why does Java allow an interface to extend another interface both d... 0.00
Can two structs in C99/C11 alias? -1.15
Which "C" implementation(s) do not implement modulo arith... -0.87
Is it a correct way in OOP programming to have a reference to inter... -1.11
Effective type rules with relation to strict aliasing -0.79
Pointer arithmetic on uintptr_t -0.69
How does malloc work with strict aliasing - can it only be violated... -0.69
Why can GCC only do loop interchange optimization when the int size... 0.00
Is a FTDI USB to RS232 better than a real RS232 COM port? 0.00
Is it possible for a programming language to confidently prevent un... -0.90
Is an interrupt a signal, according to the C spec? -0.81
Is it possible to use hashCode as a content unique ID? 0.00
How to force DTOs types to implement a method? 0.00
Why does char 0xA change to 0xD + 0xA characters when writing it in... +0.90
Using static objects from signal handler -0.85
Are the hashcodes returned by the System.identityHashCode method un... -0.23