StackRating

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

Justin

Rating
1576.23 (3,360th)
Reputation
13,603 (10,586th)
Page: 1 2 3 4 5 ... 7
Title Δ
How to execute some code in destructor *after* member are destroyed 0.00
What does enable_testing() do in cmake? -2.10
performance comparsion between vector and raw c-style array 0.00
SFINAE - Falling back on default function if more sophisticated one... -1.87
Converting a forwarding lambda to a function pointer 0.00
Are structured bindings reusable? 0.00
istream_iterator copy example keeps waiting for input +0.40
Template arguments of the first template type +1.87
STL random_shuffle generates highly correlated sequences +2.28
Private using declaration of base constructor is not private +1.43
C++ AddressSanitizer with CMakeLists.txt results in asan errors 0.00
C++ avoid warning on non-used code parts -0.68
template template argument deduction with sfinae 0.00
Definition of C++ template specialization member function 0.00
Better way to move objects from one std::deque to another? 0.00
Avoid heap allocation when inserting into sorted vector<unique_p... +2.39
C++ template specialization for a single method for complex types 0.00
How do I write a member function that returns a type that only exis... 0.00
Invisible memory error in C++ sieve code 0.00
C++ Template Metafunction +2.01
Understanding different padding rules between gcc/clang vs msvc2015... 0.00
Extract from an ifstream without a temporary variable? +1.42
Why is int(a) an expression and int(unsigned(a)) a type-id in the e... 0.00
Checking if a tuple contains element of a certain type -0.37
Passing Functor with state as parameter in c++ 0.00
find_if not working with const_iterator +0.76
How to optimize getting average values of array? -1.26
Shortening C++ template function name +0.88
Indirect forwarding references 0.00
Why does g++ allow returning non-copyable class? -1.22
Will `resize` have any risk to reduce the vector capacity? 0.00
What's the reason behind having std::integral_constant? +2.15
Why isn't there a standard C++ math library <math> instea... 0.00
Thread safety and std::move 0.00
SFML libraries not found 0.00
C++ fastest string lower case and find 0.00
C++ lambdas as class methods +2.07
How to specialize a variadic template struct for particular number... -1.21
if it's defined as a member function inside a c++ class, I got... 0.00
Create recursive function argument list from one value and a size 0.00
Is it possible to get hash values as compile-time constants? +1.42
Why std::get for variant throws on failure instead of being undefin... +1.01
Why does c++ initialise a std::vector with zeros, but not a std::ar... -0.92
What is the fastest way to combine 8 uint8_t into a single uintmax_t? 0.00
Unable to compile class with a template parameter +1.88
Modern C++ builder pattern without unique_ptr -0.07
optional and variant with gcc 4.7 -1.79
How to insert an integer inside a string? -1.33
Is it possible to overload a template function based on whether the... +1.95
RAII and factory design pattern? -1.25