Go to file
2024-01-03 05:46:24 +01:00
.gitea/workflows twine: verbose and point to dedicated config file 2023-11-11 16:57:52 +01:00
src/tools aoc.AOCDay: introduce class variable "DP", a dictionary that gets reset before every part method call, useful for memoization problems 2024-01-03 05:46:24 +01:00
.gitignore exclude pycharm ide env 2023-11-11 15:04:12 +01:00
LICENSE build/publish pipeline 2023-11-11 15:02:27 +01:00
pyproject.toml dealing with requirements 2023-11-11 18:43:57 +01:00
README.md code reformatting and cleanup 2023-11-11 15:37:42 +01:00
requirements.txt NEW: visualization.Window(): simple Tk visualization class, can just draw some lines for now, but with working realignment, zooming and panning 2023-12-28 06:09:16 +01:00

shs-tools

An assortment of helper functions, primarily developed for use in Advent Of Code