StackRating

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

L. F.

Rating
1570.85 (3,954th)
Reputation
1,164 (136,141st)
Page: 1 2 3 ... 7
Title Δ
Trying to do a mutable borrow of members of a Vec() but rustc think... 0.00
How can I use enum in a trait and implement trait on structs that a... 0.00
Make second template functional of a unary_function 0.00
Derefence a vector of references in Rust -0.82
How to store state within a module between function calls? -0.26
Convert Vec<Vec<u8>> to &[&[u8]] +0.38
Generic math operator overloading without copying 0.00
How to iterate over two containers sequentially +1.70
Ambiguity of PEG grammar with PEST parser 0.00
How do I return a reference to the value inside an optional struct... -2.16
C/C++: What does the comment "/*< */" stand for? 0.00
Return optional from class method +1.82
Is there a simple way to find out whether a Vector is filled with N... 0.00
Is this function possible to create in Rust? 0.00
Compile time size of data member std::array in non-class template (... +0.94
Create a vector with repeated entries of each Element +1.38
Integer operation with boundary when overflow in Rust 0.00
Why is a borrowed range not an iterator, but the range is? -0.07
Getting "borrowed value does not live long enough" Error... +1.74
noexcept constructor of std::string_view 0.00
Is there a difference between `for i in &v` and `for i in v`? -2.24
c++ iterator of any container with specific value type using concepts -0.62
How can I define a trait function that takes an argument by reference 0.00
Sorting a vector based on frequency and position of the elements in... 0.00
How to create a variadic function that are recursive with the given... 0.00
Find the protection level of class member C++ -2.71
Can you call different constructors based on different template par... -0.59
C++ std::is_integral on lvalue and rvalue shows different results -2.17
User defined literals which only differ in the return values +1.95
C++ getting values from tuple<vector<Ts>...> +1.92
Is there a difference between "if let" and "if"? 0.00
Is there a shortcut for double de-reference followed by a dot opera... 0.00
Trying to Generate Random Numbers in a Specific Range in C++ +1.56
Copy vs move in std::pair braced initialization 0.00
Multiple std::variant visit with variadic templated helper -0.07
Why can I invoke == with a defaulted <=> but not a user-provi... 0.00
C++ primer 5 ed. StrBlobPtr de-crement operator 0.00
How can I write a function that both input and output is a std::var... +1.29
how to optimize multi independent Conditional branch in Compare Fun... -1.97
Are tautologies in compile-time evaluated code guaranteed to be exe... +2.33
The element without default constructor in the custom template cont... -1.00
Appending char at beginning of string results in Memory Limit Excee... 0.00
how to read a matrix from a input stream in C++? 0.00
Choose 4 randoms printf +0.69
`noexcept` behavior of `constexpr` functions 0.00
Separate multiple inputs from one line in a file C++ 0.00
std::vector against std::vector with custom allocator 0.00
Can we use array as priority_queue element in C++? 0.00
Reading from stream to initialize a read-only variable +0.38
Stealing resources from std::map's keys allowed? +0.08