StackRating

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

Deduplicator

Rating
1571.79 (3,853rd)
Reputation
35,304 (3,270th)
Page: 1 2 3 4 5 6 ... 25
Title Δ
Does C++17 offer generators or another built-in way to transform a... +2.04
How do I establish the base case for a recursive boolean function t... -1.05
How to reverse the characters in a word in a string (c++) -0.08
Ambiguity with constructing objects 0.00
How do I know if object passed as r-value will get moved? 0.00
Why I cannot use a string output from a function without creating a... 0.00
Remove security flaws in my code with help of splint -0.52
Why do we specify arrays size as a parameter when passing to functi... -1.37
C++ while (true) vs while (!something) 0.00
O(N) vs O(NlogN) -0.06
Different types for `std::sort` comparator in C++ -0.51
Avoiding object-slicing in vector<shared_ptr<Base>> -2.48
Simplifying std::transform for single vector -0.81
Understanding gsl::narrow implementation -1.21
std::partition segfault issue 0.00
remove(str.begin(), str.end(), ' '); is not working properl... -1.07
C++: How to replace a complex iteration with a single command? -0.27
composing multiple predicates for C++11 algorithms +1.80
Overload << operator to change " " to "\n" +1.41
fast way to compare two vector containing strings +0.44
What makes a file UTF-8? +1.56
deep copy with smart pointer-attached inherited objects -1.02
How do I use malloc() to allocate memory to store an array of strin... -0.20
Google Sparsehash uses realloc() on type which is not trivially cop... +0.78
how to use strncpy correctly? -1.53
C++ - Move constructor of class with a fixed size, c-style array me... +2.07
Does C support multiple assignment of the type a , b = 0, 1 like py... +0.51
What is the point of the complicated scoping rules for friend decla... 0.00
virtual base classes initiailization -0.11
Is it safe to pass std::function<bool(std::string)> &&... +0.42
Function calls within return() -1.00
Visual Studio equivelent of gcc __attribute__((unused)) in c++11 (o... -1.80
Splitting coupled classes into separate headers -0.13
Is a C++ object layout necessarily statically defined? -0.09
How to return std::lock_guard in a std::pair -0.58
constexpr does not work/apply inside function call +1.87
How does std::move invalidates the value of original variable? +0.11
Search in std::map for key that bounds the search value +1.24
Return pointer to array of strings C +0.17
How to tell if a pointer is the pointer to an array? -0.80
Are stdin and stdout actually the same file? -1.56
What is wrong with this if/else statement? +0.82
initialize multidimensional array using lambdas -2.15
Using constexpr member in constructor -2.16
Is there any distinction between using function or pointer to funct... +2.41
while(free) instead of while(true) in C whilst using macOS High Sie... +1.43
Why is copy elision an exception to the as-if rule? -1.81
Using automatic deduction with unique_ptr and custom deleter -1.81
C++ applying "typing" on an array of elements 0.00
Fast way of generating non-repeating bytes in a random reproducible... +2.01