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 ... 8 9 10 11 12 ... 76
Title Δ
Any() method on List<DateTime> doesn't work as per expect... +0.40
What would be the most appropriate collection to use for this scena... +0.24
alternative to else if for random number C#.net -1.83
Getting intersecting hexagons from ranges 0.00
Dynamically build lambda expression from a collection of objects? +0.46
What real use does a double pointer have? -0.37
Can the compiler/JIT optimize away short-circuit evaluation if ther... +0.55
What exactly does the disposed flag mean in Dispose(bool)? +0.10
c# - How to allow specific class call specific method +0.42
Does clearing a List containing ComObject, release all of them in c#? 0.00
Modify duplicate values with duplication index suffix (using Linq) -0.20
Attribute with params object[] constructor gives inconsistent compi... +0.35
Why do I need "new" for jagged array initialization? 0.00
C# Generic loop to return list w/ type -3.65
Calling base class's virtual method from derived class instance 0.00
C#7 'in' parameters allowed with operator overloading 0.00
Converting nested loops into LINQ +0.42
Constrain method type argument to be base of class generic type +0.49
Use null-conditional operator to set value to 0 if null +0.21
Generic type constraint checking +0.49
Can't understand why array initializer in object initializer ca... -2.56
Why does this very simple C# method produce such illogical CIL code? -0.94
Using Random in Parallel.For +0.26
how continue, the jump statement affects for loop in c# -0.36
Should I do a 'Task.Wait()' in a C# loop of sync and async... 0.00
c# 7 when using generics for method parameter I get The constraints... 0.00
Get the amount of binary numbers that meet a criteria and are less... -0.07
Get the amount of binary numbers that meet a criteria and are less... -0.07
Is floating point arithmetic stable? +0.08
Undocumented behavior of ! and ?? operator -2.19
C# 7 ref return for reference types 0.00
How can I proof a difficult big o notation? 0.00
C# Access function in another Form Class 0.00
Mapping a multidimensional array +0.14
Given two objects s1 and s2 of a struct which only contains boolean... +0.08
Is negative quadratic function quasiconvex 0.00
Algorithm to find multiple rectangles in an irregular polygon 0.00
Covariance and Contravariance with Func in generics +0.31
DivideByZeroException compiler check complexity: easier or harder i... 0.00
Is it possible to use Rosyln or Resharper to detect possible Divide... +0.37
Why less specific overload taken over more sepcific overriden metho... 0.00
Is there an NP pr0blem that is not NP-complete or P? 0.00
When would == be overridden in a different way to .equals? -0.43
concat result of three tasks in an async method in a proper way +0.44
counting number of occurrences per minute in java 0.00
Why does my while loop not terminate in this functional language? 0.00
How to implement an interface member with my own class in another c... -2.35
Multi checks in a try catch statement - is this okay? +0.21
Lambda Expression - C# compiler inference +0.07
Continue workflow while async operation is running +0.10