StackRating

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

oli_obk

Rating
1550.59 (7,762nd)
Reputation
16,710 (8,325th)
Page: 1 2 3 4 5
Title Δ
What is the difference between `alloc::rc::Rc` and `std::rc::Rc`? 0.00
Helper function to safely read structure from stream 0.00
How to create, build, run and debug a Rust program with the Atom ed... 0.00
Idiomatic alternative to reflection 0.00
How to use (unsafe) aliasing? +1.41
Printing a tree — attempted access of field, but no field with that... +0.15
Read a single line from stdin +3.93
How can I get user input without receiving an "Unsed Variable&... +3.55
How to get mutable references to two array elements at the same time? -0.20
How to convert an Iterator on a tuple of (String, String) to an Ite... -3.62
Iterate over a string, n elements at a time -3.71
Why is immutability enforced in Rust unless otherwise specified wit... 0.00
How does Rust achieve compile-time-only pointer safety? +1.60
Why does the borrow from `HashMap::get` not end when the function r... 0.00
How to partition a string at a fixed index? -1.70
Binary serialisation of Rust data strucutures 0.00
How does Rust provide move semantics? 0.00
Matching a generic parameter to an associated type in an impl -0.09
Implementing a mutable tree structure 0.00
How to update libc::c_char array with String? -0.36
Compare enum variants without specifying what's inside 0.00
How do I access a variable outside of an `if let` expression? +3.83
Read string until newline +4.88
Creating a string from Vec<char> +0.99
How to iterate or map over tuples? -4.18
Cannot modify a struct field from implementation: "cannot borr... 0.00
Trait `Encodable` is private 0.00
How to decode JSON object with Rust keyword attribute name? 0.00
How to zip Vec<T> with indexed position +3.86
Can I get a borrow of a multi-trait instance as function parameter... 0.00
Why doesn't this compile - use of undeclared type name `thread:... +3.68
Borrow checker on parent-child relation -4.13
How to iterate over every second number +1.35
Why doesn't Rust support trait object upcasting? -3.48
Closure as function parameter "cannot infer an appropriate lif... 0.00
Directly reading from a file to BufReader's or Cursor's und... 0.00
How do I run parallel threads of computation on a partitioned array? -3.85
How do I use number literals with the Int trait? +3.82
How to represent shared mutable state? +3.90
How do I partially fold a Vec in place? +3.98
How do I partially fold a Vec in place? +1.18
Does dereference equal to a function call? 0.00
Rust Alpha and Old_IO 0.00
Caching externally-loaded data in a static variable 0.00
Detect EndOfFile IoResult when reading a file -4.11
Can you put another match clause in a match arm? +5.40
What does "cannot move out of indexed content" mean? 0.00
Convert string with binary to int 0.00
How do i declare a non inclusive floating point range in ada? +4.34
Notepad++ syntax highlighter for LLVM assembly 0.00