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 ... 60 61 62 63 64 65
Title Δ
Usual arithmetic conversion -- a better set of rules? 0.00
How is the organization of the 12 Bit RGB color format? 0.00
Two C# naming conventions: What do you think? 0.00
Why does C++ need language modifications to be "managed"? 0.00
C# difference between `==` and .Equals() 0.00
Is it safe to use -1 to set all bits to true? 0.00
Why does List<T>.Sort method reorder equal IComparable<T&g... 0.00
Why wasn't code "managed" from the start? 0.00
Why do you program in assembly? 0.00
Valid use of goto for error management in C? 0.00
Nullable type is not a nullable type? 0.00
How are weak references implemented? 0.00
Why does VS2005/VB.NET implement the IDisposable interface with a D... 0.00
Is it possible to make a parameter implement two interfaces? 0.00
C# - What is the best way to modify a list in a 'foreach' loop? 0.00
Describing what an Interface is for? 0.00
Downsides to immutable objects in Java? 0.00
How deep would you expect the immutability of an immutable list to... 0.00
Why not use exceptions as regular flow of control? 0.00
Preventing methods from being inherited 0.00
When would you not use Generic Collections? 0.00
Why should I implement ICloneable in c#? 0.00
Why is null not allowed for DateTime in C#? 0.00
Is the use of protected methods a bad thing? 0.00
When is it okay to check if a file exists? 0.00
Handling ObjectDisposedException correctly in an IDisposable class... 0.00
Questions about Structs 0.00
Does cloning provide a performance improvement over constructors/fa... 0.00
Is a lock required with a lazy initialization on a deeply immutable... 0.00
Equivalent to SoftReference in .net? 0.00
Throw/do-not-throw an exception based on a parameter - why is this... 0.00
What is an easy way to explain how Garbage Collection works? 0.00
How do i know when i need to dispose an object? 0.00
is it legal to recreate a rooted reference to 'this' in a .net dest... 0.00
Why doesn't C# have support for first pass exception filtering? 0.00
Why can '=' not be overloaded in C#? 0.00
Difference between generic argument constrained to an interface and... 0.00
What's the point of DSLs / fluent interfaces 0.00
What do you think of the "Don't catch unexpected Exceptions&qu... 0.00
Should you implement IDisposable.Dispose() so that it never throws? 0.00
Difference between events and delegates and its respective applicat... 0.00
Is it bad practice for an object to catch its own exception and sto... 0.00
Overriding ReadOnly Property in a subclass to make it Read/Write (V... 0.00
Would "Constrained Types" be useful in VB/C#? 0.00
Useful mini patterns (not design patterns) 0.00
A 90/10 Rule for Memory Management? 0.00
Is there an IDictionary implementation that returns null on missing... 0.00
Proper use of the IDisposable interface 0.00
JIT compiler vs offline compilers 0.00
JIT compiler vs offline compilers 0.00