StackRating

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

Lukas Kalbertodt

Rating
1601.44 (1,717th)
Reputation
27,910 (4,501st)
Page: 1 ... 5 6 7 8
Title Δ
Can I combine variable assignent with an if? 0.00
How to share functionality in Rust? 0.00
Concisely initializing a vector of Strings +1.11
How to pass list of paths to a function? 0.00
Take slice of certain length known at compile time +3.83
Export function only to module test? 0.00
Is it bad form to extend inherent types in a library? 0.00
Getting reference to object behind Rc 0.00
Is it recommended to use traits to implement utility functions for... 0.00
Command pattern in Rust 0.00
Pass Generic Function as argument -3.35
Overriding constant via compiler option +4.54
How do I work with the borrow checker in this case? +2.51
Convert float to integer in Rust +4.11
Is there an equivalent of JavaScript's indexOf for Rust arrays? 0.00
Understanding bindings and borrows +0.14
What is the advantage of using the same lifetime for multiple argum... +3.98
Is there any way to put complex conditions and constraints on gener... 0.00
How does the Iron framework apply a tuple of modifiers to Response:... +3.90
Result of Iterator::max does not live long enough although the item... 0.00
Is it possible to pass an object method as argument to a function a... -2.56
to_string() causes error "borrowed value does not live long en... 0.00
Reading from a socket in Rust -2.02
type name `int` is undefined or not in scope 0.00
Why is matrix multiplication with concurrency slower than without c... -3.55
Is Rust multi-dimensional array row major and tightly packed? 0.00
How can I take input from either stdin or a file if I cannot seek s... +4.21
Is String in Rust basically a vector? 0.00
Box<X> vs move semantics on X +4.13
Changing key of HashMap from child method -4.00
Is there a less verbose way to get a default string from a vector o... -1.70
Why is the `std` module undeclared? 0.00
string split pattern matching and extracting values 0.00
Recursively visiting enums in a Hashmap 0.00
type mismatch error while reading stdin lines +3.15
Is there a way to switch on return types so that the compiler knows... 0.00
What's the most efficient way to insert an element into a sorte... 0.00
Why can I just pass an immutable reference to BufReader, instead of... 0.00
How does Rust move stack variables that are not Copyable? 0.00
How can I handle "if may be missing an else clause" when... 0.00
Why bother using `FnMut` if the argument is taken by value? -4.32
What's the purpose of writing bindings for C libraries for Rust? 0.00
When to use Box instead of reference? +4.52
How to convert a Vec<Vec<f64>> into a string +3.65
Iteration over 2D array performance in Rust vs C -1.57
If BufReader takes ownership of a stream, how can I read and write... +4.89
Cannot use Rayon's `.par_iter()` -1.45
Capture of moved value that cannot be copied 0.00
How to swap two fields of a struct +4.91
Creating a Vector of Vectors in Rust 0.00