StackRating

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

R. Martinho Fernandes

Rating
1732.63 (64th)
Reputation
167,786 (309th)
Page: 1 2 3 4 5 6 ... 25
Title Δ
Can a C++ Compiler Eliminate a Volatile Local Var that is not Read +2.39
Operating on character '№' -1.68
What is the difference between is_trivially_copyable and is_trivial... 0.00
operator new(n) versus new unsigned char[n] for placement new -2.29
Apply a VIM key sequence to all files in a directory -1.70
Double-checked locking in C++11? +0.23
Python: unicode .encode, can a function be called on unencodable ch... 0.00
A() = A() - why does it compile? -1.15
Does C++ 11 introduce any new ways to break from a nested for loop? +0.57
How to save ASCII as Unicode (UTF-16LE) in C/C++ (cpp)? 0.00
When you perfect-forward, typename T becomes a T& or T&&... -0.96
Spliting ascii/unicode string -0.56
C++ How to cin a char as a number instead of character -0.11
Is a class with only static methods better than a namespace with on... +0.23
Cannot split a seemingly encoded string 0.00
Return value from Mutex +1.77
Using static_assert() to provide better compile-time errors (than t... -0.94
How do you write (portably) reverse network byte order? +0.42
Memset an int (16 bit) array to short's max value -0.25
Why are InputIterators one pass only? +1.96
What does eof() returns? -1.52
Why can't a struct be passed as value as template non-type parameter? +1.24
Range of UTF-8 Characters in C++11 Regex 0.00
C++ alignment - strict and weak 0.00
How to hardcode c-string in `non-const reference of type char* &... -0.14
What is this smiley-with-beard expression: "<:]{%>"? -0.10
How do I test if an iterator value has integral type? 0.00
Can you forward-declare a namespace alias in C++? +0.67
How to pass parameters correctly? +0.22
Why does an allocator interface-encapsulating nested class of a &qu... +1.05
How to evaluate an object directly in a boolean context? +0.99
What is the maximum number of members a class can have in c++ 0.00
Forcing URL to convert 4-part unicode string to Chinese character 0.00
Can compiler generate std::move for a last use of lvalue automatica... -0.93
Converting STL container<T *> to container<T const *> +0.88
Explicit instantiation declaration with extern 0.00
Extracting lowercased russian words from UTF8 text -0.78
Parsing quoted strings in C 0.00
Does Character.isLetter needs normalized text? +1.18
Deciding return type for variadic C++11 templated lambda function 0.00
Why default parameters are not allowed before non-default ones? 0.00
Is UTF-8 an encoding or a character set? -1.51
Custom allocator for std::vector<char> is ignored -2.70
What are the trivial operations in std::is_trivially_copy_construct... 0.00
How can I display extended Unicode character in a C# console? +0.21
vim-haskellmode and hsenv -0.78
What is this unicode invisible character? 0.00
memset causes "vector iterators incompatible" error +0.68
How std::function works 0.00
Creating a future from intermediate futures? +0.21