py-tools/tools
2022-12-14 19:37:03 +01:00
..
__init__.py move everything into a submodule to avoid namespace collisions 2021-12-07 06:30:52 +01:00
aoc_ocr.py aoc_ocr 2022-12-10 10:29:39 +01:00
aoc.py fix transformations 2022-12-04 10:57:28 +01:00
coordinate.py Coordinate.getNeighbours() and Grid.getNeighboursOf() can be generators; no need to create extra lists every time 2022-12-12 08:11:29 +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 Grid.getPath_BFS() 2022-12-14 19:37:03 +01:00
int_seq.py pentagonal number sequence (really int) 2022-08-07 18:50:08 +02: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 better human readable time from ns 2022-12-03 10:06:31 +01:00
tools.py better human readable time from ns 2022-12-03 10:06:31 +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