py-tools/src/tools
Stefan Harmuth 94cffbbd74 visualization: Add Color Enum
visualization: add draw methods for points and rectangles
2024-01-01 21:41:08 +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 expand coordinate.Line functionality 2023-12-28 06:07:39 +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_combinations_of_sum() 2023-12-26 12:49:37 +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 tools.minmax(): remove broken code; why was that even there? 2024-01-01 21:40:00 +01:00
trees.py code reformatting and cleanup 2023-11-11 15:37:42 +01:00
visualization.py visualization: Add Color Enum 2024-01-01 21:41:08 +01:00