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 ... 6 7 8 9 10 ... 66
Title Δ
Why C++11 compiler support still requires a flag? 0.00
How can I distinguish different exceptions occured in the same try... +0.26
How to add constant string to __doc__ for all class methods? -1.30
is it possible to use function pointers this way? +1.28
Removing items in a list -1.33
Finding the square root in python with the ** operator +0.28
Nested catch operators +0.61
Is it possible to include C++ libraries in C programs? +1.02
Multiplying a string by zero +1.83
Copy constructor is called when returning object from a function? +1.48
Is there any easy way to compare list items in python? +0.28
What could possibly go wrong when not locking write operation here? +0.02
Full-range comparison operator in C++? 0.00
Output of soup.findall() as input for further text manipulation usi... -0.23
Calling an object function in a for_each lambda? -0.03
how to select a subset from a stl::vector or list? +0.78
Converting "1"s and "0"s to its binary equivale... -2.37
Python enumerate inside for loop skips alternate items -0.22
list() function of Python modifies its argument? 0.00
defining NULL/Empty value for standard C++ types +0.10
Python sorting by multiple criteria +0.71
What is the time complexity of sum() in Python? -2.10
Interview with Bjarne Stroustrup - abstraction and hand-crafted code +1.28
Python Unicode to binary conversion 0.00
Is delete and delete[] equivielent for basic data types -1.39
How bad is shadowing names defined in outer scopes? -1.54
Do I need a deleter for shared_ptr to free memory allocated by an a... 0.00
volatile in c++: should I define a variable which may changes by se... +1.06
Does the const keyword matter when you pass arguments by value? +0.80
Are all functions in C/C++ assumed to return? +1.28
Python: using a dict to speed sorting of a list of tuples 0.00
Differences between types in Python and their visibility +0.87
Why is popping from a list time consuming as compared to appending? +0.29
C++: Can I use this safely in a destructor? +0.40
What is the difference between remove-erase and find-erase +1.25
What is the fastest way to remove all instances of a particular ent... -1.89
1 == 2 for large numbers of 1 +0.78
Is there a global object in Python and in Perl as there is in Ruby? -1.26
Removing NoneTypes from a dictionary -1.25
Python Arrays automatically expand or not? +1.12
C++ STL - How does the third argument of the STL sort() work? -0.95
C++ is it a bad idea to serialize in the destructor, and if so why? +1.15
How to impliment __iter__ on an objects dict property keys +0.99
Python: defining a function inside of a function +0.64
Anonymous namespace to include a function in two cpp files -1.08
FIFO dequeueing in python "AttributeError: Queue instance has... +0.25
Deleting array without calling destructors +0.28
uint32_t vs uint_fast32_t vs uint_least32_t +2.08
What is a standard way to compare float with zero? +0.67
Why sort in global namespace 0.00