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 2 3 4 5 6 ... 59
Title Δ
Can Python instantiate a variable and return its value or reference... 0.00
Is parsing HTML with DOMParser safe from XSS? -2.02
How to catch the errors of a child process using Python subprocess? 0.00
Python combining if statements with "and" giving statemen... 0.00
Does python not recognize a variable that I use in an if statement... 0.00
Which of the following C data structures uses more memory? 0.00
Why does bytes.fromhex() produce the output shown? +0.24
Why when I am using file.peek() in C++ do I get a number rather tha... 0.00
How can heapq's push operation be O(log n) time if the underlyi... 0.00
How to perform delete from dictionary? +0.24
Getting 'Nonetype' error when trying to create a new list 0.00
While loop not terminating on base case as expected in Python +0.24
Get all possible ordered sublists of a list -1.07
How to stop a thread in python? +1.14
Cutting python integer to 32 bits integer efficiently +0.23
How to fix " AttributeError: 'int' object has no attri... -0.23
How to get minimum length of a sublist from dictionary except zero? +1.52
pybind11: add callback function for "module constructor" 0.00
Why does 10 digits number become 9,999,999,999? 0.00
Python defaultdict(lambda: None) without lambda 0.00
What is the Big-O runtime of buildHeap? 0.00
unicode_escape without deprecation warning 0.00
How to set a repr for a function itself? -0.76
How to create a listcomp for listing non-list values and then flatt... +0.24
When to use a defaultdict vs using copy 0.00
How to declare a function with a default parameter before a non-def... -0.81
Why exact binary representation through division but not multiplica... +1.07
How to iterate through *distinct* flags in an enum Flag subclass? +0.24
Implement `__iter__()` and `__next__()` in different 0.00
Slow List Comprehension with Regex -0.00
What does (N, vector< int >(M, -1)) resemble? -2.45
What is the character " generally called in \" escape seq... +1.16
C++ lambda for sort algorithm 0.00
C++ function exits loop with exit code None +0.24
difference in syntax of python class creation - class name_class: c... -0.80
why is id([1][::-1]) ==id([1]) returning True while [1][::-1] is [1... 0.00
Difference between floor function and floor division +0.66
Split list into lists containing only 1s +0.16
large list initialisation failing silently 0.00
Having trouble cleanly porting this C++ `for` loop to Python 0.00
inspect.isabstract returns false on an abstract class 0.00
Reorder a list with one list comprehension and two conditions +1.85
Why do I get seg fault when using char* in my struct name but not w... -0.73
Which argument style should I use when defining function? 0.00
Bad practice and a lucky escape or genuinely safe -- eval fstring 0.00
Is there a way to check if one bit is set and another is not at the... 0.00
Writing a function that solves the quotient and remainder in C 0.00
How do I drop leftmost digits from a float? +0.89
Python3 .replace yielding TypeError: a bytes-like object is require... -0.76
AttributeError: 'dict' object has no attribute 'iterkey... -2.57