StackRating

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

PiotrNycz

Rating
1547.54 (8,717th)
Reputation
15,798 (8,865th)
Page: 1 2 3 4 5 ... 10
Title Δ
How to use GMock check base class function is called -0.37
Extending inner for loop calls indefinitely -1.21
C++ open file for writing only if does not exists +2.43
C++11 constructor delegation with aggregate initialization -0.88
How to unit test the std::bind function using gtest? +1.16
Does templated using make a good pattern for unordered_map/set with... 0.00
c++ and gtest, need help understanding why seemingly simple test fa... +0.38
Zipping an `std::tuple` and variadic arguments -1.60
How to prevent repeating long rvalue 0.00
Unable to access template objects using boost::apply_visitor 0.00
Confusion while deriving from std::tuple, can not handle std::get 0.00
what is most likely used method to handle multiple keys to fetch an... 0.00
Documenting together members declared on one line without creating... -0.15
C++ Circular Struct -0.94
How to test classes that is derived from external base class which... 0.00
Using gtest specific parameters inside the testcase 0.00
gtest/gmock matcher for subsequence between a pair of iterators 0.00
Easily writing mocks that hold state 0.00
Operation private to two classes without friend functions +1.74
Google Mock: mock fstream object and control of execution in test 0.00
Qt GUI and Business Logic modules 0.00
Constructors, templates and non-type parameters -0.34
Copiable mocks in Google Test Framework 0.00
How to deal with virtual template functions where the number of tem... -2.11
How to define a copy constructor for a const template parameter? +0.42
why STL set size complexity is O(1), how is it calculated? -0.55
Reference — does sizeof return the real memory size? -0.40
Why M::operator<< causes a link error instead of std::cout::o... 0.00
"Unpack" an array to call a function with variadic template 0.00
C++14 tuple type indexing fails on inferred type from std::bind tha... 0.00
How to mock constructors and destructor with gmock 0.00
Erase a vector element from list of vectors c++ +2.01
How to tell when an argument is from a hardcoded number? -1.60
Serializing an STL map of structures +0.44
Using inheritance within a union +0.19
Replicate Haskell's Return Type Overloading (via Typeclasses) i... 0.00
Searching through a multimap with a pair for a key 0.00
How to solve linear equation with single variabile in C +0.44
Variadic user defined conversion/constructor +2.30
Gmock only expect a specific call 0.00
How to specify consecutive returns in gmock? 0.00
variadic template matching and the SFINAE? 0.00
How can I tell GoogleMock to stop checking an expectation after the... 0.00
Functional C++ map combinator using auto +1.64
Accessing common part of an union from base class +0.41
Selection of container to insert the multiple db recored 0.00
Emulate std::map iterators for custom map that does not use tuples +0.45
Syntax for returning an array reference in C++ +0.44
C++ code refactoring for if scenario +1.81
Is there a way to avoid use of static variable in a callback functi... +1.25