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 ... 4 5 6 7 8 ... 66
Title Δ
Error that is neither syntactic nor semantic? -2.77
How to make a sorted dictionary class? -1.33
std::function move constructor not called +2.21
Abstract Iterator Class in c++ 0.00
Interpret std::vector<char> as std::vector<short> +0.91
int and double operations in C++ -0.69
C++ string equivalent for strrchr -0.60
What is the correct argument type for a function-object? -1.09
Decorators: how arguments are passed to wrapped function? +0.29
Is there any reason to save ftp downloads to memory before writing... 0.00
Reversibly Combining Two uint32_t's Without Changing Datatype -0.49
Besides move semantics, what are some C++11 features that would inc... +1.38
Relationship between High-Level Language (Ex. Java) and Assembly La... +0.25
Printing time_t as long int without casting gives unexpected behavi... +0.21
const correctness with const objects and member pointers, construct... -0.60
Hash 16-bit integer to a 256-bit space efficiently -0.93
Random number at fixed position +0.72
Globals vs Parameters for Functions with the Same Parameters -1.27
Function taking a std::auto_ptr<Base> that can accept std::au... -0.80
Array of pointers to data members +1.31
Is it possible to have automatically generated destructors in C++? -0.08
pep8 minor annoyance -1.98
c++ std::vector<> vs new[] performance +2.06
How to put a class that has "deleted" copy ctor and assig... +0.28
C++ equivalent of Union in C? 0.00
Using const_cast to add const-ness - bad idea? +1.20
implementing an algorithm that requires minimal memory -2.63
T* and const T* 0.00
Removing BOM from gzip'ed CSV in Python 0.00
What will be the output of ANDing two objects in python -0.56
I cannot find the ambiguity in the program but the compiler say amb... +1.14
Is memory barrier needed here "*pEnd_ = v; __sync_synchronize... 0.00
C++ memory model - does this example contain a data race? +0.03
How to effect a return of a value from the _calling_ function? +0.78
How to connect consecutive words of a text in a dictionary? 0.00
Efficient removal of a set of integers from another set +0.99
Decorate a function if condition is True? +0.36
Where to Store Borrowed Python Code? -0.21
Struct class versus methods returning private vars 0.00
Cast a char[] tp unsigned char * +1.72
Return the result instead of printing in a function -2.05
What is the process of loading c++ program to main memory +1.92
Class Attribute is clearly there, but python cant find it -0.69
Is there a purpose in calling super() from a basic python class? 0.00
vector erase expects 2 arguments error +1.78
What's this syntax in python mean? 0.00
Preserving the values that the pointers stored in STL container poi... 0.00
what are the restricitons of the type of a default paramter in C++ -0.07
(const char*)++ or (const char)++? -0.28
Why should I refer to "names" and "binding" in... +0.55