StackRating

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

Steve Jessop

Rating
1646.94 (616th)
Reputation
239,307 (175th)
Page: 1 ... 62 63 64 65 66
Title Δ
Compare two consecutive elements in std::list -1.15
Counting, reversed bit pattern +0.13
How can I increase the performance in a map lookup with key type st... -0.49
How far do you take code coverage? -1.31
C++: ctors for structs? +0.12
Which standard c++ classes cannot be reimplemented in c++? +0.25
Which standard c++ classes cannot be reimplemented in c++? +0.25
Which standard c++ classes cannot be reimplemented in c++? -1.25
How do you unit test a unit test? +0.42
creating objects dynamically in C++ -0.44
Pointer-to-data-member-of-data-member -0.08
What is the difference between new/delete and malloc/free? -0.51
Why would I want to use Interfaces? +0.12
How much a tester should know about internal details of code? -0.36
Is there an acceptable limit for memory leaks? +0.17
How does your favorite language handle deep recursion? +0.81
how-to initialize 'const std::vector<T>' like a c array +0.06
Is non multiple of machine word primitives good idea? +0.22
Your least favorite C++ Coding guideline +0.29
What is software development at your company really like (methodolo... -0.58
Dead code detection in legacy C/C++ project +0.12
Extending an existing class like a namespace (C++)? +0.20
Efficient heap-manager for heavy churn, tiny allocs? +2.20
Solve the memory alignment in C interview question that stumped me +0.92
Protecting user passwords in desktop applications -0.17
C++ example of Coding Horror or Brilliant Idea? -3.07
Safely punning char* to double in C -0.89
Garbage collection and runtime type information 0.00
Always check parameters and throw exceptions -2.66
How do you deal with NUL? -2.02
Dealing with C++ "initialized but not referenced" warning... -3.60
How to unit test a pseudo random number generator? +2.99
Correct behavior for interface methods that can't be implemented -4.80
Looking for something similar to offsetof() for non-POD types +3.28
Is it worthwhile to use a bit vector/array rather than a simple arr... +2.21
Multi-Threaded Deep Copies +2.89
To STL or !STL, that is the question -0.59
Is there a destructor for Java? -0.58
"Code covered" vs. "Code tested"? +2.18
How do you get other people to contribute to the project Wiki? -1.06
How do you stop interim solutions from lasting forever? +2.99
How do I make a C++ macro behave like a function? -0.27
Why move your Javascript files to a different main domain that you... -0.04
RAII vs. exceptions 0.00
Are C++ enums signed or unsigned? -4.06
Why would you ever implement finalize()? +2.38
Ideal user feedback for HTML input -1.19
Syntax error with different gcc version? -1.14
Practical Uses for the "Curiously Recurring Template Pattern&q... +1.81
How to check for equals? (0 == i) or (i == 0) +0.09