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 ... 11 12 13 14 15 ... 65
Title Δ
Struct constructors and layout -0.76
Java Design Issue: Enforce method call sequence +0.02
Is i=i+1 an undefined behaviour? -0.26
Is it legal to compare dangling pointers? +0.28
.NET deterministic disposal of a shared object +3.72
Integer promotion for implementations where sizeof(short) == sizeof... 0.00
Does casting pointers to integers define a total order on pointers? -1.12
Move value to destination address (C51 family) 0.00
If a volatile reference has changed between a thread loading the re... +2.05
Is floating point precision mutable or invariant? -0.00
why don't List<T>.GetHashCode and ObservableCollection<... +0.26
why it is allowed to pass insufficient number of parameters when ca... +1.78
C# calling IDisposable.Dispose() vs making object null -0.22
Multiple Dispatch: A conceptual necessity? +0.09
Can a C implementation use length-prefixed-strings "under the... -0.54
What are the problems of a zero-terminated string that length-prefi... +0.01
Why are unsigned integers error prone? -0.53
Is modifying the pointed value and the pointer at the same time UB -1.39
Can arbitrary byte arrays be constructed pre-compile time from vari... -0.94
Is it undefined behavior to #define/#undef an identifier with speci... -0.51
Are unsigned integer types always of different sizes? +0.03
Can an implementation specify undefined behavior +1.74
Do C# and Java longs form a commutative ring? +3.33
Why does GCC emit a warning when using trigraphs, but not when usin... -0.61
Correct way to find the source of GC overhead limit exceeded except... -1.17
Why can't I create an array of a type parameter in Java? -0.14
is IDisposable a behaviour as Liskof ment it? 0.00
Why do I have to use long double for user defined literals? -0.19
Should a C# struct have only read-only properties -0.23
Is it definitely illegal to refer to a reserved name? +0.02
What exactly is a "Special Class"? +0.26
Why is this code vulnerable to buffer overflow attacks? -0.47
Why do so many problems in computer science lead to graphs? 0.00
How to destroy an un-managed object using IDisposable Interface? -1.27
Example of error caused by UB of incrementing a NULL pointer +0.51
In a yield return function is it possible to ensure that the finali... -0.27
How strstr return is not a constant +0.22
Why are integer types promoted during addition in C? +0.44
C#: Why can't I pass 'this' as a constructor argument t... 0.00
Does this avoid UB +0.51
What is theoretically the smallest floating point format possible? -0.61
Why we need to override hashCode and equals? +0.20
Program to Convert decimal to IEEE single-precision floating-point... 0.00
So the invention of lists made IEnumerable classes useless and wast... -1.25
Will Dispose() be called if a .ctor() throws? +0.98
C#: why are there no automatically generated equals/gethashcode/==/... +3.14
Collection class and IDisposable interface +0.52
What are the benefits of an immutable struct over a mutable one? +1.72
string concatenation and reference equality +0.74
Why does ((unsigned char)0x80) << 24 get sign extended to 0xF... -0.19