StackRating

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

supercat

Rating
1359.31 (4,536,292nd)
Reputation
58,836 (1,588th)
Page: 1 ... 53 54 55 56 57 ... 65
Title Δ
Is partitioning easier than sorting? -0.86
Is it a bad idea to put development shortcuts in #if DEBUG blocks? -0.75
How to handle events of members from another class/instance 0.00
Problems designing Bejeweled game -1.08
A problematic example of the IDisposable pattern? 0.00
Why does this EXC_BAD_ACCESS happen with long long and not with int? 0.00
Do interfaces derive from System.Object? C# spec says yes, Eric say... 0.00
Going Through A Foreach When It Can Get Modified? -1.09
Does Big O Measure Memory Requirments Or Just Speed? -0.50
TCP/IP Protocol stack without an OS 0.00
Instead of error, why don't both operands get promoted to float or... 0.00
Why should usernames be unchangable? -0.57
What are IN & OUT instructions in x86 used for? -0.81
What are the disadvantages in using Garbage Collection? -0.46
Register keyword in C++ -0.76
Why do most programming languages only have binary equality compari... -0.30
Which school of reporting function failures is better -0.82
Generic methods in .NET cannot have their return types inferred. Why? -1.08
Throws or try+catch 0.00
Best way to manage things like bullets in a game? -0.28
Why can data be compressed only once? -0.73
Multithreaded file writing -0.24
How do you manage multiple versions of the same software for each c... -0.21
What are the differences between these two typedef styles in C? -1.06
Generic function to handle disposing IDisposable objects +0.19
How to elegantly check if a number is within a range? -0.75
What does ~ mean in C++? -1.24
How can i use the Garbage Collector? -1.10
When to use and when not to use Try Catch Finally -0.85
How to optimize this algorithm -0.20
va_arg returning the wrong argument -1.33
Is there a performance difference between properties vs. backing fi... 0.00
Does sha-1 ever produce collisions for input messages less than 160... -0.52
C# - Is adding systematically an interface a good practice? -0.51
What are the advantage of using a generics-where-clause call over a... 0.00
Need meta-programming magic to define a mother lode of bit fields i... -1.21
return an int or pass an int pointer -- whats better? -0.87
Is this a safe way to execute threads alternatively? 0.00
Randomly Generate Unique Colors? -0.55
Abstract Base Class vs. Concrete Class as a SuperType -1.04
Nothing equals String.Empty, null does not equal String.Empty, what... 0.00
What mathematics is needed for a lunar lander game? -1.20
Better compression algorithm for vector data? -0.28
How can I transfer information to another form without using static... -0.37
Is it totally fine to use a mutable object as a key in a Dictionary? -0.56
Why do we need the new keyword and why is the default behavior to h... -0.55
What do you do with unused code in your legacy applications? -0.65
How to instantiate a large immutable type? -0.90
Why does [Flag]'d enums start at 0 and increment by 1? -1.41
Educational example to show that sometimes printf as debugging may... +0.02