StackRating

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

ShadowRanger

Rating
1696.29 (165th)
Reputation
67,338 (1,301st)
Page: 1 ... 15 16 17 18 19 ... 59
Title Δ
Maximum call stack on non recursive function +0.23
cassandra python " item = val[i] " couldn't figure it... 0.00
why my exception from a destructor is not caught 0.00
How can I make this code run better/faster (threading or multiproce... +0.24
Cython throws an error when pass function with void * argument to d... -2.66
Python and C returning different values for algorithm 0.00
list.pop() and deque.pop() -- is there a performance difference? +0.95
Is there a way to prevent the infinite loop after creating an itera... -0.22
how to remove trailing non-alpha characters +0.58
How to use enumerate(zip(seq1,seq2)) in jinja2? +1.49
Is Python's Decimal class variable width? 0.00
How to vectorize operation with vectors of different size -1.25
Lack of consistency in python, completely contradictory behaviour o... +0.24
Overriding __init__ with parent classmethod in python +1.50
How to remove a particular value from the list of values using Python +1.25
Should I ever return a list that was passed by reference and modifi... -0.79
Interest difference between * and + in python regex? +1.13
Is there a way to set two variables as unique together? -0.26
Strip \x00 and \x02 from string +0.25
Why does short Python script run differently when it's isolated... 0.00
sorted() fails on the very first call only 0.00
speed of elementary mathematical operations in Numpy/Python: why is... 0.00
.toUpperCase splits some chars in two? Might .toLowerCase do that t... 0.00
Why delete modules in __init__.py? 0.00
Why does fputs() require a constant as first parameter and not fput... -1.10
'str' object is not callable in python class function -1.45
Why I cant pass keyword argument to list.index() method? -1.58
list.count() vs Counter() performance 0.00
Adapting old code single-thread code to multiprocessing using a dic... -1.09
Inheriting from "str" in Python 2.7 and Python 3 +0.74
get all unicode variations of a latin character +1.00
Need to run shell command from Python script and store in a variable 0.00
Add an attribute to an object which uses __slots__ +0.69
I have two if statements inside one for loop, why does it sometimes... 0.00
How to detect "{" or "}" in .format +1.47
How do pointers reference multi-byte variables? +1.06
How can I evaluate an array of lambda functions -0.40
Finding matched string in a set +1.18
how to loop through folders thoroughly? python +0.47
Concatenating strings in C using pointers -1.01
Load numpy array of strings python 3 0.00
Memory Leak in C-extension for Python 0.00
"Peek of a closed file" right after file is opened 0.00
Why python3 is slower than python2 in file writing 0.00
How getchar() function output -0.64
Is the return statement considered to be an expression statement in... -0.20
How to do natural sort with scientific numbers? +0.24
Python threading : Threads runs twice? 0.00
IndexError: tuple index out of range - Sending the calculation of a... 0.00
Why is 'Â' printed in front of '±' when c... +0.45