StackRating

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

Peter Varo

Rating
1545.31 (9,469th)
Reputation
6,537 (24,758th)
Page: 1 2 3
Title Δ
Why is Rust telling "unknown size at compile time" instea... 0.00
Tuple assignment to mutable struct parameters 0.00
Is it possible for the assert_eq macro to show a diff when two stri... +0.41
How to split an implementation of a trait into multiple files? +1.63
using From trait to trigger converting u8 to enum +1.69
How to prevent threads to visually mix up each others' output? 0.00
Why does a variable holding the result of Vec::get_mut not need to... 0.00
Modify a struct while iterating over an Iterable in the struct 0.00
How to hide sibling modules from each other in Rust? 0.00
How to zip two iterators of unequal length with a default? +0.45
How do I use Cargo to build a project while offline? 0.00
Best way to check if option.is_some() && option == x +1.87
How do I implement a trait for an enum and its respective variants? 0.00
Getting pointer by &str 0.00
Create closure returning iterator on string -0.06
Including a file from another that is not main.rs nor lib.rs 0.00
How do I return the result of get_mut from a HashMap or a HashSet? 0.00
SliceIndex trait bound unsatisfied error when trying to index into... +2.84
Impl trait with generic associated type in return position causes l... +2.86
Why is it not possible to update a value in a HashMap using bracket... 0.00
Restrict a generic Type to primative number types +0.43
Is there any way to borrow a RefCell immutably and mutably at the s... 0.00
How do I reuse code for similar yet distinct types in Rust? -0.91
Map on a vector without clone -1.63
How to call a method through a function pointer? 0.00
How to map constants to custom strings 0.00
How can I recache data whenever a mutable reference to the source d... 0.00
Updating mutable HashMap in a while loop 0.00
Create an iterator and put it into a new struct without bothering t... 0.00
How can I implement complicated macros like `format_args!` in user... 0.00
How do I match on the concrete type of a generic parameter? 0.00
Borrow checker error after adding generic parameter to struct 0.00
Using let keyword multiple times with same variable name in rust 0.00
How do I use Rust to open the user's default editor and get the... 0.00
How to get rid of the never used warning without turning off the wa... 0.00
Why can I return a reference to an owned value of a function? -3.80
Preprocessor definitions not working in C +0.16
Delayed stringification without macro expansion 0.00
How not to pollute the global namespace with declarations of a C he... +3.85
Calling free on a pointer to an extern variable in C +1.40
using a C extension in python, without installing it as a module -4.49
Uninitialized or NULL pointer in array of pointers -4.28
Initialise const struct and be clear which field is which 0.00
Class in C (not C++) -3.69
Check whether argv[1] is a hex string +2.97
malloc assigns same adresses to different arrays -0.01
Simple calculation inside a function +3.62
Iterate a to zzz in python -0.98
Implement dry-run mode in python using mocks 0.00
RuntimeWarnings with GPIO.setup and GPIO.cleanup not work with Keyb... 0.00