StackRating

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

hvd

Rating
1690.70 (195th)
Reputation
68,036 (1,284th)
Page: 1 ... 11 12 13 14 15 ... 37
Title Δ
If Linq query is Null return System.Int32.MinValue -1.04
Can I use the Sort method on an Integer Array? -0.22
Correct use of git update-index --assume-unchanged 0.00
Safe and unsafe win32 methods 0.00
If a C++ compiler supports Unicode character set, does it necessary... -0.49
Entity Framework + 'using' pattern best practice -0.72
Error 83 error C2398: conversion from 'double' to 'floa... +0.28
How can I make a local Git hook run a Windows executable and wait f... 0.00
How to use property of event args with async methods? -0.20
void* casting in 2 ways: (Sometype_t*)(*ptr) vs. *((Sometype_t**)pt... 0.00
double TryParse confusion 0.00
What is the standard compliant way to convert a signed integral val... +0.12
When to use dynamic_cast of reference? -1.31
Can I always reliably set a function pointer to NULL in C and C++? -0.20
ArgumentOutOfRangeException using IndexOf with CultureInfo 1031 +1.27
How to prevent sql injection in dynamic SQL -0.24
What does the "|=" operator do in C#? -2.86
Is there any reason to use extern "C" on headers without... +1.27
Zero-sized arrays don't work with templates 0.00
why this variable isn't deduced as initializer_list in g++ in C... 0.00
How to check latest revision number of a file in git? -0.35
Existing files in new, presumably empty, Git branch? +0.58
Bison: How to detect duplicated keywords in sql? 0.00
Mathematical explanation of Decimal different representations as Do... +0.24
How do I convert from dynamic object to specified Type? +0.26
Can we omit const on local variables in constexpr functions? +1.12
I inherit from std::iterator, but compiler does not recognise '... +1.33
How does std::invoke(C++1z) work? 0.00
I believe the phrase "not previously declared to have external... 0.00
Optimize LINQ to SQL statement that has foreign key access 0.00
Add relationship from sql server "view" to table +0.28
Is it really undefined behavior to call macro with empty arguments... 0.00
Status of statement (void)f() in C++14, is it ill-formed? if not, i... 0.00
Why can't I use ToListAsync() when using a parameter for the pr... 0.00
Why can't template type arguments be implicitly casted? +0.28
Is this copy constructor a bad idea? +0.98
std::move on object pointed to by a unique_ptr 0.00
What does '&' mean in C++ when it comes before a method... -2.72
Overloading "<" operator for a class that I want to st... 0.00
ISNULL returns 0 for a hardcoded column with NULL value 0.00
Is there an easy way default construct a generic type in C++, witho... +1.48
Why I can't use lambda expression inside Tuple.Create? -2.16
A potentially dangerous Request.Form value was detected from the cl... +0.25
If language L is not regular, is L* regular? 0.00
What is the linq equivalent to sql trunc date? -2.97
De Morgan's Law optimization with overloaded operators +0.38
How does std::cout declaration work? -1.55
Should `nullptr_t` be part of the global namespace? +1.80
(C++) Dijkstra's Algorithm Backtracking issues 0.00
C++ meta-programming: A template parameter which *must* inherit an... -2.14