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 ... 51 52 53 54 55 ... 66
Title Δ
what's the point in malloc(0)? -0.53
google app engine - is task queue a solution for QuotaExceededExcep... -0.64
How does Java efficiently search jar files for classes? -2.33
c++ std::pair, std::vector & memcopy -0.97
C++ std::queue::pop() calls destructor. What of pointer types? -1.85
C++0x memory model and speculative loads/stores +1.93
STL algorithms on containers of boost::function objects -0.50
Pointers or references for dynamically allocated members that alway... +0.60
Overloading for_each for specific iterator types +0.94
Is Loop Hoisting still a valid manual optimization for C code? -0.95
How could I refactor this code with performance in mind? +0.75
Can I use partial template specialization for a (non-member) functi... +0.35
Any differences between f(const string &) and f(const string )? +1.33
What is the difference between O, Ω, and Θ? -0.46
Does C++ programmer simulate features of Java? -1.23
How to use a hash_map with case insensitive unicode string for key? +0.86
Would you use num%2 or num&1 to check if a number is even? +0.61
Upcasting pointer reference +1.12
Where would you use a Builder Pattern instead of an Abstract Factory? -0.62
Constructor: Full fledged or minimal? -1.65
How large can an appengine task payload be? -2.39
Declaring a function static and later non-static: is it standard? +0.34
Is sscanf thread-safe on iPhone OS 3.1.2? +0.61
Equivalent of #define in Java? -0.09
Does accessing a single struct member pull the entire struct into t... -0.47
How to find if a given key exists in a C++ std::map +1.47
C++ Destructor Behavior +0.18
How can I create a std::vector with 64 bit indexes? -1.26
How to reduce calculation of average to sub-sets in a general way? -1.47
When overriding a virtual member function, why does the overriding... +1.52
Checking for null before pointer usage +0.21
Is u_char a standard? +0.64
How do I over-allocate memory using new to allocate variables withi... +0.67
Are multiple conditional operators in this situation a good idea? -1.32
When do you worry about stack size? -0.67
Is alignment union necessary for memory allocation header? -0.14
Why are "inlined" static consts not allowed, except ints? +1.14
How to prevent a file from being tampered with +0.34
Passing a pointer to a base class to derived class's member functio... -0.69
shifting right / what I am doing wrong? -0.65
Finding out no bits set in a variable in faster manner +0.32
Best hash function for mixed numeric and literal identifiers +0.34
How do you convert from a nsACString to a LPCWSTR? +0.33
What is the appropriate English language terminology for referring... -1.56
Is this C code wrong? -0.18
Parsing a comma-delimited std::string -0.73
union members may not have constructors, but `std::pair` okay? +0.44
merged linked list in C -0.13
Is the ability to recurse a function of the processor or the progra... -1.51
How important is it to check return values when using the Python C... -0.11