StackRating

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

bartop

Rating
1524.41 (24,665th)
Reputation
3,114 (54,288th)
Page: 1 2 3 4
Title Δ
Test all the combinations out of two type lists 0.00
How to use C++ ranges to implement numpy.ndindex? -1.52
Reading int with specific field width from stringstream 0.00
Simplifying C++ pattern that includes variable name and function ou... +0.54
Best way to create a std::future<T> from a T -0.02
Is it possible, with printf, to have the dot "floating" d... -0.80
stable_partition on forward iterators +2.25
Union with bitfield gives unexpected value to bitfield members +0.46
Abusing comma operator to curry function arguments -1.89
How to test that a sequence generator will generate the expected it... +0.88
Why is a type of range based for loop over brace-init list illegal... +1.52
Can I use std::map in parallel when I don't add/remove keys? -0.43
How does C++ lambda wrapper around a member function works after de... 0.00
Can I use C++20 concepts properly in a using declaration? 0.00
C++ decltype from enum value -1.78
What is a parameter of type const pointer const reference? (const X... 0.00
How to pass a pointer from unique_ptr to another object and manage... 0.00
C++ Template; Auto deduction return type of function passed as temp... 0.00
Seemingly missing optimization for calling const-vector size() in l... 0.00
How to reduce the implementation code of lots of wrapper classes? 0.00
Does writing the new value form part of the "value computation... 0.00
How do I convert time-uuid (stored in boost uuid) to a timestamp/ti... 0.00
C++11 function template specializes as a class method if it exists +1.00
Should I move the std::exchange ed members? 0.00
Why is the partial specialisation of a template template argument n... 0.00
Verify (with static_assert) that tuple types follow some order (sta... +2.25
How to save a object with vector or other standard library containe... +1.73
Fold expressions and parameter pack: difference betwen Args&&am... 0.00
Performance of std::map index operator vs insert method 0.00
Declaration of a function pointer's typedef in C++ +2.22
How to return a lambda with a captured unique_ptr 0.00
Is this a possible bug in GCC? 0.00
C++ template specialization in subtemplates 0.00
SFINAE-based ifdef 0.00
Class member as an event handler for a C-style event in C++ 0.00
distorted output during processing .wav file -0.51
What is checked in this template exactly? 0.00
Move-constructing a C++11 thread from a thread object argument crea... -1.01
how to construct vector of vector in boost interprocess 0.00
Type to store a highly precise decimal < 1 -1.95
Take tail of variadic template parameters +2.33
Ensuring template argument type matches that of its variadic constr... -1.36
Overloading for rvalue? -1.53
Cascade calls on override virtual methods 0.00
How to sort a range based on the value of some transformation of it... 0.00
Use greater_equal in adjacent_find to find equivalent elements in s... -0.52
Share object between two lambdas -0.51
Is std::next for vector O(n) or O(1)? +2.39
How should I properly pass on an object to a function that accepts... -1.78
C++ compile time check if method exists in template type +3.10