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 ... 25
Title Δ
How many rooks can hide on a chess board with blockers? 0.00
Warning: "variable may be used uninitialized in this function&... -1.50
Does the C standard require pointers to be (integer) numbers? +0.36
How can i handle shared_ptr ++ +0.38
Is it safe to swap two different vectors in C++, using the std::vec... -1.56
Using a projection from the elements instead of a comparator for so... +0.45
Infected Fish can eat another fish having size less that its own. M... -1.53
C++14 expand a tuple three by three +0.40
Convert std::variant<A, B> to std::variant<A, B, C> -0.05
Purpose of `n` field added to tables by `table.pack`? Heck, why doe... +1.64
Is it safe to have all members active in a C++ union? -1.64
Is it inefficient to store large objects in unordered_map? +0.36
Does there exist a ranges::views::group_by counterpart that takes i... 0.00
How do compilers know C++ constexpr computations do not trigger und... -0.18
Difference between SFINAE and tag dispatch 0.00
How to delete root node as part of full tree deletion 0.00
How to convert C array to std::initializer_list? 0.00
C++ Merge Overlapping Strings -0.10
Using constinit variable to initialize a constexpr variable +0.23
Alternative to wcsncpy_s +0.47
How do I access a pointer's subclass's methods if those met... -1.31
In a linked list delete function, is it necessary to use free to de... +0.76
Is there a way to check if 2 aggregates are equivalent? +0.14
Why does C++ not differentiate between pass by reference and pass b... +1.74
Why do we declare and define functions separately in C++? -0.61
How is std::optional never "valueless by exception"? +0.96
Cannot initialize a pointer using std::unique_ptr 0.00
Will an operation done several times in sequence be simplified by c... +0.01
Why must shared libraries be position independent while static libr... +0.39
Why I am able to assign constant shared_ptr to non constant shared_... -1.40
Is there a way to "listen" for changes in a Lua table? -0.40
How does main() function compare to other functions in C? +0.63
C++ template specialization - delegating other integer types to uin... 0.00
Assign cctype function to std::function, gcc compile error +2.18
What happens when you initialize a C++ object by assignment? 0.00
Is this a good way to use strcpy? +0.92
How does shared_ptr<void> know which destructor to use? -0.95
Efficiently process each unique permutation of a vector when number... -0.60
How do I find the minimum number of legal jumps to reach A from 1? +0.24
About std::cout, why use "extern" rether than "singl... -0.97
std::tuple duplicate type T in get<T>(tuple) - Compile time a... +0.94
std::allocator_traits::construct with const pointer +0.41
boost::filesystem::space() is reporting wrong diskspace +0.42
How to determine whether an object has heap allocated members? -1.40
Can this function be compliant with two versions of POSIX? -1.22
What is maximum guaranteed range of N-bit signed integer? +2.20
Can the types of parameters in template functions be inferred? 0.00
Is there a nice way to assign std::minmax(a, b) to std::tie(a, b)? -2.09
How come std::strcpy still works for an destination like char copyT... -2.04
Construct an array of indices of std::tuple types 0.00