StackRating

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

Sven Marnach

Rating
1688.95 (202nd)
Reputation
550,133 (48th)
Page: 1 2 3 4 5 6 7 ... 50
Title Δ
How can I convert a hex string to a u8 slice? -0.74
How to add type annotations for Into for the iterator element of a... -2.90
Is it possible to have one crate with both procedural macros and lo... 0.00
How to get a char's unicode value? 0.00
Why do I get "can't find crate" when using a module i... 0.00
What is the difference between tuples and array in rust? -0.23
Can you create a function that takes another function and a paramet... 0.00
Clean way for struct to reassign multiple fields using an associate... 0.00
How to correctly represent a stack based language in Rust? 0.00
Cloning from Vec of Ref Counted times to a vec of object +0.91
Unexpected iterator behaviour when using peekable 0.00
Resolve to a tuple for a future +0.23
How do I limit the Tokio threadpool to a certain number of native t... 0.00
Is it possible to get non-contiguous slices from an ndarray? 0.00
Is it idiomatic to implement `Deref` as returning a field of a comp... -1.27
Why can I "move" a static &str into multiple threads... 0.00
Why can I not return a mutable reference to an outer variable from... +0.82
How do I recursively follow a self-referential Rc? 0.00
How to capture by reference in rust macro 0.00
How do I get all the neighbour-indices in a matrix without includin... 0.00
"unresolved import" when calling functions across modules... 0.00
Locally owned reference considered borrowed +0.26
Why does the usage of by_ref().take() differ between the Iterator a... -0.75
How to move data into multiple Rust closures? +0.91
Flatten of dict of lists into a dataframe +1.45
python regex for group replacements -0.23
Editing items in a list of strings +0.68
repr vs str in python classes - both are given 0.00
Read only a part of a pattern from a file +0.10
Why this bash function for coloring text prints only first word of... -1.30
How to make an tuple that contains elements 1,2,3,...100? +0.47
How to asynchronously log stdout/stderr in Python? 0.00
Paradoxical behaviour of math.nan when combined with the 'in... +0.28
How can I run clean-up code in a Rust library? -0.98
How to break inside a generator? +0.15
Reference does not live long enough in nested structure -0.55
Starting a python shell with arguments -3.01
Use flat_map to convert Vec<u8> to Vec<char> 0.00
How to ignore unpacked parts of a tuple as argument of a lambda? +0.70
How do I implement std::io::Read for an Iterator<Item=String>? +0.30
Python escape '$' character in variable name 0.00
How does numpy array typing interact with object? -0.79
Permutations excluding inverses +0.59
Remove all quotation marks from a textfile string +0.25
Why I get different output when I run the same code but different n... 0.00
Use list comprehension to create 2-numbers-tuple list with all poss... -0.20
Get value from Tuple +1.01
Forming a byte string in Python -0.74
python: how to check the use of an external program -0.36
Manipulating an integer in python +0.34