StackRating

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

Nikos Athanasiou

Rating
1534.03 (15,320th)
Reputation
16,354 (8,538th)
Page: 1 2 3 ... 4
Title Δ
How to unroll nested for loops in c++? 0.00
Order an std::map by the absolute value of key +0.66
Separate the integers from a string -0.56
Safe to store moved object in member reference? -2.04
Return forwarding reference parameters - Best practice -0.77
C++ specialize a lambda for a certain type 0.00
add_const won't work with forwarding references +2.65
Iterating over different types +1.38
parameter packs not expanded with '...' -0.98
What's the C++98 equivalent of the auto iterator reference? -1.11
How does Visual Studio 2013 detect buffer overrun +1.20
Notification about state change in Boost Statechart 0.00
Is the GNU C++ compiler ((GCC) 5.2.0) good at "inlining"... +1.96
c++11 constructor with variadic universal references and copy const... -0.46
Why is initialization of a constant dependent type in a template pa... 0.00
Why is "true;" (and others) a valid line of code C++? -0.28
iterate ordered versus unordered containers +1.11
How to return a member of a local object +1.87
Is it wise to use the `this` keyword in C? +0.85
Does specifying constexpr on constructor automatically makes all ob... -0.33
C++ - What happens when you index an array by a float? -0.04
Constant integer trait in simple class +0.41
count the frequency of groups in vector using rtree ( or any other... +0.46
Performing intersection of vector c++ +0.90
Is there a better way to distinguish resizable containers than pres... -0.24
What happens to an object instance after applying std::move +1.01
Simplest C++ Example to verify my compiler is c++14 compliant? +1.30
How to efficiently search vectors in C++ +1.17
Get the name of a time type in chrono +0.43
When is a type in c++11 allowed to be memcpyed? -1.07
Declaring protected function friend 0.00
How to get the value type from an output iterator? +2.00
How do I sort two vectors containing relative entries, using STL? +0.47
No Double Numbers +0.08
Consistency between a function's declaration in a C header and... +2.02
C++ Vector: push_back Objects vs push_back Pointers performance -0.53
C++ functor (mapping) 0.00
Why C++11 in-class initializer cannot use parentheses? +2.81
Why does the const qualifier allow temporary objects or rvalues? +0.47
Macro for auto destroy heap objects +0.78
What is the std::vector::iterator's index in the vector? +1.01
One-liner for RAII on non pointer? -0.50
Copy function signature +2.10
Using a parameter to get others +1.92
Runtime type checking for switch case +2.41
Calculate area of polygon given (x,y) coordinates 0.00
How to interpolate 3D points computed from a Kinect to get a ball t... -1.98
Program in freestanding environment 0.00
Should main with trailing return type be avoided? -1.64
Exceptions with new and exceptions without new operator 0.00