StackRating

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

Steve314

Rating
1475.19 (4,510,811th)
Reputation
21,887 (6,051st)
Page: 1 2 3 4 5 6 ... 7
Title Δ
Famous design patterns that a C++ programmer should know +0.94
Is a Java book enough or should I have to learn algorithms first? -0.43
Big-O: How do you know what algorithm to give for a specific time c... +0.02
A particular problem with btree insertion -1.02
OK, so I'm not a beginner anymore. What comes next? -0.25
C++ container class type conversion -0.19
Is C++ name mangling (decoration) deterministic? -0.56
How to calculate difference between two sets in C? +0.98
Algorithm to locate local maxima -0.44
C++: How to know if a pointer points to the heap or the stack? -0.10
Big-oh vs big-theta +0.44
Python UTF8 string confusion +0.30
Are llvm-gcc and clang binary compatible with gcc? - particularly m... +0.65
initializing char arrays in a way similar to initializing string li... -0.18
Application Licensing and Activation Thoughts +0.51
Why are C++ STL iostreams not "exception friendly"? -1.12
To implement properties or not? -0.43
Compute rank of a combination? +1.62
what is a good alternative to this ugly construct, in c++? +0.00
What is wrong with this use of offsetof? +0.51
Splitting a 16 bit int into two 8 bit ints in python -1.65
What frameworks/languages support run-time class creation? -1.20
what higher-level language is most like c? -0.40
Why can't we use "virtual inheritance" in COM? -1.51
Can you figure out the password hashing scheme? -2.02
Scraping data from Flash (Games) -0.02
What are some practical uses of generating all permutations of a li... -0.89
Is there ever a reason to use goto in modern .NET code? +0.12
Is there any thing hashmap can do but map cannot? -1.80
What's the outcome if I use free with new or delete with malloc? +0.35
Is there a good graph layout library callable from C++? -1.07
Calling a constructor to reinitialize variables doesn't seem to work? +0.59
C: Why some string.h algorithms work slower than simple hand-made o... +0.06
Why is my number being rounded incorrectly? -0.01
Pro's and Con's of unit testing after the fact -1.26
What would be the safest way to store objects of classes derived fr... +1.46
How could I check if a number is a perfect square? -0.18
Best Practice - Validating Input In Simple GUI Application? +0.51
Primitive data type in C to represent the WORD size of a CPU-arch -0.76
Why is casting Derived** to Base*const* forbidden? +2.00
Gravity Sort : Is this possible programatically? +0.53
Learning OOP Design +0.54
How can I merge two lists and sort them working in 'linear' time? +2.02
Managing many objects at once -0.63
When to put C++ function in header file -1.43
Can I use Visual Studio 2010's C++ compiler with Visual Studio 2008... -0.80
Simple if statement for checking whether a co-ordinate is inside a... -0.48
What is the proof of of (N–1) + (N–2) + (N–3) + ... + 1= N*(N–1)/2 +1.02
Properties of bad fibonacci algorithm +0.39
When is "this" pointer initialized in C++? +2.09