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 ... 17 18 19 20 21 ... 65
Title Δ
Passing structure to a procedure as ByValue, however the procedure... -0.46
#define struct union and #define else still compiles any C program? +1.33
Why is LOOP so slow? 0.00
How would one hash a string so that if a char is modified anywhere... +0.01
Is this object mutable? -0.21
Can interfaces be designed completely without thinking about implem... -0.28
What does "Memory allocated at compile time" really mean? +0.76
Pointers vs. local variables in struct declaration -1.47
What is the difference between == and Equals() for primitives in C#? +0.04
Why destructor is so not enough to implement IDisposable? -1.12
So are structs meant to be a collection of constants? 0.00
Make answer class a struct? -0.70
Implementing the interface vs a method returning an object that imp... -1.18
Why does Assert.AreEqual fail only in one direction with my custom... -0.21
Why doesn't the CLR call Dispose automatically -0.93
How to compare two objects by members that might have floating poin... -0.26
why is object location swapped in JVM? -0.85
Implement finalizable dispose pattern with multiple related finaliz... 0.00
How do I mark the generic "T Value" as ready for disposal? -0.52
How do I mark the generic "T Value" as ready for disposal? 0.00
Where should I put close() method? -0.90
Comparing floats and doubles in Java -0.79
Why is C# unable to infer the generic type argument type form a non... -0.30
Using with Font to set TextBox font 0.00
Why is (object)0 == (object)0 different from ((object)0).Equals((ob... -0.05
Why can we not set properties of properties? -0.94
Behaviour of shortcut assignment and normal assignment for float -0.79
Create thread-safe cache of disposable objects -0.44
C Standard Undefined Behavior With Respect To Nonportable Projects +0.34
User Defined Types (UDT) in C#? -0.81
Why is Nullable<T> considered a struct and not a class? -0.19
Getting notified when a .NET object is destroyed? +0.58
Benefits of the "finally" clause in exception handling -0.47
Standard way of returning an internal collection as IEnumerable<... -0.93
Using free on a struct that has a member of the same type +0.43
Why use different a different tag and typedef for a struct? +1.34
How does IsDisposed really work? +0.72
Are interfaces like Abstract Classes in the sense that super-type m... 0.00
Why does Convert.ToDecimal(Double) round to 15 significant figures? +0.86
Handling generic types extending non-generic base +0.99
why are C# abstract classes that inherit interface members with the... +0.78
real life people queue data structure -0.76
Use of non-abstract method and constructor in an abstract class -0.31
Passing a ref to a collection element +0.61
Generic Method assigned to Delegate +0.32
Why there is no virtual machine for other languages unlike Java? +1.85
When assigning a struct to a variable, is the instance copied or re... +0.20
Why is a property get considered ambiguous, when the other interfac... +0.08
Declaring type of pointers? -0.12
Unoptimized IEnumerable<>.Last with predicate -1.30