StackRating

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

Masklinn

Rating
1540.26 (11,682nd)
Reputation
83 (798,977th)
Page: 1 ... 4 5 6 7 8 ... 12
Title Δ
Understanding filter_map in rust -0.36
How can return a reference to an item in a static hashmap inside a... +0.45
rust main fn read dir result error cannot compile 0.00
How to insert composite primary key using SQLAlchemy? 0.00
rust clone() vs Rc or Arc? 0.00
How to use @property decorator to restrict values inside a list 0.00
Killing processes in ProcessPoolExecutor 0.00
How to fix the Type error: unsupported operand type(s) for +: '... 0.00
Python won't recognize parameter in a function 0.00
Immutable access in rust +0.45
Why is a variable not updating after changing its dependent variable? +0.86
Circumventing closure-borrowed variable lifetime limits 0.00
Get mutable reference from immutable array 0.00
Is there a difference between `for i in &v` and `for i in v`? +2.24
How to generate a random key for AES Encryption? 0.00
How to return a Vec of structs that have a String type field from a... 0.00
Why is there is no auto-dereference for Weak<T>? +2.69
Can both os.DirEntry.is_dir() and os.DirEntry.is_file() return Fals... 0.00
can you override loop names in python +0.44
How can I call setsid()? 0.00
What means Into in Rust? 0.00
Log source file and line numbers 0.00
Cannot pass yield value to another function 0.00
Test whether a number is within 100 of 1000 or 2000 -0.27
Understanding Generic FromIterator in Rust +2.21
implement trait for owned and borrowed 0.00
Rust: impl trait cannot be shared between threads safely 0.00
How does Rust respect the Copy trait? -0.72
While loop with skip on first iteration? 0.00
Understanding Rust channels. How `send` works? 0.00
How use psycopg2.sql.Identifier as a single quotes? +0.47
Understanding this Rust borrow/pointer example 0.00
rust borrow check looks very smart , it can check and flat reads an... 0.00
What exit code does a Rust program return if main returns an Err 0.00
how could i use @ character as a Rust decorator to implement trait... 0.00
I want move elements of HashSet[0] to HashSet[1], error[E0502]: can... 0.00
Rust: How to add one to a u8 array 0.00
Is there a perfect function in the standard library or some recomme... 0.00
What's the difference between &mut unsafe { } and unsafe {... 0.00
Reading ZIP file in Rust causes data owned by the current function +1.34
Python beginner's prob 0.00
Is there a way to use a variable in a function from an inner function +0.47
How does String::from("") & "".to_string()... 0.00
subprocess.Popen doesn't react the same way in PyCharm as in Wi... 0.00
Understanding type inference -0.28
how can i iterate default attribute in python? 0.00
String Formatting not changing value +0.47
Rust mod facing the issue error: file not found for module bytes 0.00
perplexing code execution path with decorators in python -0.53
How is ordering defined for tuples in Rust? +2.22