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 2 3 4 5 6 7 ... 66
Title Δ
iterator++ complexity for stl map 0.00
[].append(x) behaviour -0.39
'Zip' dictionary of lists in Python +0.24
Why doesn't the loop here end 1 iteration sooner? +0.95
python list with true and false not True and False -1.54
how to add something to python to give you a warning if you're abou... +0.40
why does vector.emplace_back call the move-constructor? -0.56
Should I use unique_ptr or shared_ptr in this case? +1.46
What happens to floating point numbers in the absence of an FPU? +1.27
std::remove_if GCC implementation isn't efficient? 0.00
Alternate to "if" to do different things in a function de... +0.03
How to reduce the size of an object -1.01
Python comparing two strings -1.05
How is it that an unsigned integer array can contain a negative int... -0.27
does python have a partition_by function? +1.06
Brute force all possible matrix combinations in python +1.13
Is it possible to import a module in python, then delete it, but st... 0.00
Reverse string: string[::-1] works, but string[0::-1] and others do... -2.12
Why is there a date.today() but no time.now() in the datetime module? 0.00
How to delete pointers of vector -0.14
Compiling some else's C program that uses math.h +0.72
std::transform needs special care with sets -0.49
for loop in the range "first element of lists" -0.58
What is the most Pythonic way of handling standard input? +0.78
While explicitly instantiating vector<someType>, what is the... +0.79
Setting python list and dictionary to None takes a lot of time 0.00
Why does C++ standard queue have back function when stack doesn't h... +1.08
What is the pythonic way to instantiate a program based on a class +0.89
Packed struct in C different memory layout from C++ -0.24
Correctly erasing an element from a vector +0.93
add at beginning and end of vector +0.53
Does it make sense to declare inline functions noexcept? 0.00
Testing Pointers for NULL and Comparing Dereferenced Values +0.78
Best way to store mapping from strings to ints, and the other way a... +0.28
What happens exactly internally when I terminate my Python script u... -1.35
Why memory is not allocated to class when we create pointer type ob... -1.07
Is the class of an object part of the value of that object in Python? -1.38
In Python, how to make atomic rewrite of a file WITHOUT renaming it? -0.99
storage duration vs lifetime +1.04
Non-standard sorting algorithm for random unique integers +0.75
When I add an extra virtual function to a derived class, what is th... +1.54
List of permutations with repeated elements +1.01
When should I use decltype(x) instead of auto to declare the type o... +0.65
How to preform all valid calculations with a set number of identica... +0.24
Does inheritance of a large class take more memory than just callin... -1.35
How are Variables in Namespaces Better than Global Variables +0.27
Downcasting a base class in a container to a derived class +1.07
Memory management with Python multiprocessing 0.00
Iterate two lists in python -2.72
Ends-with and Starts-with in if statements: Python 3 -0.22