StackRating

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

Yakk - Adam Nevraumont

Rating
1564.05 (4,902nd)
Reputation
197,071 (244th)
Page: 1 ... 70 71 72 73 74 ... 99
Title Δ
How to change a recursive code to iterative form +0.01
Should std::hash<T> work when t is std::pair<two simpler t... 0.00
Using emplacement to construct a vector of matrices of constant size -1.13
Generating one class member per variadic template argument -1.42
constexpr and CRTP: compiler disagreement -0.96
Why does std::max return by const&? -0.05
Storing a vector of various void function pointers with its paramet... -0.53
Why do programmers say that "pass by reference" is really... +0.75
Suicide object implementation leveraging `std::weak_ptr` +0.47
C++ std::set with a comparator that is time based? +1.34
why is there no std::make_function()? +0.22
how to pop_back shared pointer from vector and convert to unique_ptr +0.13
C++: what's the usage of declaring a function inside another fu... -1.53
Comparing std::function for member functions -1.71
threadsafe wrapper on std::unordered_map +0.79
What are best practices for simple random shuffling in code that... -0.19
Simulating argument-dependent lookup for template arguments +0.13
C++ algorithm to advance iterator while condition is true -0.05
Define private to public in C++ +1.46
c++ no operator matches even when operator is defined +0.61
C++ finding the (largest) index of the largest element in an array +0.37
if(null) is being executed in a specific computer compiling with cl... 0.00
Treating a collection of pointers to instances of a derived class a... 0.00
The rationale for non-const for "end" pointer in STL -1.46
How does a recursive function with two recursive calls work? +0.37
Const-correctness in matrix example -1.89
C++ How to make template<T>f() return -1 for integral T, null... +0.57
Can modern C++ get you performance for free? +2.18
Using an initializer list of lambdas in a range-based loop -1.36
How to check at compile-time if a function that can be called with... -0.54
Programming task: sum of submatrices 0.00
How to implement operator-> for an iterator that constructs its... -0.03
Is std::move necessary when storing an expensive object in a pair? +0.71
complicated pointer expressions +0.94
How can I concisely find all digits in a string without using a loop? +0.31
Dynamic array cause system crash 0.00
Is there a c++ counterpart to posix_memalign? +1.61
STL containers move semantics and return by value: how many times o... 0.00
C++, how to use a subset of all types -1.67
How Do I Make a STL Stack Use a Template Parameter? -1.03
Why does std::vector::reserve call the copy constructor? 0.00
C++ casting from lvalue reference to rvalue reference a unique_ptr 0.00
What optimizations are enabled by non-type template parameters? +2.15
generic optional function parameter +0.14
Prevent forwarding from being "too liberal" 0.00
Using std::hash<std::thread::id>()(std::this_thread::get_id()) -1.07
Capture template parameter of variadic templated arguments +0.32
How to check when a std::vector changes state from empty to non-emp... 0.00
C++ convert boost::optional<double> to double -1.79
When is passing the address of a global variable as a template argu... +0.17