Commit Graph

11 Commits

Author SHA1 Message Date
916ab481cf NEW: AOCDay.progress() - add a progress bar to your long-running solutions 2023-12-25 15:47:36 +01:00
4ce70c8565 AOCDay.run_part(): When in timeit mode, display progress bar 2023-12-25 12:31:06 +01:00
2bec56eb1c AOCDay.is_test() returns a bool, True if the solution for the current part/input_file is known; else False 2023-12-16 12:04:11 +01:00
f0e499f0a3 escape patterns want to be raw strings 2023-12-15 07:34:38 +01:00
1fb4582908 AOCDay._submit(): maybe display rank on correct answer? 2023-12-15 07:30:06 +01:00
a47077f102 convey high/low hints if present
All checks were successful
Publish to PyPI / Publish to PyPI (push) Successful in 1m29s
2023-12-03 14:53:56 +01:00
db23b11a98 convey high/low hints if present 2023-12-03 14:51:57 +01:00
89edb0a6d7 getInput variant, that only returns integers from input lines 2023-12-01 07:37:25 +01:00
0daa028368 create inputs directory if it doesn't exist
All checks were successful
Publish to PyPI / Publish to PyPI (push) Successful in 1m11s
2023-11-12 19:12:29 +01:00
99c4ef2ce6 code reformatting and cleanup
Some checks failed
Publish to PyPI / Publish to PyPI (push) Failing after 5s
2023-11-11 15:37:42 +01:00
455bd34d3b build/publish pipeline 2023-11-11 15:02:27 +01:00