From 9a2af5de94efe2fed3fd2fe4eea86ce151540800 Mon Sep 17 00:00:00 2001 From: "Jose A. Romero" Date: Sun, 13 Oct 2024 02:35:37 +0200 Subject: [PATCH 1/2] Add jromero132 repo to the list of templates and tools --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4f0c27d..b1ee3d30 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ in your favourite language.* * [TanklesXL/gladvent](https://github.com/TanklesXL/gladvent) *Gleam* * [JohnBjrk/adglent](https://github.com/JohnBjrk/adglent) *Gleam* * [pgebert/advent-of-code-kotlin-template](https://github.com/pgebert/advent-of-code-kotlin-template) *(Kotlin)* +* [jromero132/advent-of-code](https://github.com/jromero132/advent-of-code) *(Python)* ## Tools and Utilities @@ -168,6 +169,7 @@ in your favourite language.* * [Globals medals overview](http://www.maurits.vdschee.nl/scatterplot/medals.html) -- Alternative global leaderboard showing first, second and third places as gold, silver and bronze medals. * [Scatterplot of first 100](http://www.maurits.vdschee.nl/scatterplot/) -- Scatterplot of the time taken to solve the parts of each puzzle by the first 100 people that solved it. * [Private Leaderboard Visualiser](https://aoc.kolman.si/vis/) -- Given a JSON of your private leaderboard data this website will show you graphs of how long each member took to solve parts 1 and 2 of each day. +* [advent-of-code](https://github.com/jromero132/advent-of-code) -- Command-line interface to download challenge descriptions and inputs, manage, test and automatically submit solutions. *(Python)* * [aocdl](https://github.com/GreenLightning/advent-of-code-downloader) -- Command-line utility that automatically downloads your personal input file while you read the puzzle description *(Go)*. * [aocinput](https://github.com/dds/aoc2020/blob/main/cmd/aocinput/aocinput.go) -- CLI for getting inputs. Clipboard support. Polite to AoC. Nice help and options. *(Go)* * [aoc_rb](https://github.com/pacso/aoc_rb) -- A Ruby gem that generates an empty AoC project, and provides command-line tools for fetching input and submitting solutions *(Ruby)* @@ -215,8 +217,6 @@ in your favourite language.* **WARNING:** All of these likely contain spoilers. -Read [CONTRIBUTING.md](/.github/CONTRIBUTING.md) to learn how to add your own repos. - ### Solutions #### Ada From 0144943df750b9abab2b334240dba9abf99e1440 Mon Sep 17 00:00:00 2001 From: "Jose A. Romero" Date: Sun, 13 Oct 2024 04:45:30 +0200 Subject: [PATCH 2/2] Restore contributing line, since the file exists --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1ee3d30..68139d4a 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,8 @@ in your favourite language.* **WARNING:** All of these likely contain spoilers. +Read [CONTRIBUTING.md](/.github/CONTRIBUTING.md) to learn how to add your own repos. + ### Solutions #### Ada