StackRating

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

Joel

Rating
1487.31 (4,451,628th)
Reputation
5,041 (32,926th)
Page: 1 2 3 ... 4
Title Δ
Interpreting a method with three return types in C++ 0.00
c++ inheritance virtual functions -1.51
Segmentation fault when doing recursion in c++ -1.56
"using" keyword in header implementation in C++ -1.18
Performance primitive Array vs ArrayList +1.28
Return the number of elements of an array that is the most "ex... +0.16
Equivalent of C++'s reinterpret_cast in C# +0.81
Find a, b, c that have property x[a][b] = x[a][c] = x[b][c] -0.47
Keeping same order when using set -0.43
Should I use python on windows or cygwin? +0.62
Java Teacher Won't let me use any variable other than the ones he s... +0.02
Finding Θ for an algorithm +0.33
Suurballe's algorithm for k-best 0.00
Is use ++i faster than use i++ -0.02
Computing Eulers Totient Function -1.31
Making an Operating System with Java +0.10
Multiple Visits tsp 0.00
Monte Carlo Simulation in Excel for Non-normal Distributions +2.14
What does [, element] mean? -1.76
method's return type is a specific object? -0.53
Better approach to store configuration settings - in-memory or data... -0.41
Differences between hard real-time, soft real-time, and firm real-t... +0.50
What function to use for waiting? +0.04
Minimum no. of comparisons to find median of 3 numbers -0.99
Minimum no. of comparisons to find median of 3 numbers +1.26
How do I speed up C++ execution with in-line functions? 0.00
How to read then edit file txt in C++ +0.51
Creating DateTime object from string -0.94
How can I extend stl classes to have my own methods? -1.21
What is meant by "A List is an ordered Collection..."? +0.36
Parsing Lines of Log File for Specific Entries 0.00
C++ most efficient way to convert string to int (faster than atoi) -0.89
Binary search tree method needed: find minimum value node +0.10
Knowing when to delete associated user data from a std::map<void... +0.74
Can I make a #define and use it in a throw? -0.59
Can anyone recommend a concise resource for picking up the maths/ph... 0.00
Why is it reccomended to set a pointer to null after deleting it? +0.34
Random number distributions c++11 +0.03
Regex for password matching +0.32
How to create a byte array in C++? +0.73
How to make a Java program run in the background? -0.16
Finding number of elements of a dynamically allocated array -0.86
How can I fix, "Invalid use of void expression"? C++ +2.18
Given two point sets A and B, how do you find the point in A farthe... -0.92
Java: why Array (w index) *order of magnitude* faster than Map (key... -1.23
How to optimize this smoothstep function ? Is there any alternative? 0.00
What does "::" mean in c++? -1.07
Qt Program crashes with another compiler -0.16
C++ Insertion Sort a vector -1.88
Why to keep interface as reference? +1.03