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 ... 42 43 44 45 46 ... 99
Title Δ
How to make std::distance a Callable for apply or invoke? 0.00
How to use multiple virtual function pointer from different inherit... +2.49
Any C++/C equivalent function with sparse in MATLAB 0.00
Is there something wrong with this rwLock implementation? +0.30
How to iterate over variadic template pack during (pseudo?) runtime? 0.00
std::apply and constant expression? -0.60
Create custom distribution compatible with C++11 random header +1.52
Approach of using an std::atomic compared to std::condition_variabl... +1.27
Multiple inheritance. What is the idea behind this inheritance mode... 0.00
Passing result of std::bind to std::function "overloads" +0.34
Call function based on template argument type +0.37
how to check failure of constructor with exception disabled -1.77
Stack or Heap in inderect heap allocation -0.30
Simple sorting function (C++/Processing/Java) +1.87
Using `std::conditional_t` to define a class' `typedef` in depe... -2.05
Type trait to identify types that can be read/written in binary form -2.53
Passing different lambdas to function template in c++ 0.00
Why do std::future<T> and std::shared_future<T> not pro... 0.00
Trying to downcast with polymorphism, what's going wrong? -1.92
C++ accurately do action in "every" 100 microsecond witho... 0.00
How to atomically set a value if a condition holds in C/C++? -2.12
Why does this std::enable_if not work 0.00
Cache-friendliness std::list vs std::vector -0.67
reduce the size of the table by deleting null values +1.04
Is this the best way to iterate over 2 singly linked lists of diffe... +0.99
How should I use placement new with a custom allocation API? 0.00
How to set the deleter for an existing shared pointer? 0.00
Container with function member with variable number of arguments +1.25
Is it Possible to Use Casting as "array slicing" in C++11 -0.45
Do C++ standard library algorithms use std::advance 0.00
C++17, why doesn't auto non-type template parameter work with S... 0.00
setting container size in multset 0.00
Using C++11 type traits to provide alternate inline implementations -0.70
Is this "if e is a pack, then get a template name, otherwise g... +2.71
Python-like map in c++ +2.19
C++ Initialising fields directly vs initialisation list in default... -1.64
Function taking iterator pair not working when run in parallel 0.00
How to manage lifetime of the type "shortest of"? +0.46
C++11 execute block in same thread but with timeout -0.08
Should I use QScopedPointer or std::unique_ptr? +1.63
Casting std::tr1::shared_ptr<T> and std::shared_ptr<T>... -1.12
Can std::condition_variables be used as counting semaphores? 0.00
Can C++11 condition_variables be used to synchronize processes? -2.10
Moving pointer with Dynamic Memory C++ -0.08
Are empty for loops even executed in C++? +1.32
From BNF-like grammer to Java or C++ +0.44
std list reverse-iterator's past-the-end iterator gets invalida... 0.00
Writing a type trait for detecting Matrix Expressions in Eigen +1.89
Is there a way to easily handle functions returning std::pairs? -1.26
What is the rationale behind decltype behavior? +2.37