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 ... 73 74 75 76 77 ... 99
Title Δ
Efficient Path finding algorithm avoiding zigzag's +0.22
How can i fix ("too few arguments in function call")? +0.42
Easier way to have shared_ptr own an existing pointer +2.11
Functions as arguments of variadic templates -1.31
C++: Overloaded template alias 0.00
how do I use the variable from a For loop outside the loop in C++? -0.04
Why is value taking setter member functions not recommended in Herb... -0.10
Why is using the move constructor in a return statement legal? +2.99
How to get the index of an element in a tuple via address? +0.51
Clarification about Sean Parent's talk "Inheritance is the... 0.00
What Are C++ Run-Time Concepts? 0.00
Is this C++ destructor redundant? -1.39
What is the difference between path::string() and path::generic_str... -1.31
Fast integer solution of x(x-1)/2 = c -0.87
Call function from argument of another function 0.00
Does/would c++11/14 support something like vector<auto> -1.58
C++ Linked List Iterator Class 0.00
why are Cubic Bezier functions not accurate compared too windows ap... 0.00
Is there a way to specify a precedence among user defined conversio... +0.67
Dummy arguments in lambdas that will match any type? 0.00
Write `for(x : y) if(p(x)) return x;` in modern algorithmic form +0.98
How to reuse code between const and non-const functions that call o... -0.40
Why doesn't C++ std::map::operator[] use inplace new? +0.46
How to create a templated class that has as template one other temp... -1.96
Deduce variadic args and return type from functor template paramete... 0.00
How can I create an array with Fibonacci numbers up to a certain in... -0.05
Changing member types in inheritance +0.02
Can I access a C++11 std::map entry while inserting/erasing from an... +0.46
While function doesn't work like I want it to +0.27
Substitution of void as parameter to templated method -0.82
Comparison with passing criteria as template parameter to sort() re... +0.02
Why does the compiler allow vector.begin()=vector.end() in C++? -1.28
Use Generic Lambda with std::find_if 0.00
Should copy assignment operator leverage std::swap as a general rule? +2.96
Proper way to define templated constant without C++14? -1.75
How to get the true allocator for the std::map? 0.00
How to efficiently clear vector<Mat> in opencv c++ +1.01
Should I use std::function or a function pointer in C++? +0.63
Delete void* in C++11 using type erasure +0.46
Computation of loop conditions -1.23
Is thread::id used anywhere in the standard C++ library? +2.81
What exactly are covariant return types in C++? -1.19
Function pointer as parameter in a class method declaration +1.39
Using C++11 lambda with boost::multi_index 0.00
Doing work in kernel space vs user space -0.40
Variadic Template Dispatcher +0.02
Emplacing a std::pair +2.52
How to improve the efficiency of "str1 + str2 + str3 + ...&quo... +0.87
How can I shuffle bits efficiently? -0.69
Why is strncpy marked as unsafe? +0.30