StackRating

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

Jeffrey L Whitledge

Rating
1518.16 (35,882nd)
Reputation
47,587 (2,165th)
Page: 1 ... 5 6 7 8 9 ... 14
Title Δ
Where should I break up my user records to keep track of revisions -2.14
c# optimize returning a empty string -1.65
Database structure for storing historical data +0.54
Best practice for naming SQL table columns -0.11
Is getting and setting a simple static properties thread safe? +1.43
Is there a standard thread safe nomenclature? 0.00
How to split an array into a group of n elements each? -0.72
Keeping code at the same level when dealing with static methods -0.18
Easy way to re-write multiple return statements -1.01
Is comparing two byte[] of utf-8 encoded strings the same as compar... -1.55
Code Golf: XOR Encryption +1.30
Nested excpetion variable names -0.59
Converting a UNICODE_STRING to ANSI or vice versa in C +0.89
Should columns in a database that have a FK/PK relationship be named? -0.50
C# elegant way to check if a property's property is null -0.17
Code Golf: Frobenius Number -0.38
What does "Type" mean, physically? -0.24
Getting rid of *consecutive* periods in a filename -0.29
Is there any penalty between appending string vs char in C# +1.16
SQL - create database and tables in one script +0.30
Why are static variables auto-initialized to zero? -0.44
indexed switch statement, or equivalent? .net, C# +1.43
When should I create a nested class? Does it make instantiation of... +1.26
"Journaling" or "transactions" design pattern? +0.96
recursive + 900 elements + neighbor check = causes stackoverflow -0.63
Does a deep copy operation recursively copies subvariables which it... +0.51
How can I Insert/Update into two related tables in one command? -1.12
Copy constructor versus Clone() +0.38
Private 'set' in C# - having trouble wrapping my brain around it -0.68
is it good design to have a separate config file for a dll? -0.50
What's the reason why table layout in code is considered bad? +0.17
What is the difference between these two similar blocks of code? +0.15
How do I remove  from the beginning of a file? -1.01
designing database to hold different metadata information +0.41
Algorithm to build syntax tree from prefix order expression 0.00
How do I translate a simple boolean statement to SQL? -0.20
Why do most programming languages only have binary equality compari... +0.67
Languages specifically designed to make static verification easier -1.14
What is the difference between casting and conversion? -0.20
For a given binary tree find maximum binary search sub-tree -0.69
array holding reference to extinct object +0.30
Invoke a delegate on the main thread in a tiered architecture +0.36
Verifying that something has been "done" through hashes/e... -1.01
UTF-8 tuple storage using lowest common technological denominator,... +0.51
SQL query for sales summary -1.42
How to get the first 10 sorted items of a list without sorting the... +0.07
Raising events in C# that ignore exceptions raised by handlers -1.91
How can i solve "0 " value try to get length value? -0.03
Doubling a number - shift left vs. multiplication -1.11
Why are Stack<T> and Queue<T> implemented with an array? -0.32