StackRating

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

Jean-François Fabre

Rating
1670.45 (325th)
Reputation
111,262 (615th)
Page: 1 ... 9 10 11 12 13 ... 82
Title Δ
Kill python script that executes multiple subprocesses 0.00
Avoid repetitive big arrays computation inside a function in Python 0.00
What is happening when I assign a list with self references to a li... +1.34
Variadic Macro calling fprintf: how to add arguments to __VA_ARGS__? +1.51
Is it faster to use n = len(s) instead of using len(s) directly? +1.04
Getting list index by matching strings list of lists +0.62
How the write(), read() and getvalue() methods of Python io.BytesIO... +0.47
Remove duplicate element in a list of list in Python -0.71
Writing 2D array into binary file in C (getting strange results) 0.00
Store multiple values in arrays Python -1.16
My code doesn't print ''No matches found'', why? +0.99
How to parse very big files in python? +0.73
Write a Python program to insert an element before each element of... 0.00
how is the time complexity of dict.clear() is O(1) in python? -0.65
find files that have specific word in a loop? -1.02
How to match line beginning and end in a multi-line string +0.95
How does one compare items in a list sequentially? +0.24
passing integers in place of file descriptor when calling write com... 0.00
Checking if a text file is empty +0.54
List comprehension of tuple gets me a generator - why and how to mo... +0.25
How to keep using values from a list until the diagonal of a matrix... 0.00
Python3 Subprocess File closing 0.00
How do I sort a list by value in python? 0.00
I want to add tuple value to tuple if that tuple[0:2] is repeated a... +0.78
Why does python script in current directory need ./ for execution w... 0.00
Wrong str.join implementation behavior? 0.00
lvalue required as left operand of assignment for function pointers 0.00
Understanding array declaration in C 0.00
C binary read and write file +1.32
Make a folder in each subfolder in a directory? +0.24
Additional letter printed when I am executing Decode() +0.26
What's the difference between using & vs MOD operators in c... 0.00
Reducing cyclomatic complexity of object oriented python code 0.00
Conversion of single string to list of strings when new strings are... +0.61
Python shows No such file or directory Error though the file exists +0.26
The most efficient way to build a deep nested dictionary from a lis... 0.00
Printing empty list +0.26
It seems stack-based variable not be released after function 0.00
How does starred expression works when using with find_element() me... +0.28
Log file getting created in wrong location with os.path.join 0.00
Which condition is true in While? -1.50
Is it safe to use getchar() and putchar() +0.01
moving position of character within an item in list -0.41
Equality Operator Producing True For 2 different Objects in Memory +0.27
Scanf Function And Integers +0.24
How does printf() function treat the strings returned by functions... +1.29
Why are Python 3 Line breaks \n not working with print and subproce... +0.10
Figuring out the difference between for item in list and for number... +0.26
Writing list of lists to a text file, one list at a time +0.48
Replacing words in a file with re 0.00