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 ... 24 25 26 27 28 ... 43
Title Δ
Is getting address of rvalue reference before move considered safe? +0.36
std::this_thread::sleep_for() and nanoseconds 0.00
Checking if an std::function is assigned to a nullptr 0.00
Is this an exception safe implementation of swap(multithread)? +1.88
Problems with return type deduction for normal functions? 0.00
Pass by reference, constant reference, rvalue-reference, or constan... -0.82
Get member data from a thread 0.00
Why using std::async from C++11? +1.81
How to replace strings containing special characters in multiple fi... +1.34
How are the ntoh functions implemented under RHEL/GCC? +0.12
Regex to remove leading 9 from a phone number, that isn't at the st... -0.41
macos statically linking libstdc++ with g++ 4.7.2 0.00
template different return types 0.00
Not able to link to compiled /.so source libraries in C++ 0.00
Parsing through two files while comparing values 0.00
Error message from header file in Principles and Practice using C++ +0.37
C++ overload function by return type +1.90
Using boost::shared_from_this for an object that sometimes isn't ow... +0.36
Passing by reference to std::thread c++0x in VS2012 0.00
Using shared_from_this in templated classes +1.22
How to make this template which using typedefed type in template co... -0.15
"Bad file descriptor" when accessing socket descriptor in... 0.00
Adding SSH Key to authorized_keys: permission denied(publickey) -0.74
How can I determine the actual type of an 'auto' variable +0.39
Should g++ 4.4.7 -std=gnu++0x compile the "for each" cons... +1.62
Run bash script as if I it was executed from a different directory -2.24
Store the forked process' id in file 0.00
How to localize places for introducing move semantics in a legacy c... +0.35
Need to lock a copy of an stl::map of pointers while reading? -0.66
Best convention for cross-class helper function -0.98
Cast some elements of std::array to shorter std::array +0.11
Why I can't separately write namespace's hierarchy in the header fi... -1.04
Transform vector of boost::shared_ptr using boost::bind and boost::... +2.03
How to use isnan as a predicate function to std::find_if (c++11) +2.19
c++ template partial specialization +0.38
How to implement a move constructor for a diamond-shaped inheritance? +1.93
What are "rvalue references for *this" for? -0.28
The effect of auto on compile time -0.07
Function dual to std::move? +1.12
Initialize static multimap class member 0.00
swap std::unique_ptr with lambda as deleter -- GCC +1.26
Why is .gitignore not part of repository by default? -1.57
std::vector::erase(iterator position) does not necessarily invoke t... +0.36
Disabling GCC auto-parallelisation 0.00
std:mutex'es as members of objects that will go into containers? -0.80
undefined reference to std::basic_string 0.00
When is explicit move needed for a return statement? 0.00
Why do -ansi and -std=c++11 conflict in g++? +1.17
Can other threads modify thread-local memory? 0.00
Is it enough to delete operator=(Type type)? -2.22