py-tools/tools
2022-08-10 10:09:15 +02:00
..
__init__.py move everything into a submodule to avoid namespace collisions 2021-12-07 06:30:52 +01:00
aoc.py some minor refactorings suggested by sonarcube 2022-08-10 10:09:15 +02:00
coordinate.py nicer reprs 2022-01-14 12:39:14 +01:00
daemon.py some minor refactorings suggested by sonarcube 2022-08-10 10:09:15 +02:00
datafiles.py some minor refactorings suggested by sonarcube 2022-08-10 10:09:15 +02:00
grid.py list comp is faster than building lists yourself 2022-01-14 12:29:54 +01:00
int_seq.py caching for when functools.cache() is not available (looking at you, pypy!) 2021-12-21 10:08:18 +01:00
irc.py some minor refactorings suggested by sonarcube 2022-08-10 10:09:15 +02:00
lists.py some minor refactorings suggested by sonarcube 2022-08-10 10:09:15 +02:00
math.py factorization is always useful to have 2022-04-19 09:15:49 +02:00
schedule.py move everything into a submodule to avoid namespace collisions 2021-12-07 06:30:52 +01:00
simplesocket.py way better (and much quicker) solution to receive lines from sockets 2021-12-12 08:25:47 +01:00
stopwatch.py introduce unbalanced binary trees (incredibly fun when inserting already sorted values!) 2022-01-24 13:37:38 +01:00
tools.py caching for when functools.cache() is not available (looking at you, pypy!) 2021-12-21 10:08:18 +01:00
trees.py some minor refactorings suggested by sonarcube 2022-08-10 10:09:15 +02:00
types.py some minor refactorings suggested by sonarcube 2022-08-10 10:09:15 +02:00