StackRating

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

Daniel Jour

Rating
1531.36 (17,368th)
Reputation
11,897 (12,429th)
Page: 1 2 3 4 5 ... 11
Title Δ
C++11 indexing template parameter packs at runtime in order to acce... +1.76
Is accessing a tuple of tuples of pointers and a mutexes thread-safe 0.00
Dynamic memory allocation in Vector +0.74
Variadic template issue +0.48
c++ static lambda performance 0.00
Construct an object with a string literal -0.48
How to avoid "trap" with linear interpolation? 0.00
How could I pass std::function as function pointer? -0.03
C++ Partial Template Specialization: Member Functions -1.10
Boost Hana iterating over tuple of pairs 0.00
Variables that can be used as data types. -0.99
Obtain original struct/class name during C++ template instantiation +2.21
C++ char* vs int* +0.44
How can I accept a derived `shared_ptr` to a constructor accepting... +0.84
How to write a template to cast to a templatized type based on an i... -0.39
Passing unique_ptr instead of * to method -2.16
detection idiom: why does the condition have to be a `using` direct... 0.00
Trying to read binary file clears the file itself 0.00
C - emulate 'mutable' from C++ 0.00
Base class pointer for a template class that uses template paramete... 0.00
с++ put byte array to function -0.04
Avoiding code duplication in template specializations -0.28
Is this code as efficient as it could be? -0.47
Inserting into vector by reference to element of same vector +0.47
Rationale for std::make_array common type +0.49
operator overloading in global and element functions 0.00
Compiler complains about misplaced else +1.25
How to chain C++ `transform` and `inner_product` calls? -0.03
Keeping huge matrix in memory across multiple runs of a C++ program +1.22
No viable '=' when using vector::erase 0.00
Whats the best way to pass an object array as an argument -0.32
How to represent a variadic templated type based on another group o... -1.39
Where do normal templates end and meta templates begin? +0.70
Recursively traverse dictionary trie to count total words -0.34
Correct way to use an array to access multiple arrays of different... -0.41
Forward iterator/random acces iterator and `operator*` over tempora... +1.12
Should a pointer to stack variable be volatile? +1.89
Invalid cast error in function template which return values depends... -0.03
cout for 2D string vector only printing last line 0.00
C static libraries do not recognize each other - why do I get "... +0.46
How to make sure template class definitions make it into shared lib... 0.00
Lambda functions passing by reference +0.28
Same variable for char and string +2.78
Compilation error for a binary_search on the attributes 0.00
How can I hash a std::unordered_map::const_iterator? 0.00
Scanf function test +0.50
MS Visual Studio Error: Expected Constant Expression 0.00
Creating an object at runtime based on user's input +1.98
Can this be refactored for proper Dependency Injection? 0.00
Why does FreeBSD's implementation of memchr increment its point... -0.07