StackRating

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

Nir Friedman

Rating
1540.57 (11,531st)
Reputation
13,017 (11,165th)
Page: 1 2 3 4 5 6
Title Δ
C++11 pass vector to constructor +1.22
Gaining access to the tuple by string template param -3.28
Is there a downside to declaring variables with auto in C++? +3.65
Constructor taking char pointer +3.85
Factory dependency in C++ classes 0.00
Find the element in one array, which has the minimal absolute value -3.33
Sorting vector of instances -1.92
When is a constructor call a const-expr? 0.00
c++11 union contains data member with virtual function +6.15
const and non-const versions of *static* member functions +4.53
How does python assign values after assignment operator -1.87
Which data structure is most suitable to implement a Dictionary? 0.00
Debug tool to track size of all STL containers in program? +4.24
What does -Wreinterpret-base-class mean in Clang / C++? -1.34
Calling private member function in C++ 0.00
Deduce type of template type in C++ -4.19
std::any by std::exception_ptr +4.11
Most pythonic way to continually iterate over a list until a condit... -3.99
Optimizer: replace const reference with const object +0.20
New and delete operators override in libraries -0.09
How to define a constexpr variable 0.00
C++ reference to local temporary object +3.97
Why set primitive type value to zero in the end of move constructor... -4.41
Why is the dynamically allocated array attribute of my class templa... 0.00
using C++ templates to switch strategies / algorithms -4.27
Best practices + syntax for implementing a "contextmanager&quo... -3.23
golang-style "defer" in C++ +4.23
Mixing C-Style Structures with C++ -4.08
Freezing all but one positional arguments -1.80
rvalue reference matching (perfect forwarding example) +1.01
C++ Which function is faster? Repeated assignation or repeated crea... +4.25
C++ equivalent of Rust's Result<T, E> type? +0.88
Create a function that checks whether an array has two opposite ele... +4.31
Should I use shared_ptr or weak_ptr on not mainly containers? +1.73
Algorithm / Data structure for largest set intersection in a collec... -1.16
C++ move into container +5.38
What is the most efficient way to represent small values in a struct? -1.07
Compile time switch generation based on number of fields in structure -3.94
container class for constant data with compile time initialization -3.50
How to deal with constructors of differing length with the Factory... -3.77
How can I initialize a templated type to zero out POD data or defau... -1.72
Template functors vs functions 0.00
Inheritance, selective method execution -1.14
Difficulty Creating column of Pandas Dataframe +0.23
Can you prevent inherited private members being called through the... +0.23
Private static member in base class +0.79
Questions of google style guide on interface class 0.00
Why can I initialize a regular array from {}, but not a std::array -2.43
Printing a path to a file from a variable in C++ -3.89
CRTP (Curiously Recurring Template Pattern) using a generic base te... 0.00