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 ... 66
Title Δ
why 1 // 0.05 results in 19.0 in python? +1.40
How to automate my Python code? -2.96
How to avoid memory leak at design-implementation level +1.01
Python: lazy iterating through directory-like structure 0.00
Why does bit-wise shift left return different results in Python and... +1.29
What does left associativity and right associativity mean here? 0.00
Why can it still compile/run after changing locations of different... +0.03
Algorithm to reverse list items in place? +0.33
Pythons 'with'-statement: correctly nest/derive classes wit... 0.00
“Class” versus “namedtuple” to simulate a deck in Python 0.00
How to create a dictionary based on a text file? +0.29
In C++: why does a constructor get called when an array of objects... +1.30
Does (N)RVO also happen when the value is being copied into an exis... 0.00
Are fgetpos() and fsetpos() only for text mode? What location/offse... -2.67
Load part of a json in python -1.34
Can't we do something like if (y = Foo()) > 2: in python? -0.38
Why isn't the C++ standard library already pre-included in any... -0.06
C++ shared_ptr vs. Python object +1.07
Python - assigning functions to variables +1.83
Python Order of Operations -0.21
Unable to get std::find_if to compile with custom iterator 0.00
Dynamically allocate many small pieces of memory +1.02
How to see if there are any duplicate elements in list in Python +0.28
Does anyone have a better solution for 'iteratively' applyi... -2.00
More complex sorting: How to cateorize data and sort the data withi... 0.00
What is the Big-O of this function that reverses words in a string 0.00
Appending the return values to a set of list directly +0.29
Python inequality operators; comparing lists -0.37
Python custom sort +1.91
Best way to "overload" function in python? +1.08
How to merge lists containing empty and several values? 0.00
urllib2 request returns a different page about 1 in 5 times +0.29
Why is a list not allowed with format strings? +0.29
Is std::sort the best choice to do in-place sort for a huge array w... -1.28
Floyd algorithm - Cycle Detection - not terminating for the example -1.86
ast.literal_eval not working (python string of list to list) 0.00
Interpret a 4 byte int as a 4 byte float -1.03
Split Dictionary Keys into List -1.90
Canonical name for every Unicode character +0.31
Pythonic way to get the index of element from a list of dicts depen... 0.00
Is it better practice to try to pass variables to a function whose... -0.90
Why is it faster to allocate memory in the heap for a local array c... +0.30
What is the Pythonic way to get last not-None value from a list +1.64
Obtaining an iterator from the element passed to a lambda when usin... +1.11
Python higher order functions usage with str.startswith +1.66
Checking if List contains all items from another list -0.21
Pointer to an Array of String Pointers 0.00
Python Collections Counter for a List of Dictionaries +1.17
program crash uppon deleteing pointer to an array -2.41
Why does std::binary_function<...> not have an operator() met... +0.25