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 ... 7 8 9 10 11 ... 99
Title Δ
Stack overflow due to deep recursion 0.00
Access variadic template structure by its interface -1.95
Define HAS_XXX / NO_XXX for supporting / no-supporting a feature +1.73
how to check if type 'T' has 'T(std::initializer_list&l... -0.99
I want to know the life cycle when initializing a variable in the c... 0.00
How can I effectively calculate the phase angle of a complex number... -1.65
After using a transform to fill up a vector, the new c++11 for loop... -0.54
How can I compare an experimental version of a C++ model with a gol... 0.00
Deciding where to place a function implementation +1.75
How to change (move forward/backward) an iterator in range based fo... -1.83
How do the cross-platform windows frameworks like Qt work? Are they... 0.00
runtime error: pointer index expression with base 0x000000000000 ov... 0.00
Why does enable_if<>* = nullptr work when enable_if<> =... 0.00
How to construct an object either from a const reference or tempora... +0.62
Qt Connections: Using Lambda Expression Resets Passed int Variable... 0.00
Can a constexpr linked list of arbitrary types be created? +1.81
virtual destructor for pure abstract class +0.60
std::distance is slow and how to improve it? -0.55
Overloading bitwise OR('|') for chaining operations not wor... +3.04
std::condition_variable::notify_all() only wakes up one thread in m... -1.55
How long double fits so many characters in just 12 bytes? +0.40
"Ambiguous conversion sequence" - what is the purpose of... 0.00
Is there any guarantee on the size of an std::reference_wrapper? -0.25
How many copy operations can move semantics save between 'strin... -0.46
Difference between string += s1 and string = string + s1 -1.37
Use std::tie to unpack return value will lead to additional cost? 0.00
Extend object lifetime/scope from a `if constexpr` branch +0.24
Serialize Lambda Functions with Cereal +0.43
How to store any kind of function in a variable in C++? -0.37
How to know when a std::thread has finished in c++? 0.00
parameter pack must be expanded in this context after switching to... 0.00
Looking for a way to speed up a function +0.72
How to capture a unique_ptr in a std::function -0.59
Trying to learn pointers, why use them instead of just &? -0.06
Deciding which template specialization structure to use each time -0.04
What happens when two threads attempt a try_lock() on the SAME mute... +2.43
std::apply to constructor in a templated function 0.00
Ensure at compile time that all classes derived from abstract base... 0.00
Initializing variables in an "if" statement -0.93
Is standard guarantee safe usage of std::future after moving std::p... 0.00
Why does make_pair<int,int> fail in C++ 11? -1.24
std::function, literal types and templates +2.22
Get a std::tuple element as std::variant -0.80
What is the rationale behind disallowing partial specialization of... 0.00
Packed structures and not packed without code repetition -0.33
Mutex that works across std implementations -0.57
Use std::map with std::any as value type 0.00
How can I check type T is among parameter pack Ts...? -0.23
Check existence of operator() +0.45
Significance of classes over data-structures +0.17