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 ... 8 9 10 11 12 ... 65
Title Δ
Does Java have undefined behavior like C++ does? +2.82
In a GNU C macro envSet(name), what does (void) "" name m... -0.91
Can you omit the return type in main function? -0.61
Violating of strict-aliasing in C, even without any casting? -0.86
Is rightshifting signed int by 8 * sizeof(int) or more undefined? -0.75
Why do C fundamental types have identifiers with multiple keywords -0.61
What precautions should I take to make a memory pool that does not... +0.63
16bit to bcd conversion -1.06
Union of different types and sizes of pointers +0.33
Base64 encoding and equal sign at the end, instead of A (base64 val... 0.00
Why is Activator.CreateInstance<T>() allowed without the new(... -0.71
Why does declaration of function with int return type is not compul... +0.37
Can num++ be atomic for 'int num'? +0.66
Why does packing not work across sibling unions or structs 0.00
Is malloc() under Microchip XC16 guaranteed to produce word-aligned... +0.70
Does this macro violate the STRICT ALIASING RULE? -0.52
"-ftrapv" and "-fwrapv": Which is better for ef... -0.55
Is the strict aliasing rule incorrectly specified? -0.43
Can an object have more than one effective type? -0.70
why does std::allocator::deallocate require a size? +1.28
Is this behavior of clang standard compliant? -0.88
Why can't I retrieve my flexible array member size? -0.38
Can memcpy be used for type punning? +0.30
Can division by non-zero still create a nan / infinity +0.35
Calling a free() wrapper: dereferencing type-punned pointer will br... -0.73
Is it possible to write a conformant implementation of malloc in C? -1.08
Can a char array be used with any data type? -0.90
Catching exceptions with "catch, when" -0.73
Using an allocated space to store multiple arrays 0.00
Why doesn't Ascii85 encoding allow for dynamic compression? +1.15
How does the JVM reuse interned String substrings? +1.25
Is INT_MIN * -1 a no-op on x86? -0.48
Why class size increases when int64_t changes to int32_t +0.26
C - Incompatible Pointer Type -0.71
Struct Reordering by compiler -0.27
Does accessing a declared non-volatile object through a volatile re... +0.66
Is there a mechanism in C11 for ensuring expected types of negated... -0.45
C99: Why does %lli not match int64_t on 64bit machines? 0.00
Pointer alignment and aliasing 0.00
What is the purpose of casting into "object" type? -0.04
Out of bounds array accesses in C++ and reinterpret_cast +0.64
Fast strlen function vs aliasing rules -1.32
Making a managed object truly deletable +0.43
Understanding the Optimization of C code on ARM platform using GCC... 0.00
Was it possible to access the array element of its own size? -0.60
Why doesn't the compiler warn you if there is possible Undefine... -1.04
Can C's restrict keyword be emulated using strict aliasing in C... -0.18
Is a type cast necessary while converting between signed int and un... -0.89
Does integer overflow cause undefined behavior because of memory co... +0.82
Is negating INT_MIN undefined behaviour? -1.04