This website requires JavaScript.
Explore
Help
Sign In
public
/
py-tools
Watch
1
Star
0
Fork
0
You've already forked py-tools
Code
Issues
Pull Requests
Actions
Releases
8
Activity
25
Commits
1
Branch
8
Tags
470
KiB
Python
100%
e2d36cbde6
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Stefan Harmuth
e2d36cbde6
grid.Grid: let add() and sub() use self.set() instead of reimplementing part of it. Also makes sure default values aren't part of the dict anymore.
2021-12-05 06:45:35 +01:00
__init__.py
__init__
2021-10-22 17:35:30 +02:00
aoc.py
AOCDay.getMultilineInputArray(): work with an input-copy ...
2021-12-05 05:58:53 +01:00
coordinate.py
welcome to the 3D world
2021-11-30 13:24:05 +01:00
grid.py
grid.Grid: let add() and sub() use self.set() instead of reimplementing part of it. Also makes sure default values aren't part of the dict anymore.
2021-12-05 06:45:35 +01:00
setup.py
move aoc thingy from year-by-year to central tool lib
2021-11-26 07:30:06 +01:00
tools.py
better compare(), especially now it's doing what's expected (and documented)
2021-12-02 05:17:29 +01:00