py-tools/tools
2021-12-28 12:51:26 +01:00
..
__init__.py move everything into a submodule to avoid namespace collisions 2021-12-07 06:30:52 +01:00
aoc.py auto input-download and answer-submit 2021-12-28 12:51:26 +01:00
coordinate.py Coordinate order - not sure which comparison is the "correct" one - can't make up my mind 2021-12-22 09:25:50 +01:00
daemon.py move everything into a submodule to avoid namespace collisions 2021-12-07 06:30:52 +01:00
datafiles.py write json files readable 2021-12-13 05:08:35 +01:00
grid.py Grid.range[XYZ]: make ranges reverable 2021-12-25 06:48:17 +01:00
int_seq.py caching for when functools.cache() is not available (looking at you, pypy!) 2021-12-21 10:08:18 +01:00
irc.py general irc bot interface 2021-12-18 20:48:01 +01:00
math.py pythons round() behaves unexpected (for me at least) 2021-12-28 11:49:14 +01: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 updated AOCDay Interface 2021-12-27 16:29:46 +01:00
tools.py caching for when functools.cache() is not available (looking at you, pypy!) 2021-12-21 10:08:18 +01:00
trees.py Coordinate order - not sure which comparison is the "correct" one 2021-12-22 08:44:15 +01:00
types.py Grid.transform() in 3D! 2021-12-19 16:26:50 +01:00