py-tools/src/tools
2023-12-25 19:45:31 +01:00
..
__init__.py build/publish pipeline 2023-11-11 15:02:27 +01:00
aoc_ocr.py code reformatting and cleanup 2023-11-11 15:37:42 +01:00
aoc.py NEW: AOCDay.run_part(): when timing, shift all following progress bars down by one to not interfere 2023-12-25 19:45:31 +01:00
coordinate.py NEW: coordinate.Line() - only 2D for now, but can calc intersections 2023-12-24 12:14:47 +01:00
daemon.py code reformatting and cleanup 2023-11-11 15:37:42 +01:00
datafiles.py build/publish pipeline 2023-11-11 15:02:27 +01:00
grid.py NEW Grid.getRegion() -> Generator over all Coordinates of connected cells with the same value inside Grid borders 2023-12-18 07:00:05 +01:00
int_seq.py code reformatting and cleanup 2023-11-11 15:37:42 +01:00
irc.py code reformatting and cleanup 2023-11-11 15:37:42 +01:00
itertools.py NEW: itertools.len_permutations() and itertools.len_combinations() -> get the amount of results the respective itertools function would yield 2023-12-25 11:24:12 +01:00
lists.py code reformatting and cleanup 2023-11-11 15:37:42 +01:00
math.py mul() equivalent to sum() 2023-12-02 07:26:47 +01:00
schedule.py code reformatting and cleanup 2023-11-11 15:37:42 +01:00
simplesocket.py code reformatting and cleanup 2023-11-11 15:37:42 +01:00
stopwatch.py Stopwatch() can now be restarted and will automatically sum up all intervals between start() and stop() calls 2023-12-25 12:29:49 +01:00
tools.py NEW tools.list_combinations_of_sum() - returns all possible tuples with len [length}, containing integers summing up to {total_sum} 2023-12-18 09:12:34 +01:00
trees.py code reformatting and cleanup 2023-11-11 15:37:42 +01:00