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 ... 12 13 14 15 16 ... 66
Title Δ
Return pointer-to-non-const using modified pointer-to-const -0.20
python deleting older files that match an unknown pattern (tricky) -0.17
Why does Google name accessors and mutators after member variables? -2.22
Which would be better: A unique_ptr to a 2D array or a 2D array of... 0.00
Find out that to which group a number belongs? -1.24
re C++ range iterators: Is it bad to have just one class? +0.92
Usage of the const keyword +0.16
Does GCC cache loop variables? +1.11
C++11 - Return rvalue passed into a function by lvalue? +1.26
Segment a korean word into individual syllables - C++/Python 0.00
Why can't I reinterpret_cast uint to int? +1.16
How does one declare a variable inside an if () statement? -1.83
Is it meaningless to declare the return type of a function as T&... +0.90
Algorithm - Find pure numbers +0.33
C++ convert string date (1/4/2000) to int date (20000104) +1.94
Best approach to continuously scan for a string in a streaming buffer -0.16
How is recursion call stack maintained in GCC? -0.66
Is a compiler allowed to remove assignments to struct member if it... -0.63
Find where free is called on a given pointer type +0.34
Algorithm for probability over 100% +1.00
std::mutex vs std::recursive_mutex as class member +0.08
Retrieve int from float -2.17
Why does the standard let functions that don't return compile? -0.61
What is a proper way to return NOT NULL pointer -0.95
What implementation of Swap() function is better and for what situa... -0.46
What does \0 stand for? -0.51
something like virtual member(structure) -1.65
The interpretor for Perl is written in C and yet perl is faster for... -1.87
C++ standard type sizes in stdint.h -2.64
constness and pointers to pointers +1.24
Passing an element to a lambda by reference-to-const 0.00
template function taking argument function pointer to a class method +0.29
Right shift with zeros at the beginning -2.18
Is there an O(1) way to turn a std::map<keytype, value> into... -0.25
Data structure that returns index and stores count of strings in c++ +2.58
Removing items in list, python style and c++ style -0.31
Why is the destructor called when initializing a vector of objects? 0.00
Using a namespace in place of a static class? +1.71
Guidelines for listing the order of function arguments 0.00
Does the WKWYL optimazion in make_shared<>() introduce a pena... +1.45
Create an N dimensional array, where N is determined at runtime (C++) +0.31
Does typedef in C/C++ really create a NEW type by combining the com... -1.31
Are there any use cases for a class which is copyable but not movab... +1.21
Usage wise difference between const & volatile qualifier in C? -1.53
Is it possible to erase elements of a std::list in a c++11 for each... -0.77
Is network byte order pointless under IPv6? -1.14
the decimal, octal and hexadecimal value of an integer in C++ -0.24
Does the range-based 'for' loop deprecate many simple algorithms? +0.20
Should method names be easy to remember? +0.28
C++: Division by vector.size() gives strange results -2.50