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 ... 56 57 58 59 60 ... 65
Title Δ
Co- and Contravariance bugs in .NET 4.0 0.00
Why can't non-static fields be initialized inside structs? 0.00
Is VB really case insensitive? 0.00
Declaring/passing structs vs. declaring/passing individual values 0.00
try- catch. Handling multiple exceptions the same way (or with a fa... 0.00
Array of structs or one struct with array for each of its properties 0.00
What is the method MemberwiseClone() doing? 0.00
Use case for try-catch-finally with both catch and finally 0.00
Is there a way to create anonymous structs in C#? 0.00
Java: how do you call this multiple inheritance ambiguity? 0.00
What Performs Worse: Reflection or Boxing? 0.00
IDisposable, ObjectDisposedException, and threadsafe types 0.00
Why does ReaderWriterLock not auto release/exit when owner thread t... 0.00
Is there a way to Overload a Property in .NET 0.00
How to explain undefined behavior to know-it-all newbies? 0.00
Designing a language with Checked Exceptions 0.00
WithEvents/Handles better than Remove/AddHandler? 0.00
Java: clean way to automatically throw UnsupportedOperationExceptio... 0.00
Assembly: what are semantic NOPs? 0.00
How could Reflection not lead to code smells? 0.00
Are compilers allowed to eliminate infinite loops? 0.00
C-like language without NULL? 0.00
Java: Why are wrapper classes needed? 0.00
Why is IDisposable implementation designed the way it is 0.00
Type-inferring a constant in C# 0.00
Heterogenic list of delegates 0.00
Why do we need boxing and unboxing in C#? 0.00
Returning an immutable collection when the items must be mutable in... 0.00
Floating point inaccuracy examples 0.00
Is it possible to create a collection of generic contrained types i... 0.00
Constructor Exceptions in dispposable object 0.00
Compacting a WeakReference Dictionary 0.00
When do I use xdata? 0.00
Grand Unified Theory of logging 0.00
Why does WaitHandle implement IDisposable explicitly? 0.00
Does the .dispose() method do anything at all? 0.00
How can a delegate & interface be used interchangeably? 0.00
Does a list<> store a reference to the property or instance? 0.00
When should I use a ThrowHelper method instead of throwing directly? 0.00
Why String.IsNullOrEmpty(str) and not str.IsNullOrEmpty()? 0.00
Why does Monitor.Pulse need locked mutex? (.Net) 0.00
Which is best for data store Struct/Classes? 0.00
Are all of the finalizers invoked during a garbage collection? 0.00
Should a class with a Thread member implement IDisposable? 0.00
Why value-types are stored onto Stacks? 0.00
bring malloc() back to its initial state 0.00
What is the difference between an interface and abstract class? 0.00
Is it possible to clone an IEnumerable<T> instance, saving a... 0.00
How to better initialize nullable type from non-nullable? 0.00
ReaderWriterLockSection: A bad idea? 0.00