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 ... 22 23 24 25 26 ... 76
Title Δ
C pointer to another variable +0.08
Is it a bad practice to use a digital signature to sign a strongly... +0.39
How to get stack memory address of a string in visual studio 2010 C# 0.00
How can I get the sum (average) value of three lists in C#? +0.08
Type inference using an IList<T> and params T[] +0.27
Why do I need an explicit casting to short for an integer literal i... -0.71
Why does array initialization always resort to int? +0.38
creating large memory in stack +0.16
Is the gist/importance of pointers due to the fact that non-primiti... +0.49
C# override ~ to take a function 0.00
If pointers are just addresses, why can't I assign a specific int a... -0.81
Assigning an int value to a pointer in C -0.42
How do I check for available memory in C#? +0.09
Interface detection reflection -3.52
Abstracting out MassTransit Dependency +0.32
Stepping into an else statement after entering the if statement due... -1.42
Why didn't microsoft overload the += operator for stringbuilder? 0.00
Total number of paths in directed acyclic graph containing a specif... +0.09
Will the C# compiler optimize this code? +0.54
Modulo of a 100k-digit number +0.08
Address of a variable using pointer -1.98
Could a class instance that is not being assigned to a variable get... -0.45
Does making a member private or internal help the compiler make opt... +0.60
while loop requires explicit condition, for loop doesn't, why? -0.65
how to comb through an input (equation) and grab variables, disrega... -1.71
Creating infinite loop without breaking program +0.39
Why not inherit from List<T>? +0.21
function pointer in C strange behaviour -0.79
New to C, segmentation fault? +0.17
Arbitrary precision arithmetic with very big factorials +0.31
Pointer to pointer clarification -0.35
What precisely does a "lock" lock? +0.08
Object Class Primitive Types Stack and Heap +0.33
Is there a difference between an intermediate variable and return'i... +0.26
Why isn't the result of this cast an lvalue? -0.95
What is wrong with this int to float conversion in C? -3.53
C# - using Thread.Sleep() to get my cycle run several hundred times... +0.21
Why does the compiler treat the return type of Func<dynamic, int... +0.08
Enumerator disposal when not using using, foreach or manually calli... +0.38
Using UnSafe code to make a pointer move to the next element for a... 0.00
Are uninitialized struct members guaranteed to have a value? -0.92
C#: x86-x64 memory model vs ECMA 0.00
What is the C# way equivalent of this for loop? +0.19
Array.Sort with Custom IComparer Interface -0.15
Pointers in C syntax error +0.25
Upcast to a Generic Type +0.73
null-coalescing operator with wildcard in a lambda expression +0.51
Difference between pointer to pointer array and pointer array -1.25
What does ampersand "&" do in front of pointers? -1.17
.Net C# String.GetHashCode() alternative +0.27