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 ... 49 50 51 52 53 ... 99
Title Δ
Not able to figure out the mistake while calculating catlan number +0.41
Is it possible to return a variadic lambda from a function template? -2.02
Correctly transforming a node relative to a specified space? +0.20
C++17 make_optional constexpr-ness -0.59
When do I need a swap function? 0.00
Synonym function call for ::new((void*)p)T(value); -1.46
How to avoid the need to specify deleter for std::shared_ptr every... +0.72
Storing C++ lambdas as binary data +1.64
C++11 way of storing a polymorphic object in a class 0.00
Pretty way to say "foo not in {bar, baz}" in C++11/14 +0.78
Iterator for multi-dimensional vector that is used as unidimensional? +0.10
Can we store and share corel draw data on git? 0.00
std::result_of for lvalue/rvalue arguments +2.62
Forward a function into a lambda-expression in c++11 -2.10
Alternative to initializer_list prior C++11 -0.63
How to move future into lambda-expression 0.00
Compile-time calculation of bits needed to represent a range -0.79
Get parameter types of all function overloads +0.41
Enforcing statement order in C++ +0.49
std::forward and operator() +0.43
Is there a c++ temporary rvalue for constants -0.10
C++11 modifying elements in initializer_list using pointer caused S... +2.81
std::regex ignore whitespace inside regex command +0.44
Is it possible to force `std::make_shared` to use a class's new... -1.93
Why "auto" cannot accept braced-init-list when deducing r... +0.41
Smart pointers to within a smart-pointer managed array 0.00
Copying a lambda function with default parameters to a variable +1.66
Obtaining function pointer to lambda? -0.62
Partial construction & destruction of an object of a child clas... +0.45
Partial instantiation of template template parameter -2.04
Order of functions calls -1.94
The Concept of Bilinear Interpolation by Accessing 2-d array like 1... 0.00
What is diffrence between lock() and expired()? weak_ptr C++ +0.95
Smart replacement for 'new[]' to make_unique -1.14
Keyword typeof in c++11 -0.94
Why not always assign return values to const reference? +0.74
Why doesn't function prevent construction from different return... 0.00
Temporary optional in the range-based for loop expression 0.00
Why does my program have variable lifetime issues when using genera... +0.54
A portable, std::string-like string class which is not std::string 0.00
How to implement class with virtual method on the fly -1.56
Why do you need external linkage for references to non-type templat... 0.00
Making a comparator from an ordered container +0.41
Implementing a compile-time "static-if" logic for differe... -0.50
C++ - Check if all template arguments are power of 2 -1.31
Isn't this const auto& redundant? -1.18
can std::forward takes std::function<void()> as the class type? 0.00
Why compiling with C++11 is successful despite using C++14 feature? +2.11
Array size without sizeof operator +1.10
How to slice a vector in c++ and assign to itself? -1.01