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 ... 22
Title Δ
.csv file is returning a "unicode error" when I attempt t... 0.00
Concatenate two Lists in c++ in O(1) Complexity +0.35
Why does using gets() twice in a program to take inputs for two dif... 0.00
How to deal with unknown types 0.00
How do I access struct fields within default method definitions of... +0.35
How to determine if two strings have only one different character i... 0.00
Is there a way to merge two iterators into the same Vec? +1.34
Is there a more ergonomic syntax for Either when using futures? -2.01
How to require that the associated types from two traits are the sa... 0.00
Why is there a borrow of a moved value when calling a method that t... 0.00
Why doesn't this for loop condition work? +0.35
How to use std::convert::Into in statements in Rust? 0.00
Why parameter s does not live long enough 0.00
Dynamic dispatch with traits that have generic methods -0.14
SDL Multithreading with variables -- Doesn't work as expected +1.39
doing operator overloading and polymorphism correctly 0.00
What should the return type be for a method that returns &str o... 0.00
How do I set the Windows execution level to ask user for administra... 0.00
correct usage of ^ in managed C++ 0.00
Where does the problematic borrow happen? 0.00
Rust macros: how to create a derived identifier? 0.00
why does delete trigger an error when use in "delete shared_pt... 0.00
Shouldn't iterator_traits<vector<bool>::iterator>::... 0.00
Why does "move" in Rust not actually move? 0.00
c++ Include <bitset> in linux, and gcc raises error which occ... 0.00
Is it safe to use a Mutex without Arc in multithreading? 0.00
Cannot move out of captured variables in an `FnMut` closure 0.00
Turbo C++ cin() not working along with gets() +0.79
How does serde transform a the value inside a string into a Type 0.00
How to do things equal to nested `impl Trait`? 0.00
Why does the compiler not infer the concrete type of an associated... +2.16
Why is the sign different after subtracting unsigned and signed? -1.35
How to parse a static const std::string in compilation time? +0.36
How do I convert an Arrayfire Array to a Rust Vec? 0.00
std::move with inner objects - no match for call 0.00
Why is std::launder a constexpr function? 0.00
Why do I get the error "wrong number of type arguments" w... -0.48
Trying to refresh my coding. Palindrome excercise giving me an issu... -0.64
What are the performance differences of using 'static vs 'a? 0.00
What is an idiomatic way to pass by interface without being really... 0.00
How does one generically duplicate a value in Rust? -0.75
How to get exactly one element from an unordered_set? -0.90
How to clear memory in map if it contains pointer? 0.00
How to use associated constants to define the length of an array? -0.60
Mutable string not living long enough to perform a for loop 0.00
What, in Haskell, does an underscore preceding a variable mean? -1.76
If I use list instead of vector in the following code, why compilat... 0.00
Is it possible to write something as complex as `print!` in a pure... +1.61
C++ ostream_withassign with << operator compile error 0.00
List iterator not incrementable assertion 0.00