StackRating

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

Jmb

Rating
1516.58 (39,961st)
Reputation
2,831 (59,687th)
Page: 1 2 3 4 5
Title Δ
Rust -- How to call and pass a closure in an iteration? 0.00
How do I get information from an entry on button click? 0.00
Parsing JSON from an API Result 0.00
Parallel iterating and processing tuple's fields in R 0.00
Adding Headers to a GET Call 0.00
Encrypt/Decrypt Large text using rust's openssl library 0.00
How do I provide optional generics as macro_rules arguments? 0.00
Why is assigning an integer value from a vector to another variable... 0.00
How to remove all whitespace and ASCII elements like "\n"... 0.00
Why cargo build can’t offer colorful error messages? 0.00
How do I open a file with the flags provided as an i32 matching the... 0.00
How can I have a struct which is only used for its internal constant? -0.49
How do I mix boolean comparisons and 'if let' statements in... +0.00
Cannot create a generic function that transmutes a slice of bytes i... -0.99
Is there a way to `f64::from(0.23_f32)` and get 0.23_f64? -1.56
Deserializing a Claims field to string returns additional characters -1.59
Equivalent of inet_ntop in Rust +0.02
How does one get an iterator to the max value element in Rust? -1.45
Can't build a rusqlite transaction inside loop: use of moved va... -1.61
Macro to build enum with different "kinds" of elements -1.47
How can I create an iterator of &T from either a &Vec<T&... -1.20
Rust: how does Rc::clone(&pointer) increment reference count? -0.53
Generate a deterministic random number from a timestamp +1.69
How to use epoll in rust 0.00
How to share an Immutable reference of a struct among multiple thre... +0.48
understanding error: trait `futures::future::Future` is not impleme... +0.48
trait cannot be made into an object 0.00
couldn't determine visual studio generator 0.00
Using generics with trait +2.02
Can't find py_module_initializer! when building python module i... -1.49
How do I flatten a recursive structure using recursive iterators? -1.03
Using a previously borrowed Result in Rust 0.00
How to convert DynamicImage to Base64? 0.00
How to get a declared variable name and variable type via macros 0.00
What point in time does the Rust glob function represent? 0.00
Why one add calcuation in C/RUST has 3 double-precision floating-po... +2.47
Convert nested for loops into iterators 0.00
Rust pattern matching with an existing binding? -0.42
Accept both slice and Vec in Rust enum/struct +2.29
Why does matching on the result of `find_one` return an Option inst... 0.00
How should I store a list of items from which I will be removing, b... +0.48
How to pass a PrimInt to multiple threads? +1.89
Why does this closure argument need an explicit type? 0.00
Where should I use &v: &V to describe a parameter in functi... 0.00
Rustlings thread exercise, why do I NOT dereference Mutex(Struct)? -0.91
Rust: Validate a username and password against Active Directory? 0.00
How can I assign different class instances to an variable in Rust? 0.00
Passing initialized dummy &str so it can be filled by a function -1.47
Return object implementing multiple traits - decorator pattern 0.00
Why can I return a reference to an owned value of a function? +2.77