StackRating

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

delnan

Rating
1680.51 (249th)
Reputation
62,580 (1,434th)
Page: 1 2 3 4 ... 23
Title Δ
Why can I call File.take() on a reference? 0.00
Rust generics: Expected <T> found <Foo> 0.00
Advantages and disadvantes of implementing include/import/use in a... +0.26
How to stop memory leaks when using `as_ptr()`? 0.00
Situations where Cell or RefCell is the best choice -0.77
Understanding deref 0.00
How do I use static lifetimes with threads? 0.00
How to clone an array with length bigger than 32? 0.00
Reference associated type in trait bounds 0.00
What are reasons for FromStr trait not exposing lifetime? 0.00
Automatic Borrowing in Function Calls 0.00
Fast calculation of dominators +0.25
Lua Virtual Machine Register size 0.00
Advantages and drawbacks to implimenting core methods of a scriptin... 0.00
Mutating the same data in multiple 'static closures 0.00
pytest: paramaterized tests vs explicit tests 0.00
How do I require that a generic type supports numeric operations? -2.64
Why does unwrap_or() keep borrow in scope? +0.26
Are unnecessary include files an overhead? +1.19
How to enable Rust Ownership paradigm in C++ +0.92
How can we use hash values >= 160 bits (e.g SHA-1) in security i... 0.00
Value and references when providing a closure to Iterator::find -1.72
How do I use all processor cores during execution? +1.12
Clone not invoked for Moved value? 0.00
Who is in response for memory management with malloc() +0.21
Unsafe references to attributes of the same struct 0.00
How to define sum over vectors (or iterators) in a generic way? 0.00
Can't create a list from a set -2.67
What is the reason behind having only one return value in C++ and J... +0.99
why doesn't any programming language provide support for bitwis... 0.00
What is the Rust type keyword? +0.26
Linking Rust dylib into C program 0.00
Type Aliases in Rust 0.00
Pass a Rust trait to C 0.00
Modifying structure while iterating - any elegant solution? 0.00
Why can't I use a function returning a compile-time constant as... 0.00
Theoretically, is comparison between 0 and 255 faster than 0 and 1? +0.15
Language class compilable to heapless runtime 0.00
Why is variable scope dependent on the definition order? 0.00
Relation between map function and mathematical concept of map 0.00
Priority Queue using just array and binary search 0.00
Printing in Python -- inherently functional? +0.54
"cannot move out of borrowed context" and "use of mo... 0.00
Is println! an expression or a statement? 0.00
Why does Rust check array bounds at runtime, when (most) other chec... 0.00
Implementing `Ord` for a type is awkward? +1.07
Error: "use of moved value" 0.00
What is the time-complexity of this nested for loop? 0.00
How does an interpreter interpret the code? +1.21
Why do Python's hash() values differ in length? 0.00