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 ... 59 60 61 62 63 64 65
Title Δ
c#: Inherited/interface static member? 0.00
Why is two's complement used to represent negative numbers? 0.00
What would I lose by abandoning the standard EventHandler pattern i... 0.00
When items change while being enumerated does it affects the enumer... 0.00
What is the role of stack in a microprocessor? 0.00
Do I need to synchronize thread access to an int? 0.00
C# supports value types and reference types, but are they all objec... 0.00
Why should a .NET struct be less than 16 bytes? 0.00
Arguments for duck-typing in a strongly-typed OOP language? 0.00
Is string a value type or a reference type? 0.00
Equivalence of "With...End With" in c#? 0.00
Object.DoSomething() vs DoSomethingWith(Object) 0.00
Is it bad to not unregister event handlers? 0.00
What are the benefits to using a partial class as opposed to an abs... 0.00
VB.NET: If I pass a String ByVal into a function but do not change... 0.00
Mutable wrapper of value types to pass into iterators 0.00
Event Signature in .NET -- Using a Strong Typed 'Sender'? 0.00
Why do some languages need Boxing and Unboxing? 0.00
Is immutability useful on non parallel applications? 0.00
What is the purpose of a marker interface? 0.00
IDisposable, Finalizers and the definition of an unmanaged resource 0.00
Is using unsigned integer overflow good practice? 0.00
If .Create() can't instantiate, should it return empty object, null... 0.00
Interface should not have properties? 0.00
Why are these constructs undefined behavior? 0.00
Pros and cons of 'new' properties in C# / .Net? 0.00
C#: IEnumerator<T> in a using statement 0.00
Is it better to poll or wait? 0.00
C#:: When to use events or a collection of objects derived from an... 0.00
Does WeakReference make a good cache? 0.00
Why modulo 65521 in Adler-32 checksum algorithm? 0.00
Consider a "disposable" keyword in C# 0.00
VB.NET: Is there a way to reduce the lag of loading a huge list of... 0.00
why is char's sign-ness not defined in C? 0.00
which sorting algorithms give near / approximate sort sooner? 0.00
Is there any run-time overhead to readonly? 0.00
The true definition of immutability? 0.00
Overhead of using this on structs 0.00
Keeping time using timer interrupts an embedded microcontroller 0.00
Long-held, incorrect programming assumptions 0.00
What are the deficiencies of the Java/C# type system? 0.00
How can I sort numbers lexicographically? 0.00
Is there a way to check if an IEnumerable is being accessed using a... 0.00
Why catch and rethrow Exception in C#? 0.00
Alternatives to nullable types in C# 0.00
Why is strncpy insecure? 0.00
Are value types immutable by definition? 0.00
Looking for a sort algorithm with as few as possible compare operat... 0.00
What types to use for boxing in generics 0.00
How can I sort a singly linked list in constant space? 0.00