StackRating

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

Jonathan Wakely

Rating
1629.44 (885th)
Reputation
138,346 (435th)
Page: 1 ... 27 28 29 30 31 ... 43
Title Δ
Is there a reference of all the user data structures used over linu... 0.00
Installing gcc 4.8 on Debian +1.04
Networking Library in C++14 0.00
enforcing objects through std::shared_ptr +1.59
When you perfect-forward, typename T becomes a T& or T&&... +2.80
g++ always backward-compatible with "older" static librar... +1.78
GCC backwards compatibility 0.00
std::function and std::bind behavior -1.78
why vector's move ctor does not deduce a noexcept()? 0.00
Detect if two types are a specialization of a same class template? 0.00
passing function objects pointers to functions accepting a pointer... +0.41
Do I need to synchronize std::condition_variable/condition_variable... +0.43
How to get the position of a tuple element -0.31
G++, clang++ and std::function 0.00
How can I create a smart pointer that locks and unlocks a mutex? -0.60
How to write destructor to be able to compile the code and free all... -1.05
C++ Linker error undefined reference to a class definition and its... 0.00
Use std::move in C++11 move constructor with uniform initialization... 0.00
Is std::promise broken on my machine (using g++-mp)? +0.39
Decorator pattern - how do I NOT call the copy constructor at initi... 0.00
Copy constructor for templates +0.84
How can you get the Linux thread Id of a std::thread() +0.40
C++ ifstream not reading \n? +0.43
libstdc++ private basic_streambuf constructor 0.00
can I put multimap iteration logic to another function? 0.00
C++11 - Copy construction of a smart pointer pointing to abstract t... 0.00
Is it possible to pass a reference to a variadic template function? +2.21
Does implicit T& constructor of std::reference_wrapper<T>... +0.41
Risks of different GCC versions at link / run time? 0.00
When should I use std::bind? +2.58
shared_ptr initialization -0.43
Const reference as class member -0.10
Why is std::array< T, 0 > not empty? 0.00
pointing to a member that has not yet been initialized -0.51
Mismatch delete +0.28
How to declare a function that takes a function with a function as... +0.85
C++11/templates: Select the correct overloading of a function 0.00
How to display only the last field? -2.12
Why does std::result_of take an (unrelated) function type as a type... -1.39
std::bind inside of a class, general concept of an event system 0.00
futures, promises, and exceptions -0.52
What is the correct way to dispose of a C++ object created with boo... 0.00
Lock-free swap of two unique_ptr<T> -0.37
C++ GCC Why this sfinae code can be compiled with GCC 4.7, but not... -0.19
How Do I Determine Whether to Use '->' versus '.' +1.38
How to Enable a Custom Container for the Scoped Allocator Model 0.00
C++11 language support in g++ without the library-breaking features... +0.41
checking whether an element at a certain position exists (is set) i... -0.63
Why start with std::placeholders::_1 instead of _0? +1.28
How to assign std::string in to other std::string in my class (over... -0.10