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 ... 10 11 12 13 14 ... 65
Title Δ
How object slicing can result in memory corruption? -0.32
Is there ever a reason to keep outer exception when there is an inn... +1.38
Why does Enumeration get converted to ArrayList and not List in jav... +0.32
Is undefined behavior only an issue if you are deploying on several... +0.63
Is it okay to longjmp before calling va_end? -0.56
Is it possible to concatenate a list of strings using only a single... -0.44
Inaccuracy of decimal in .NET -1.03
Does "Undefined Behavior" really permit *anything* to hap... +0.98
How to implicitly stop a thread in an object in C# +0.35
Using stronger typed lists in derived objects than the parent has d... +1.78
Is memcpy of a pointer the same as assignment? +1.67
Dereferencing an out of bound pointer that contains the address of... -0.85
Trailing characters with #include directive -1.03
Why random integer is outputed when more '%' conversions th... -0.64
What makes this usage of pointers unpredictable? -0.45
Why is finalize() only called once by garbage collector? -1.16
Does it make sense to have a non static method which does not use a... +1.03
Disposing my System.IDisposable object in my finalizer -0.19
Is uninitialized local variable the fastest random number generator? +0.29
Why is gcc ignoring 'register' request for one int variable... +1.04
Can an immutable type change its internal state? -0.64
Why should Dispose() dispose managed resources and finalizer not? 0.00
Creating "classes" in C, on the stack vs the heap? +0.43
Difference between abstract class whose constructor requires argume... -0.25
Is the deep copy of struct type also disposed when in the block of... -0.63
Strange behavior of Enumerator.MoveNext() -0.23
Disposing of IDisposable Without Reference -0.76
Why suppressed exception of try-with-resource is handled in a rever... +1.14
Why is using the value of int i; undefined behaviour but using the... -0.57
Generate and Dispose before using? -1.21
C compiler optimize loop by running it -0.33
Do unnecessary curly braces reduce performance? +0.12
C# Excessive Garbage Collection - Large Strings, G2 pressure? +0.69
Near constant time rotate that does not violate the standards +0.99
Importance of phantomreference in java 0.00
Why ternary operator does not support blocks? -0.06
Why is printf with a single argument (without conversion specifiers... +0.03
Why is strlen slower when I return its results from a method? 0.00
Consequences of not using using() DB connections? -0.50
Rationale for pointer comparisons outside an array to be UB -0.49
Why does (*p=*p) & (*q=*q); in C trigger undefined behavior +1.18
Is this one-based indexing trick in C safe? -0.34
Why does this for loop exit on some platforms and not on others? -0.07
Do constructors always have to be public? -0.23
Calling Dispose method inside constructor which throws an exception... -1.07
Is shallow copy really needed? +0.42
What advantage is there to storing "this" in a local vari... -1.00
What's the difference between "int" and "int_fas... -0.13
Confused about how C# struct work +0.13
Should all Objects that register events be IDisposable +0.70