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 ... 16 17 18 19 20 ... 59
Title Δ
Optimization of filtering in Python 0.00
Python vs CPP: Why is the difference in speed so huge? +1.19
Why is my for loop overwriting my previous values in the dictionary... +1.07
When UTF is multibyte & latin1 is single byte, why do I get err... 0.00
Popen Executes At the Wrong Time 0.00
Using *args and keywords in function definition causes error 0.00
Is string internally stored as individual characters, each characte... +1.25
How to understand allotment of memory adress to a variable(int)? 0.00
Is the big O runtime of my function N^2 or N log N? +0.75
Why use custom dynamic memory allocation over memory from stack? 0.00
How do I replace the Python Build-in method, with a 3rd party insta... 0.00
How to dynamically access object attributes in python without boxing? 0.00
redirect the stdout of an third-party module to /dev/null 0.00
Slice indices TypeError and Insert list method weird behavior 0.00
Can I `fwrite` a memory view in Cython? 0.00
How to get Python variable annotations? +1.15
How do I open a file using python? +0.25
Python "reversed" function return object with 'list&#... +1.67
C++ random function gives the same integers twice as output 0.00
Is there a way to manually clear ram in python 3.7? -0.25
TypeError: unsupported operand type(s) for +: 'NoneType' an... +0.26
how can I get isinstance() to work as expected? -2.67
Why copy doesn't work with dictionary in Python? 0.00
Displacement of diacritics/accents from strings in python -0.75
How to reduce decimals in a POST request 0.00
Why is setTimeout acting synchronously? +0.87
How to separate even and odd positions in for loop? 0.00
How python multi-process forking works with respect to resources sh... 0.00
Why was the __pycache__ directory not made hidden? 0.00
Avoid race conditions when using pointers and threads +0.25
The pythonic way to construct a multimethod setter 0.00
Accessing a generator item when applying a map function 0.00
How is p[a:b:c] handled by python? +1.72
Python: Append a list to an existing dictionary? +0.75
How to append char data to a std::vector without causing a copy -1.47
Lambda functions python 3 0.00
Multiple names refer to 1 value issue 0.00
why my code returns TypeError: 'NoneType' object is not ite... 0.00
why is this code removing the file instead of renaming it? 0.00
Can't understand the problem with iterator? 0.00
How to add a pool of processes available for a multiprocessing queue 0.00
Can there be more than one program for bubblesort? +0.96
why "Function not Defined" error in recursive case? +0.25
I want the single digit numbers to line up better with the other mu... 0.00
Do FILE * continue to work if the fd linked to them is used for som... +1.63
unordered_map with std::any values cannot any_cast string 0.00
Storing Objects in a List in Python -0.75
Call classmethod in class constant +0.26
View data structures of .pkl file 0.00
How to create a new list, by appending a value in a certain positio... +0.72