StackRating

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

Jarod42

Rating
1595.26 (2,009th)
Reputation
130,253 (480th)
Page: 1 ... 18 19 20 21 22 ... 111
Title Δ
Given a 3 x 3 matrix or any n x n matrix, why would my following fu... +0.41
Override a class method with a template method in C++ 0.00
Assign a member function pointer as a callback from another function 0.00
Loop end condition with iterators and custom step size -0.55
What is the correct syntax for pointer to a struct/class member 0.00
Exposing a vector of shared_pointers without giving ownership -0.61
Why does this C++ program capturing lambda argument by reference se... 0.00
Best way to enumerate the types on a tuple? +0.42
Combine visitors in VisitorPattern +0.11
Best way to concatenate and condense a std::vector<std::string> +0.51
User-defined conversion cannot specify return type 0.00
How to assign a vector of atomic types? 0.00
Use Current Template as a Template Parameter to one of the Template... +0.87
Not able to to do set element insertion inside constructor -0.07
store a string in a constexpr struct +0.17
Constexpr vs Template Metaprogramming - performance differences 0.00
How can I create a value_type type trait? +0.23
faster erase-remove idiom when I don't care about order and don... -1.20
3 different / same ways of doing N-factorial compile time in C++ -1.93
I cannot add additional libraries with premake5 0.00
C++: Why is the error object not thrown if the parentheses are empty? 0.00
Hide empty base class for aggregate initialization -0.09
Declare variable in namespace, define it in main, make it visible t... -0.75
How to pass const char[] arrays as constexpr template parameters us... +0.30
Reverse variadic template arguments in hierarchy -2.05
Substitute the forward declared struct with lately defined struct -0.60
When return statement, comma operator, braced-init-list and std::un... -1.87
How to stop template recursion while using parameter deduction? +0.89
How to implement auto iterators correctly 0.00
Is there a way to template a function so that an N-dimensional brac... +1.12
How to declare conversions between different types of a templated c... 0.00
What is the best practice for performing structured bindings on rea... 0.00
C++ function design 0.00
Is there a way to run a statement when a condition in a loop is met... -1.35
C++ class member function alias template preventing brace-enclosed... 0.00
Allowing initializer lists inside of a macro 0.00
Operator overloading on temporary object 0.00
Are there reasons for keeping fully specialized template in the hea... 0.00
Tripple-void delete operator syntax 0.00
How to deactivate non-integral versions of my `Pow(T)` using SFINAE? 0.00
Sort just one member of the classes in a vector, leaving the other... -1.12
Check if class is of template specialization (with template argumen... 0.00
How to make a template re-deduce a const char[N] "mychar"... -1.86
Can I intialuze a reference of the same class type in a constructor... 0.00
Protected members of same template class but different template types 0.00
How to stop calling incompatible method in C++? +1.91
initialising vector of pointers for a user defined class 0.00
How to enforce array initializer having same number of items as arr... -0.60
c++ How in runtime to give the user a suitable exception by the err... 0.00
Convention for taking lambda as parameter +0.26