StackRating

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

Sebastian Redl

Rating
1598.39 (1,849th)
Reputation
52,075 (1,903rd)
Page: 1 2 3 4 5 ... 22
Title Δ
Optimally returning a copied value +1.62
What is going on with __vector_base_common? 0.00
What are the consequences for leaking resources? -1.25
Why can't I use a &str in trim_matches() like in trim_right... -0.85
Why is not the destructor of a virtual class automatically added to... 0.00
Enforcing move only semantics 0.00
Cannot infer an appropriate lifetime for a closure that returns a r... +0.42
Is there a way to use existing structs as enum variants? -0.45
No default arguments in constructor when using move constructor 0.00
Cannot figure out lifetimes for processing reference after locally... -2.64
How do I set the return value's lifetime? +0.34
decltype without any variable type 0.00
Class with same interface in c++ lib and program. Exe version is 0.00
Why is it necessary to add redundant trait bounds even though my tr... 0.00
C++ error: ISO C++ forbids declaration. with no type 0.00
What does "void SomeFunction(int, void*)" mean? +1.99
Is it safe to use a raw pointer to access the &T of a RefCell&l... +2.10
if, else if, else function isn't accurately displaying results +1.65
How many entries are in a vtable for an abstract virtual function? -0.16
Why is an Option<i32> not consumed when it is passed to a fun... 0.00
After calling strcpy, the second char array becomes empty +1.98
crashing for __cxxabiv1::__cxa_pure_virtual () - vtable ptr to abst... 0.00
Shared pointer constness in comparison operator == +0.90
Is this a compiler bug in MSVC++ 2017 update 3 +1.32
Is this use of rebind_alloc an error? 0.00
Mutable borrow more than once +0.36
convert C or C++ constant to Java -1.54
Move iterators for containers? -1.01
Giving an explicit type to a number 0.00
Improper use of foldM with IO [Bool] for arg parsing -2.12
Java hashset not removing node that it contains 0.00
How is it possible that ops traits are not in scope? 0.00
Can additional indentation of the member name be avoided in VS2017? 0.00
Why self-initialize reference in initializer list is not an error? -0.71
Is there a simple way to ignore index error in c++? -1.46
How does GCC implement the C++ standard allocator? -2.07
Rust manual memory management -0.98
Which languages will call C++ with no explicit bridging? +1.15
Why this Clang ASTMatcher cause wrong polymorphic conversion? 0.00
Generic function taking iterator of `u32` or `&u32` -0.65
Why does Iterator::all return true for an empty iterator? +0.38
Why can't I decrement std::array::end()? +0.92
C++: About inserting in bitset +1.34
Why is move ctor slower than copy ctor? +1.66
How do I explicitly call an exception-throwing method in C++? -0.70
Return a reference together with the referenced object in Rust 0.00
Use all but the last element from an iterator -0.72
C++ Best Key-Value container sortable by value and fast access to r... +0.35
Rust matching a Option(String) -2.19
Why does my for loop in C++ not iterate as many times as its suppos... -0.88