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 5 ... 12
Title Δ
How can I replace an Option within a Vec? 0.00
Call closure, that's in a collection, with the owner of the col... +2.06
Box<T> to &T in Rust 0.00
Trait `x` is not implemented for the type `x` -1.33
Better way to parse and search a string? -1.97
Understanding Pointer Types in Rust -0.54
How to clone last element from vector? 0.00
How can I return something from HashMap.get’s None case? -1.64
Let &mut syntax 0.00
Cannot borrow `x` as mutable more than once at a time -1.60
Forcing a move for an implemented `Copy` type +1.98
How to easily copy a non-mut &[u8] into to a &mut [u8] -0.49
Check if a list is a rotation of another list that works with dupli... -0.58
How to iterate over a slice of mapped slices? 0.00
Hidden Dictonary Key -1.37
Python insert into list faster than O(N)? -0.54
Using generic iterators instead of specific list types -0.59
Passing if block as parameter 0.00
Improve Python code performance -0.39
More cttypes c_float() precision +1.55
ndarray to series python -0.54
Copying in Vectors to a Thread 0.00
Preventing move semantics during pattern matching +0.45
How to regex split, but keep the split string? -0.62
Is there a way to know how many iterations we have done in a for lo... 0.00
try!() does not compile 0.00
Module numbers.division in Python -0.76
Blocking statement in thread results in longer time to kill thread? 0.00
Why does re.sub('.*?', '-', 'abc') return &... +1.70
Counting non-zero bits in a list of 32-bit integers -0.50
Looking for idiomatic way to evaluate to False if argument is False... +1.23
Is there a Python 'shortcut' to define a class variable equ... -0.79
Iteratively populate array in Python +1.93
Make int iterable with forbiddenfruit 0.00
Change message of a caught Python exception (at least on Python 3.x... 0.00
Get the immediate minimum among a list of numbers in python -0.64
Going from string to Base Ten in python -2.04
Limit the number of repeats in pseudo random python list +1.18
Is it wise to use with with statements in generators? -0.64
Is there some built-in which marks the last of a sequence? -0.10
Improving line-wise I/O operations in D +0.27
open file for random write without truncating? +2.26
Why is 'x' in ('x',) faster than 'x' == ... +2.20
Using iter on an existing iterator in Python: What happens to the i... -1.35
How do I ensure Python "zeros" memory when it is garbage... -0.03
python, rearrange the list to show the item which contains in most... +2.53
Python - When can you pass a positional argument by name, and when... -1.98
count the sequence that has the max sum in array O(N) -0.52
lambda arguments unpack error -0.80
Why is hardcoding this list slower than calculating it? +0.48