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 ... 37 38 39 40 41 ... 65
Title Δ
Why doesn't .NET exceptions work against an interface rather than a... -0.53
Is gets() officially deprecated? -0.45
Is returning an object that implements IDisposable a good idea or n... +1.12
Catching behavior in a foreach loop C# +0.71
In a finite state machine, can a state generate an event? 0.00
Detecting modifications with an IEnumerable -0.36
How to deal with covariance when returning collection in c#? -0.20
Custom initialization functions with IDisposable -0.64
Why is there an escape sequence for VERTICAL TAB? 0.00
Casting generic container of type to container of inherited type? -0.41
Is there any advantage to restraining the angle passed to trigonome... 0.00
Why is list when passed without ref to a function acting like passe... -0.35
Will using of non CLS compliant types in a language which doesn't s... 0.00
IComparable and IComparable<T> -0.60
Best practices for handling IDisposable -0.62
Passing IDisposable as a parameter -0.30
Why does the first printf take longer? -0.36
What do you call IEnumerable<Foo>? +0.17
What is a good way to iterate a number through all the possible val... +1.10
Dispose question -0.67
Designing an interface where only some implementations require IDis... 0.00
VB - What are the performance consequences of this questionable pra... -0.43
Are two unidirectional connections one bidirectional? 0.00
Why can't an interface have constructors and destructors? +0.24
Is unsigned integer subtraction defined behavior? 0.00
What are the data sizes for events and event subscription? -0.55
Interface vs internal variable vs inheritance dictionary +0.14
Best practice to detect two simultaneous signals on two input pins -0.81
Implementing a class from 2 interfaces that share some parts -0.51
Is realloc() safe in embedded system? +1.23
Why does the CLR allow mutating boxed immutable value types? 0.00
Why doesn't Dictionary<TKey, TValue> not have a Add method th... 0.00
Why are field initializers of a derived class are executed before b... 0.00
Explicit interface implementation cannot be virtual 0.00
In C# , Are Value types mutable or immutable ? 0.00
Immutable class vs Immutable struct -0.17
compare-and-swap atomic operation vs Load-link/store-conditional op... 0.00
Calling Dispose when setting IDisposable properties? +0.44
Is an interface and an abstract class with just virtual abstract me... 0.00
PriorityLock in .NET 0.00
Exceptions or not? If "yes" - checked or not? -0.48
Why is Nullable type supported by CLR? 0.00
using static methods of a constrained generic type C# +0.07
Can a class (an instance of the class), containing Random object va... 0.00
Is CRC32 additive? 0.00
Is there a Sorting Algorithm that sorts in O(∞) permutations? +1.39
Restricting an interface to structures only in vb.net 0.00
C# Should I manually remove the event handler I declared? -0.06
rationale behind Java's exception hierarchy 0.00
How to use ICloneable<T> when T is List<T>? -1.01