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 ... 7 8 9 10 11 ... 59
Title Δ
Global Variable Reference inside a function 0.00
Nested dictionary access is returning a list -0.93
Using argparse to open a json file? +1.26
simple var assignment for not set variables in python +1.26
Is it possible to mention a class inside itself? -1.42
Python writing to JSON file adds extra brackets 0.00
Whats the correct way to pass a function to cProfile in python? 0.00
Default call to __init__ when creating an instance +0.52
Passing multiple parameters in ThreadPoolExecutor.map() 0.00
First element in list/nested lists -1.29
How to remove substrings "- " from a string in python, bu... +0.31
Problem with `vec![0,1024]` macro. Why `1024` neeeds to be `u8`? 0.00
Does `dict.copy()` iterate? Can I use it while modifying the dict i... 0.00
Double Decoding return Empty File 0.00
What's the algorithm behind sort() in python before TimSort? 0.00
Is it best to use "From x import x" rather than just impo... +0.24
Why is "try ... except KeyError ..." slower than "di... 0.00
Why is it sensible for two instances of the same class to have diff... 0.00
Sort using values followed by keys? +0.26
Python's special treatment to certain integers. Why? 0.00
Why do I get "Syntaxwarning Object not callable; perhaps maybe... 0.00
in C, does empty char array[2000] contain all zero's? +0.26
String Concatenation to Prevent Movement of Two Strings In Memory 0.00
Why can I not spawn a window using tkinter in Python 3? 0.00
Why does one property work and the other not? 0.00
Convert compile-time constant vector to heap-allocated version +0.34
Setting end of char array to '\0' 0.00
why is this code not printing the value of the ar? 0.00
How can I create a string that contains both single and double quot... -0.25
Read file loop is not looping through whole file Python +0.86
More pythonic way to test for is none -2.92
Difference between malloc(sizeof(ptr)) and malloc(sizeof(ptr*))? 0.00
Why is -1 returned if the character is not found in a string? 0.00
Can you get all positive numbers in python? +0.22
How do iterators know what item comes next? +0.04
Does vector allocates memory consecutively for std::moved objects -0.85
Avoid re-writing FOR loop for special cases 0.00
Big-O scaling - validation and representation (case: uniqueness of... +0.25
Is there any difference between Rc::clone(&rc) and rc.clone() i... 0.00
How to make asyncio threads in Python run in parallel? +1.10
else if vs elif in python, are they equal? +0.08
Why is there a yellow mark on the `or` in line 11? 0.00
Which methods are called when an old-style object is created in Pyt... 0.00
threading: why is thread.start() being block? 0.00
Python two complement checksum 0.00
AttributeError when trying to use decode() method 0.00
Having problem with readline() method in python +0.25
I am trying to make even numbers in this array equal 0, what am I d... -0.77
C++ and EXE won't run 0.00
Should I enclose validation functions in try-except and re-raise ex... +0.97