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 ... 27 28 29 30 31 ... 65
Title Δ
why integer.equals(string) gives false when both contian same value... -0.54
In a managed environment why do we need IDisposable +0.41
What is the difference between List<T> and array indexers? -0.58
Is it possible to access a reference of a struct from a List<T&g... -0.25
Naming convention - isEnable vs isDisable +1.47
Garbage Collection - Is it always safe to access objects via strong... -0.11
How to pass an event to a method and then subscribe to it? -0.30
Is there any reason not to use fixed width integer types (e.g. uint... +2.03
C# - Calling a struct constructor that has all defaulted parameters +0.25
How can i concatenate two different list<T> where both have s... -0.71
Is it okay to "double check" before and inside a lock bef... 0.00
Is it possible to get the string representation of C# object address? 0.00
Implementing clone() for immutable classes -0.18
Interface Class -0.02
Calling Environment.Exit() Within a Using Block -0.55
Simulate an array with a struct in C#? -0.31
Identity of immutable data in the case of deserialization 0.00
Why call Dispose() before main() exits? -0.85
Weird struct behavior, explanation would be great +0.80
Implementing a non-standard SPI variation on ARM Cortex M3 0.00
Is it possible to cast a pinned byte array to a struct so that bidi... -0.09
Correct way to override Equals(object obj) when dealing with sub/su... -1.20
Assigning IEnumerable (Covariance) -0.42
Quiz game application -1.17
Should GetHashCode() return value be based on original object's sta... 0.00
Applying delimiters to a list of bytes in serial protocol, replacin... +2.13
Does Liskov Substitution Principle also apply to classes implementi... 0.00
Why doesn't a compiler optimize floating-point *2 into an exponent... -0.56
In C#, how do I overload the Equals operator in my class properly s... +0.15
Is this SuperFashHash implementation computing a proper 31-bit hash... 0.00
Using a ParamArray, but requiring at least one parameter +1.04
Generic function constrained to delegate types in c# -0.27
Why can't I cast a generic parameter with type constraint to the co... +0.22
How can I check whether a struct has been instantiated? -0.14
Double exception throwing in a try / finally block -0.28
What to do with delegate / event references in a class that impleme... -0.92
Nested Dictionary collection in .NET +0.34
Is "where T : class" not enforced in any way at compile t... -1.14
Why calling GC.Collect is speeding things up +0.72
Implicit Interface casts of Nullables +0.24
OO: Good method for maintaining consistency between related objects 0.00
equals() and == in a generic function -0.45
Generics type casting 0.00
Why are Java wrapper classes immutable? -0.02
Can i use GetHashCode() for all string compares? 0.00
Would a struct be a good choice for storing a group of values? -0.57
IDisposable and Destructors in abstract base class -0.10
How many bytes is a Hollerith card? +1.06
Why can't we use a constructor with parameter in derived classes -0.02
Overridden virtual method in C# +0.20