StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Richard Hodges

Rating
1480.72 (4,494,137th)
Reputation
57,694 (1,644th)
Page: 1 ... 6 7 8 9 10 ... 44
Title Δ
C++17 using std::variant to represent DOM 0.00
How can I perform a cmath function on a custom class instance? -0.42
Changing Python to C++: how to eliminate zeros that are keep appear... -1.30
Which Algorithms in the standard algorithm library allocate and is... +1.83
so I decided to not use namespace anymore, but now when should I ad... +0.43
Prevent duplicate entry into vector? C++ +0.07
Avoid code duplication in a pair of almost identical base > deri... +0.48
How do I implement a variadic template that reads user input into a... +1.46
Why can’t a template argument be deduced in this fold implementation? -1.11
How to overload an operator for integer, float and double data type... -0.72
Bind class method and pass it as function pointer +1.16
Why can't I have std::optional<T> where T is abstract? -1.14
Usual arithmetic conversions and Integer promotion 0.00
How std::packaged_task works -1.56
Contiguous storage of polymorphic types -1.40
Processing an array of objects with multithreading - invalid use of... +2.94
Clang fails to detect undefined behavior -1.98
Execute function every 10 ms in C++ 0.00
Function that accepts a tuple and returns another tuple +1.17
c++ passing sequence upper range to variadic function template +0.48
C++ - (zero cost?) proxy like operator=(value) -> std::map[key]=... 0.00
double to string with ostringstream syntax 0.00
How to add elements on a std::vector only if their type matches 0.00
Behind the scenes of returning value from function c++ -0.77
Best practice for a global config 0.00
C++ | Reuse conditions -0.69
Concurrent cout formatting 0.00
How to suppress a member in implicit copy constructor/assignment op... -1.02
How to suppress a member in implicit copy constructor/assignment op... -1.02
Why overridden method hides all methods with same name regardless o... -0.31
Using bind inside of function call +1.82
C++: How to use thread_local to declare a pointer variable? -0.02
CMake - objects being built twice unnecessarily? +1.85
How to avoid returning const-ref to a temporary in a cache -0.52
Can I implement max(A, max(B, max(C, D))) using fold expressions? -0.74
const correct composition using std::unique_ptr / std::shared_ptr -0.57
C++ set unique and order -0.54
What is the purpose of "int mask = ~0;"? +1.47
How do you disconnect from a boost signal2 using a functor to a met... +0.48
cannot be initialized by a non-constant expression when being decla... 0.00
C++ STL alogrithm like 'comm' utility +2.52
Is there a pattern for compiler-enforced implementation completenes... +0.21
unaligned access store on intel processor -0.00
wchar.h file not found - Xcode 9.0 breaks Qt Creator - old fixes do... 0.00
Passing a type specifier to a template function -0.68
Automatic template type deduction confusing pointers and references -2.06
Why enumeration typenames are preceded with the number of character... 0.00
cmake compiler boolean switch issue +0.47
Using std::vector<boost::variant<...>> with Google Mock... +0.48
Unable to concat strings in C++? -0.22