StackRating

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

user4815162342

Rating
1633.36 (819th)
Reputation
67,166 (1,305th)
Page: 1 2 3 4 5 6 ... 37
Title Δ
What should be the callback type signature for itertools::process_r... 0.00
How to send input to stdin of a process created with Command AND th... 0.00
Is there a trait in Rust that allows folding by groups without expe... 0.00
How to convert this function to async generator 0.00
Python3.8 asyncio Streams and read 0.00
await run_in_executor() fails to unblock upon termination of synchr... +0.30
Is it possible to read multiple asyncio Streams concurrently? 0.00
Using threads in combination with asyncio 0.00
Start asyncio event loop in separate thread and consume queue items +0.30
python asyncio run infinite loop in background and access class var... +0.31
Unit testing, mocking and traits in rust +0.31
Making a process non-blocking inside a websocket asyncio 0.00
How can I translate C code that copies the length of an integer val... -2.49
How to chain coroutines in asyncio when fetch nested urls 0.00
asyncio's call_soon fails where create_task doesn't 0.00
How to execute chained commands in a shell running as a child proce... -0.70
Trying to modify a Vec of futures inside a Rc<RefCell<...>... 0.00
How to set a background timer, and stop a function when it finishes... 0.00
Clone &[u32] to [u32] 0.00
Fetch file from localhost without web server 0.00
Asynchronous status check on multiple HTTP requests 0.00
Rust impl default trait with private fields +1.36
How to read JSON file with serde? 0.00
Copy binary file in vector 0.00
How can I pass something string-like with the `Read` trait to an im... 0.00
Variable does not need to be mutable, but it does +0.26
Why does rust's read_line function use a mutable reference inst... 0.00
Rust stacked optional in while let -0.77
Confusing behavior on when to dereference the mutable reference 0.00
Run non-async function that simply build a large list in executor? 0.00
How to save JSON responses with asynchronous requests? 0.00
Produce a Stream out of the result of a previous finished Stream 0.00
Python asyncio wait() with cumulative timeout 0.00
Yielding asyncio generator data back from event loop possible? 0.00
Async function with sync setup 0.00
python asyncio In this case, do I have to write 'await' in... 0.00
How to take multiple inputs from standard in in Rust? -0.74
Python - Cancel task in asyncio? +1.44
Why are string literals &str instead of String in Rust? -0.56
How do I sort mpsc::Receivers between collections depending on the... +0.56
Where to put BeautifulSoup code in Asyncio Web Scraping Application 0.00
How to Idiomatically Test for Overflow when Shifting Left (<<... -0.41
How to convert Vector of Box to Vector of reference? 0.00
Steal private member from a Struct that is returned by a getter -2.70
Pattern matching against a tuple -2.68
Set class attribute by awaiting a coroutine in Python 0.00
How can I let some asyncio script go on scraping which currently ge... 0.00
When is asyncio's default scheduler fair? +1.25
In Python asyncio, why does line-per-file processing blocks method? 0.00
Parallel requests block infinitely after exactly 100 requests using... 0.00