StackRating

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

Veedrac

Rating
1519.17 (33,658th)
Reputation
41,236 (2,676th)
Page: 1 2 3 4 ... 12
Title Δ
Using itertools.permutation where r > n 0.00
Group numbers if the sum of the numbers in the range is equal to 1 0.00
Capturing the same variable in one of multiple closures -0.19
Should .cloned() be before or after .filter() -1.62
Python - Intersection of two lists of lists -0.68
Why does Option<&String> not coerce to Option<&str... +0.14
Is there any way to further optimize Python's heapq.nlargest fo... 0.00
How to write a Rust function that takes an iterator? -1.86
Some not required when returning Option? 0.00
Most pythonic way to interleave two strings -0.01
Why 121.0 - 121.0 returns 2.84217094304e-14 in python? +0.48
Mutable versus immutable lifetime 0.00
Adding a value to an integer stored as a byte array +2.13
&&str.to_owned() doesn't result in a String 0.00
Unable to cast generic type implementing Any to Any -1.89
Does a map get slower the longer it is -1.16
What is the purpose of the + operator in an associated type? 0.00
Parsing floats in Rust from Fortran formats -1.11
What is the right way to initialize a struct within another struct? 0.00
Generic function for modifying scalars and slices in place 0.00
Creating an iterator that either steps upwards or downwards -1.86
E0369 when concatenating string references -0.42
Number list with no repeats and ordered +0.35
How is `min` of two integers just as fast as 'bit hacking'? -0.03
why is "any()" running slower than using loops? -1.76
Type inference and borrowing vs ownership transfer 0.00
Dynamically select a function to call without intermediate variables -1.53
Specify the version of rustc required for a Cargo project +2.04
How to ensure solid contracts without strong typing? +0.19
Pass string to function taking Read trait 0.00
Working with UDP using mio and getting an error "MutBuf is not... 0.00
Do copy semantics in Rust literally become a copy in memory? -1.91
how to use a variable instead of a string inside regex search funct... -1.74
Methods don't chain in Python set -0.70
Can I make a struct that works with both values and borrowed refere... 0.00
Situations where a move to a function is actually wanted in Rust +1.16
Fighting with the Rust borrow checker 0.00
How to call method with &mut self from inside another method of... -0.08
Maximum size of an array in 32 bits? +2.24
Modify struct field inside of Option -1.08
Vector of Vectors created with the vec! macro contain different cap... -1.80
use of moved value, which is non-copyable [E0382] [E0277] -1.92
HashMap key does not live long enough 0.00
Take a mutable slice from a vector with a different length? +0.45
Convert vector of single integers into vector of single binary values 0.00
Why does linking lifetimes matter only with mutable references? +2.07
How do I use the Iterator trait to build generic APIs +1.27
Python Multiple Assignment Statements In One Line -1.48
Why is the mutable reference not moved here? +0.47
Mysterious borrow scope extension 0.00