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 ... 31 32 33 34 35 ... 76
Title Δ
C# Triangle numbers optimization +0.20
C# dynamic type gotcha +0.32
How big is the stack memory for a certain program, and are there an... -2.86
Reference to reference in C#? +0.20
Alternative way of using System.IO.File.OpenWrite() in Using(Stream... +0.07
What's so special about 'return' keyword -1.66
How come I can call a function with an argument, when the function... +0.23
Traverse a graph represented in an adjacency matrix 0.00
Algorithm to detect when graph re-converges (similar to common subt... +0.55
Algorithm to detect when graph re-converges (similar to common subt... -0.28
What is default value of a member in an array? -0.69
casting to a derived class and garbage collection in C# 0.00
inheritance and container in C# -0.71
What's compiler thinking about the switch-statement? +0.38
Generic Method Fails Explicit Cast -1.66
Infinite loop while downloading multiple files with WebClient +0.06
Closure captured variable modifies the original as well +0.18
Why do lambdas require => as part of their syntax? +0.45
Delegate Combination Misbehavior 0.00
Why doesn't a constructor accept parameters of a class with lower a... +0.22
Can there be a scenario when garbage collector fails to run due to... +0.21
Is it the only case a reachable goto pointing to an unreachable lab... 0.00
Porting code containing unsigned char pointer in C to C# -0.21
interface generic hierarchy +0.37
Why c# compiler in some cases emits newobj/stobj rather than 'call... +0.43
variable lost after unsafe code block 0.00
Are functions only in non-object-oriented languages? +0.31
What is a non-reachable end point(unreachable endpoint) of a statem... +0.46
What does ` 1 stand for in LINQ? 0.00
Is empty case of switch in C# combined with the next non-empty one? -1.07
Volatile fence demo? +0.32
Favour Verbose Linq expressions? +0.16
What's wrong with my quick sort? +0.07
Can you explain this lambda grouping function? +0.28
Can I allocate an object larger than 4GB on 32bit system 0.00
Why can't I use the following IEnumerable<string>? +0.39
Encryption Comparing Hashed&Salted Password upon Login -1.20
Can someone explain the & Operator in these examples? -0.46
(.1f+.2f==.3f) != (.1f+.2f).Equals(.3f) Why? +0.29
Building a Matrix of Combinations +1.04
Building a Matrix of Combinations -0.36
What happens if Multiple threads in one application call a single DLL +0.24
using if(someBoolean) vs if(someBoolean==true) in javascript +0.34
What techniques are used to write a parser that switches between la... +0.08
Is there a way to inline delegate in C#? +0.19
sorting PointF array 0.00
Is this use of the generic List thread safe +0.44
Static variable that will not be disposed +0.19
How many string objects are created? -3.30
Why can virtual System.Object members be called on unboxed value ty... 0.00