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 ... 66
Title Δ
std::vector emplace_back() for non copy constructible objects +0.13
Python double leading and trailing underscore usage for class attri... 0.00
Removing duplicates within list without creating a new list while p... +0.57
Can the expression "(ptr == 0) != (ptr == (void*)0)" real... -0.00
Why are placeholders required in std::bind in this case? 0.00
Does C++ guarantee that the address of base and derived references... 0.00
Ordered versus unordered containers in C++ -0.27
In python, how do I map an iterable to an iterable? 0.00
How does open() work with and without `with`? -1.51
Why does static member with an in-class initializer must have be in... 0.00
Static vs dynamic allocation of a pointer which stores just one int -0.65
SHA-512 - salt my password +0.28
How to free the memory correctly in this case +0.84
Is it a clean way to implement a kind of "__tuple__" meth... +0.95
Why does the STL use the assignment operator to move items around i... 0.00
How does Python implement Dependency Injection since it has no Inte... 0.00
Is there a way to have a function return a type? +0.28
calling copy constructor in assignment operator -0.07
Why do 'and' & 'or' return operands in Python? -0.90
convert a date in dd/mm/yyyy to timestamp (seconds since 01/01/1970... -0.21
difference between decorating with @ symbol and without it in python 0.00
How to write forward_difference function in Python? +1.17
Does it make sense for a class Logger to be copyable and movable? -0.21
Callback functions with different arguments -1.03
Exchangability of pointers to member function between different add... +0.98
Is char and int interchangeable for function arguments in C? -0.72
What is the best way to express a templated numeric literal? +0.56
Example of Input Iterator where `end()` actually denotes one-past-t... +2.19
Generate random number between 0 and 1 +0.29
Why are decorators useful? 0.00
Python invert operator - visualizing the negative number -2.15
Best practice when using operator[] in c++ 0.00
Does every type have a corresponding literal? -0.46
Get n largest items from a list in python +0.27
Cyclic dependency issues with shared_ptr 0.00
how to cast the size_t to double or int C++ -0.92
Derived class instances to share the same base class instance +0.44
Is it possible to trigger a computation upon a value change in C++? -0.40
C++ Loops, scope, and stack (why does this work?) +0.43
How do I check the total number of closed tags using BeautifulSoup? 0.00
OpenCV documentation says that "uchar" is "unsigned... -2.46
Why 'virtual' inheritance is not the default behaviour? -1.00
How come an user defined conversion is a better match than a standa... -0.22
Pythonic way of replacing real return values and implementation of... -0.19
Converting coordinate representation to adjecency list representation -1.39
Can I store nullptr to bool? +0.15
How can I convert the C++11 code to C++98 without boost? -0.68
Getting address of argument passed in register +0.26
Prime factorization of number error -2.65
Is it possible to implement a memory pool that works with arrays in... -1.17