StackRating

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

ipc

Rating
1591.06 (2,236th)
Reputation
7,294 (21,914th)
Page: 1 2 3
Title Δ
Finding the efficiency of a search? algorithm. C++ 0.00
Using GCC to output commented & annotated intermediate files -0.41
Protection against accidental object incompatibility? 0.00
Why is my insertion into STL list running slow? +0.11
Why does std::vector::get_allocator() return by-value? +2.01
Comparing two graphs -0.63
Shuffling two lists together with no repetitions in the second list +0.78
Cannot set the streambuf of an ostringstream object 0.00
Declaring char hexadecimal constants in C++11 +1.73
How to combine perfect forwarding with brace enclosed initializers 0.00
What is a clean/concise way to pass empty range to a function takin... +0.38
Can I use enter as an input? 0.00
Why can 'dd' read from a pipe faster than my own program using ifst... -0.12
Need example of std::unordered_map constructor -1.56
Force all && to be executed? -0.43
is it possible to initialize static variable with lambda? 0.00
Will compilers apply move semantics automatically in a setter method? +0.77
Generating Template Parameters at Compile Time -0.82
Is it possible to declare a function that belongs to a singular ins... -0.55
C++11 range-based for and map : readability -2.55
Two at a time string algorithms? 0.00
Create new empty field in vector +1.17
Default initialization -0.03
Assign a value to a std::reference_wrapper 0.00
SFINAE working in return type but not as template parameter -0.55
Time complexity issues with multimap -0.19
Getting a typedef of a template parameter, or failing that, getting... +1.13
Behaviour of explicit call to destructor -2.11
Is it safe to mix pthread.h and C++11 standard library threading fe... -2.32
Finding how many a specific digit appears in array of numbers (C++) -0.39
Force function template/function overload for specific type -1.87
C++ alternative to OS.walk -0.57
How do you find the largest gap in a vector in O(n) time? 0.00
Typedef with template parameter in C++ -1.47
What are the alternatives to references and standard pointers for r... +1.22
Overloading << operator isn't working; still printing object... -2.39
Can enum class be nested? -0.52
New bricks disorder +0.20
C++ function objects with explicit template paramaters -0.68
Mutiple string store in different variable c++ 0.00
Multiple inhertance of interfaces in C++ -1.36
"Beautifying" macro +1.28
How would you use Alexandrescu's Expected<T> with void functi... -0.48
For constructors, how do I choose between variadic-templates vs std... -1.04
How to implement is_polymorphic_functor? -0.71
negation of std::integral_constant<bool> +3.53
ith order statistic using c++ STL +2.78
Pattern matching 0.00
Pass lvalue to rvalue +0.22
How to efficiently write a vector of structs to file? +3.14