is this some leaderboarder's highly-optimized, highly-readable solutions?
nope.
I try to optimize some when I have free time, golf solutions aren't even the best. do you like code-golfing? check out this repo!
long, modular solutions are always documented, but rarely (if not at all) unit-tested
do I have solutions in your favorite programming language?
take a look at the language usage breakdown, if the git forge you're reading this from supports it.
if it doesn't, then there's a good chance that you're a shell literate! cook up a oneliner to analyze my file types here...
find 20?? ! -name '*.md' ! -name '*.txt' -type f | sed 's/.*\.//' | sort | uniq -c | sort -bnr
😉
I'm sure you'll find ways to improve mine
oh by the way, the .jpg files are probably screenshots of Apple Shortcuts solutions (mostly 2021)
do I have a neat setup for input and submitting?
yeah, but not exactly neat
planning on rolling my own local package (for all langs!! why not :P) in the near future, which covers both of their functionalities
do I have a neat script or templates which I use to create new directory structures?
yup!
check out bin/new
templates at skel/
pretend this is actual installable software and document how a user should set it up
prereqs
install 'dependencies' (lol)
$AOCROOT
to the path to this git repo in the .envrc
of the parent dir of the repobin/new --help
requirements.txt
bin/new
am I going to (eventually) do all the previous puzzles I had missed?
perhaps.
[x] 2020 (python) days 1-5
[ ] 2020 (python) days 6-10
[ ] 2020 (python) days 11-15
[ ] 2021 (python) days 1-5
[ ] 2020 (golang) days 1-5
[ ] 2020 (golang) days 6-10
[ ] 2020 (golang) days 11-15
[ ] 2021 (golang) days 1-5
[ ] 2021 (shell) days 1-5
[ ] 2020 (java) days 1-5
[ ] 2021 (python) days 6-10
[ ] 2021 (python) days 11-15
[ ] 2021 (golang) days 6-10
[ ] 2021 (golang) days 11-15
[ ] 2020 (shell) days 1-5
[ ] 2020 (lua) days 1-5
[ ] 2021 (lua) days 1-5
[ ] 2020 (python) days 16-20
[ ] 2020 (golang) days 16-20
[ ] 2020 (python) days 20-25
[ ] 2020 (java) days 16-20
[ ] 2020 (golang) days 20-25
wow, you're still reading?