py-tools/tools
Stefan Harmuth b0c6986511
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 41s
coordinates are essentially just tuples, so let's treat them as such. Double the speed for no cost :)
2023-10-19 06:02:25 +02: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 correctly calculate time left on wrong answer 2022-12-25 10:29:18 +01:00
coordinate.py coordinates are essentially just tuples, so let's treat them as such. Double the speed for no cost :) 2023-10-19 06:02:25 +02: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.move() 2023-09-17 04:08:00 +02:00
int_seq.py int_seq.fibonacci: less recursive, more memory efficient 2022-12-20 12:09:57 +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 better human readable time from ns 2022-12-03 10:06:31 +01:00
tools.py int.sum_digits() 2023-07-08 14:12:25 +02: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