StackRating

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

khelwood

Rating
1706.68 (124th)
Reputation
32,585 (3,650th)
Page: 1 ... 4 5 6 7 8 ... 27
Title Δ
HTML code inside Python function doesn't work 0.00
Is it possible to convert b'\x17\xf9' to 6137 in a single l... +0.27
Is there a way of saying "if anything == anything"? (Pyth... +1.31
What does `{...}` mean in a python 2 dictionary value printed? 0.00
IndexOutOfBounds: Why does low keep going past high 0.00
Java NullPointerException on concatenating Double types but not on... 0.00
String fails to match by and or, by "in" search +0.26
How to match a string of tuples in Java? -0.52
Java how to write to a file and append to it 0.00
List Comprehension and Generators to avoid computing the same value... 0.00
Cannot convert String to Local Date -2.68
Why UnboundLocalError occurs when importing inside function 0.00
Why does 2**1024 work while 2**(2048/2) results in an OverflowError? +0.28
Why does `return(val)` work the same as `return val` in Python 3? +1.11
Rounding numbers with 2 decimals -0.23
Java float auto rounding issue 0.00
Get all %(name)s placeholders in python -2.42
while loop doesn't terminate due to empty strings +0.25
How to preset object variable in method in Python 0.00
How to reverse a string using .replace() in python 3? 0.00
Why is exit code zero ("good") when I fail to handle an e... 0.00
how to fix lambda and map functions in my code? 0.00
Given an array of integers arr, write a function that returns true... +0.72
What happens when you set a dictionary in python? -1.76
Property decorator with optional argument 0.00
Doing .__class__ on various types 0.00
Does a nested inner class automatically inherit from superclass of... +0.26
AssertionError: ValueError not raised -2.65
Python sort list to set +1.69
Why integer number is perceived as positive infinity? 0.00
How to capitalise last letter of string in python? -2.09
How to initialize a set and print an empty set {} in python? 0.00
My graph code not running and neither throwing any error? +0.28
Python Error : [ZeroDivisionError: division by zero] +0.25
Java ternary operator with multiple conditions +0.26
put is not applicable for HashMap type -1.89
How to convert a include "e+" string to long? 0.00
Python class attribute inconsistency -0.76
How to unpack the data in the sublists into one list? -0.16
error: TypeError: can't multiply sequence by non-int of type &#... 0.00
Rendering with a timer and paintComponent is causing no rendering t... -1.96
Why Method reference is compatible to a functional interface with d... -1.09
While checking if brackets are balanced, I am getting incorrect res... 0.00
I want to know list parmeters in python function like a[:] -0.24
Conditional list comprehension without else 0.00
How to replace specific sub-string of a string using python while w... -0.26
Check for any values in set +1.38
The mechanic behind Java Predicates 0.00
Most pythonic way to keep track of closest number 0.00
How is A *= B *= A *= B evaluated? +2.31