StackRating

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

dsimcha

Rating
1578.27 (3,164th)
Reputation
45,715 (2,294th)
Page: 1 ... 4 5 6 7
Title Δ
Which algorithm for extremely high non burst errors? +2.38
Is a finally block without a catch block a java anti-pattern? +3.17
Under what circumstances are dynamic languages appropriate? +2.15
What is the difference between an Abstract Class and a Mixin? +3.19
Why do compilations take so long? +3.03
Is there a way to force a C# class to implement certain static func... -2.95
Finding mean of array of ints +3.49
What are the best methods for protecting duplication and limiting v... +3.33
How do I break my procedural coding habits? +3.48
Can I force cache coherency on a multicore x86 CPU? +0.26
Optimum search for k minimum values in unsorted list of integers +4.10
What's the difference between an Algorithm and a Design Pattern +1.83
D programming language IRC library 0.00
In Java, is it ever a bad idea to make an object's members publicly... -1.06
Performance vs Quality of Code +1.06
What programming languages and language features are under 10? +2.91
C++ code analysis tools -0.19
Do OO design principles apply to Python? +3.46
What are some good strategies to fix bugs as code becomes more comp... -0.30
Are there any software guarantees in critical systems? -4.07
Can any algorithmic puzzle be implemented in a purely functional way? +1.46
Should private helper methods be static if they can be static -3.31
Is using reflection considered unOOPish? -3.57
What are the performance implications of marking methods / properti... +3.93
What's the difference between a procedural program and an object or... +2.00
Is having a ubiquitous base object an anti pattern? +1.53
Best approach to what I think is a machine learning problem -1.22
Why does Moore's Law necessitate parallel computing? -2.90
When to use struct in C#? +3.55
What are nested functions? What are they for? -2.48
Learning C properly: yes or no? -2.69
Which Web Development Browser Plugins Do You Find Useful? +0.13
Are functional languages inherently slow? +2.71
When should I use typedef in C++? -0.38
Computing the statistical mode +3.69
Absence of property syntax in Java +3.50
Best algorithm for avoiding loss of precision? +0.77
Can I use a RAM disk to speed up my IDE? +1.20
Creating a FIFO queue in C +1.38
Does a cache need to synchronized? +3.62
Are there any good courses for learning about Object-Oriented Progr... +1.10
In .Net, when if ever should I pass structs by reference for perfor... -3.40
Opensource projects to learn from -0.59
Turning off the D garbage collector +3.21
When is the right time and the wrong time to do the quick and dirty... 0.00
How do you define a good or bad API? 0.00
In-Place Radix Sort +3.88
How complex should code be? -3.68
GUI Libraries for D +3.66
ptr->hello(); /* VERSUS */ (*ptr).hello(); +3.74