StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Eric Lippert

Rating
1920.22 (1st)
Reputation
638,445 (35th)
Page: 1 ... 23 24 25 26 27 ... 76
Title Δ
C pointer arithmetics +0.22
Creating a virtual generic method in C# +0.68
Magic square brute force algorithm +0.28
What makes ValueType class Special? +0.29
Topological sort with support for cyclic dependencies +0.23
Who calls whom? 0.00
do method addresses get moved around by the garbage collector? +0.26
typeof(T) within generic nested types +0.76
Private set method in a public property +0.33
Using Is Operator with Value Types C# +0.15
How can I prevent System.StackOverflowException in C# 0.00
Can "using" with more than one resource cause a resource... -0.62
Does C# provide "correct" const for reference type objects? +0.37
allocating memory to pointer with exact character length +0.18
explain the pointers to pointers issue -1.68
Any difference between "await Task.Run(); return;" and &q... -0.44
easy way to typedef primitive type in entire program? +0.40
For loop counter variable scope seems to have a dual personality? +0.27
Cannot cast a generic type to list in C# +0.39
What is the best way to check if a string can be parsed into an int... +0.34
params overload apparent ambiguity - still compiles and works? +0.40
A simple C# Statement works unexpected -1.74
If an identity conversion exists from S to T, must it be that S and... 0.00
Stackoverflow error in flooding +0.28
Covariance/Invariance/Contravariance in delegates in C# +0.39
Why can you not use yield in a lambda, when you can use await in a... +0.41
What is the origin of CS0060:The direct base class of a class type... +0.08
Preventing concurrent access to an object, that gets handed around +0.26
Using yield without return type +0.40
Is there anyway to make a variable "partially protected"? +0.37
Why is a = (a+b) - (b=a) a bad choice for swapping two integers? -0.17
Replace Alphabet with another Alphabet in List +0.14
Why is finalizer called on object +0.22
Confused about multiple inheritance -0.78
evaluation of conditions in an if statement -2.54
How to assign a pointer to another pointer of different type -1.46
volatile keyword in C# and C++ +0.36
Is this multithreaded Singleton more efficient? +0.06
MaxCapacity of StringBuilder +0.50
What's the difference between the types - int * and int *[100] in C? -2.09
Where does .Net store the values of the static fields of generic ty... +0.32
How should I override Equals and GetHashCode for HashSet? -3.27
Why do I have to overload operators when implementing CompareTo? +0.26
Is it ever useful to have reference type declared as const? -0.00
Do I need MemoryBarrier with ReaderWriterLockSlim? -0.93
Stack Pop loop does not pop all elements +0.08
Is there a reason why HRESULT should be assigned to a variable? 0.00
Algorithmic complexity of Regular Languages in Extended Regular Lan... +0.08
Is it possible the GC called in the destructor of a class implement... +0.25
How do async methods use stack? -1.16