StackRating

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

Joren

Rating
1530.84 (17,806th)
Reputation
12,129 (12,136th)
Page: 1 2 3
Title Δ
while delegate is either nil or does not implement peripheral:didDi... 0.00
Which is better for compilation and execution zen? if(a == null) or... 0.00
C# class works without initialization (or call) +0.97
How to properly split string array using C# -1.01
Static override / abstract methods - Any good workaround? -1.20
What's the point of await DoSomethingAsync -0.96
C#: Why is 0xFFFFFFFF a uint when it represents -1? +1.13
If async/await doesn't create new thread then explain this code -1.27
async/await. Where is continuation of awaitable part of method perf... -0.27
how to calculate Bubble sort Time Complexity -0.55
C# Reference object in a collection by a string instead of integer +1.69
How to know who destroyed an object? -0.31
.net Exception catch block +1.54
Auto-properties and structs -0.29
Wake up a thread when event occurs +1.89
What is the difference between Debug and Debug 1.0 within Visual St... -1.52
Why not use Interface Builder -1.58
How to take away fraction part from decimal? +0.90
"this" for member variable? why not "m_" or jus... -0.23
C# 4: how to in-line detect for nulls? +0.50
How to fill byte array with junk? +1.75
Zero division does not throw exception in nunit +2.71
What xsd will let an element have itself as a sub element infinitely? +1.87
Successor of int32 -0.01
Building big, immutable objects without using constructors having l... -1.19
null reference exception in the code -1.99
Array Size in C# -0.44
What is an efficient way to get the least non-negative residue modu... -0.67
How to generate random int number? -0.30
C# equivalent of Java Punctuation regex +2.95
Does F# have an equivalent to Haskell's take? -0.55
Discussion Question: Why have Visual Programming Languages never ta... +1.39
Overloading function call operator in C# -0.48
Finding C#-style unescaped strings using regular expressions -0.14
What does it mean in .Net: try-catch block without any Exception as... +0.72
Is there a programming language with built-in state machine constru... -2.04
Set combination question -1.26
How to take all but the last element in a sequence using LINQ? +2.18
Interesting "params of ref" feature, any workarounds? +1.33
Cast/Convert IEnumerable<T> to IEnumerable<U>? +0.95
What is the correct way to close a TCP connection +0.70
Targeted Simplify in Mathematica -4.04
How can I split a generic List (of T) based on a property of a list... -4.16
Class design: Access a List<T> directly or through methods? -2.57
LINQ : Determine if two sequences contains exactly the same elements +2.53
Filtering duplicates out of an IEnumerable +4.09
LINQ naming Standard - Lambda Expression -3.46
What is a Value Class and what is a reference Class in C#? +3.09
Multiple initialization in C# for loop +3.17
How should I throw a divide by zero exception in Java without actua... +4.11