Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Advent of Code
 Awesome Advent of Code
This is a collection of awesome resources related to the yearly
Advent of Code challenge.
@@ -100,7 +100,7 @@
* **Zsh** (#zsh) 
  ⟡ Live Streams (#live-streams)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Project Templates
@@ -159,34 +159,27 @@
⟡ Browser extension for private leaderboard visualization
  ⟡ Chrome extension (https://chrome.google.com/webstore/detail/advent-of-code-ranking/jbnlafikncgjjhdkmfhokcplgahebmjl)
  ⟡ Firefox extension (https://addons.mozilla.org/en-US/firefox/addon/aoc-ranking/)
⟡ Browser extension which enhances your personal stats page with a time from Part 1 to Part 2 column (it also tracks when you've first opened a puzzle and offsets the completion times 
accordingly)
⟡ Browser extension which enhances your personal stats page with a time from Part 1 to Part 2 column (it also tracks when you've first opened a puzzle and offsets the completion times accordingly)
  ⟡ Chrome extension (https://chrome.google.com/webstore/detail/advent-of-code-part-2-timer/fhmjpoppaplfhgnknpbaaklgdnnimfbn)
  ⟡ Firefox extension (https://addons.mozilla.org/en-US/firefox/addon/advent-of-code-part-2-timer/)
⟡ Browser extension (open source (https://github.com/jeroenheijmans/advent-of-code-charts)) enhancing private leaderboards with a "medals/podium" chart per day, Part 1 to Part 2 overview, and
several other charts for your leaderboard
⟡ Browser extension (open source (https://github.com/jeroenheijmans/advent-of-code-charts)) enhancing private leaderboards with a "medals/podium" chart per day, Part 1 to Part 2 overview, and several other charts for your leaderboard
  ⟡ Chrome extension "Advent of Code Charts" (https://chrome.google.com/webstore/detail/advent-of-code-charts/ipbomkmbokofodhhjpipflmdplipblbe)
  ⟡ Firefox extension "Advent of Code Charts" (https://addons.mozilla.org/en-US/firefox/addon/advent-of-code-charts/)
⟡ 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.
⟡ 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.
⟡ 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)
⟡ aoc-cli (https://github.com/keirua/aoc-cli) -- Command-line utility that helps solve problems in ruby: it downloads your personal input file, creates the sample source files and benchmarks 
your solutions (Ruby).
⟡ aoc-cli (https://github.com/keirua/aoc-cli) -- Command-line utility that helps solve problems in ruby: it downloads your personal input file, creates the sample source files and benchmarks your solutions (Ruby).
⟡ AocKt (https://github.com/Jadarma/advent-of-code-kotlin) -- A testing library for creating unit tests for AoC solutions with minimal boilerplate. (Kotlin)
⟡ AoCHelper (https://github.com/eduherminio/AoCHelper) -- NuGet library that simplifies puzzle solving and provides benchmarking (.NET).
⟡ AdventOfCode.Runner (https://github.com/vladsm/adventofcode-runner) -- NuGet package that automatically provides your puzzles solvers with the input from the AOC site and verifies 
calculated answers (.NET / C#).
⟡ aocleaderboard
 (https://github.com/scarvalhojr/aocleaderboard) -- get over the 200-member limit for private leaderboards and combine multiple leaderboards in a single page with recalculated scores.
⟡ AdventOfCode.Runner (https://github.com/vladsm/adventofcode-runner) -- NuGet package that automatically provides your puzzles solvers with the input from the AOC site and verifies calculated answers (.NET / C#).
⟡ aocleaderboard (https://github.com/scarvalhojr/aocleaderboard) -- get over the 200-member limit for private leaderboards and combine multiple leaderboards in a single page with recalculated scores.
⟡ advent-of-code-api (https://hackage.haskell.org/package/advent-of-code-api) -- Haskell library for querying AOC prompts, inputs, and leaderboards (Haskell)
⟡ advent-of-code-ocr (https://github.com/mstksg/advent-of-code-ocr#readme) -- Command line utility and Haskell library for parsing AoC ascii art words (Haskell)
⟡ advent-of-code-ocr (https://github.com/bsoyka/advent-of-code-ocr) -- Python module for parsing AoC ascii art words (Python)
⟡ aoc-agent (https://github.com/mazharenko/aoc-agent) -- C# source generator that generates: a) tests for your solution logic, b) complete runner that handles input fetching and answer 
submitting (.NET)
⟡ aoc-agent (https://github.com/mazharenko/aoc-agent) -- C# source generator that generates: a) tests for your solution logic, b) complete runner that handles input fetching and answer submitting (.NET)
⟡ aoc-ranking (https://github.com/freedomofkeima/aoc-ranking) -- Show all non-zero score AoC participants in one, global scoreboard. (Python)
⟡ aoc-cli (https://github.com/scarvalhojr/aoc-cli) -- Read puzzle descriptions, download input, and submit answers from the comfort of your terminal. (Rust)
⟡ adventofcode-badge (https://github.com/stackcats/adventofcode-badge) -- An interface over Shields.io to facilitate the creation of badges from Advent of Code.
@@ -194,34 +187,27 @@
⟡ eggnog (https://github.com/breakthatbass/eggnog) -- CLI for getting input, directions (with nice colors!), and submitting answers. Caches absolutely everything. (C)
⟡ aoc-badges-action (https://github.com/J0B10/aoc-badges-action) -- A GitHub action for updating various aoc-related badges in your README (GitHub Action, Python)
⟡ advent-readme-stars (https://github.com/k2bd/advent-readme-stars) -- A GitHub action that adds and maintains a table of your AoC progress to your README (GitHub Action, Python)
⟡ aoctimer
 (https://github.com/caderek/aoctimer) -- A language-agnostic, multiplatform tool to measure your solution time in relative units, so you can share and compare your results with others.
⟡ aocrunner (https://github.com/caderek/aocrunner) -- A fast solutions runner and template generator, with simple CLI, customizable template, simple testing utility, live reload, and 
adventofcode.com integration. (JavaScript, TypeScript)
⟡ advent-of-code-client (https://github.com/toblu/advent-of-code-client) -- A Node.js package for fetching inputs, running puzzle challenges and submitting answers to adventofcode.com 
directly from your JavaScript code. Also includes some commonly used & customizable input transformation functions. (JavaScript)
⟡ advent-of-code-runner (https://github.com/beakerandjake/advent-of-code-runner) -- Node.JS CLI solution generator and runner. Downloads inputs, submits answers, prevents duplicate 
submissions, measures performance, tracks progress and outputs statistics. (JavaScript)
⟡ AoC-execution-time-table-generator
 (https://github.com/coralkashri/AoC-execution_time_table_generator) -- A C++20 tool to generate an execution time table for both parts of each AoC day, based on input file with time details.
⟡ aocf (https://github.com/nuxeh/aocf) -- A CLI tool (and also, optionally, crate) written in Rust, with a CLI inspired by git. Problem briefs may be displayed in a scrollable ANSI terminal 
(mostly) faithful to the AoC website.
⟡ AdventOfCodeAbstractions (https://github.com/mMosiur/AdventOfCodeAbstractions) -- A NuGet package that contains extendable abstractions and generalized helpers to simplify and streamline 
.NET AoC puzzle solving. (C#)
⟡ aoctimer (https://github.com/caderek/aoctimer) -- A language-agnostic, multiplatform tool to measure your solution time in relative units, so you can share and compare your results with others.
⟡ aocrunner (https://github.com/caderek/aocrunner) -- A fast solutions runner and template generator, with simple CLI, customizable template, simple testing utility, live reload, and adventofcode.com integration. (JavaScript, 
TypeScript)
⟡ advent-of-code-client (https://github.com/toblu/advent-of-code-client) -- A Node.js package for fetching inputs, running puzzle challenges and submitting answers to adventofcode.com directly from your JavaScript code. Also includes 
some commonly used & customizable input transformation functions. (JavaScript)
⟡ advent-of-code-runner (https://github.com/beakerandjake/advent-of-code-runner) -- Node.JS CLI solution generator and runner. Downloads inputs, submits answers, prevents duplicate submissions, measures performance, tracks progress and 
outputs statistics. (JavaScript)
⟡ AoC-execution-time-table-generator (https://github.com/coralkashri/AoC-execution_time_table_generator) -- A C++20 tool to generate an execution time table for both parts of each AoC day, based on input file with time details.
⟡ aocf (https://github.com/nuxeh/aocf) -- A CLI tool (and also, optionally, crate) written in Rust, with a CLI inspired by git. Problem briefs may be displayed in a scrollable ANSI terminal (mostly) faithful to the AoC website.
⟡ AdventOfCodeAbstractions (https://github.com/mMosiur/AdventOfCodeAbstractions) -- A NuGet package that contains extendable abstractions and generalized helpers to simplify and streamline .NET AoC puzzle solving. (C#)
⟡ aocd (https://github.com/Macil/aocd) -- A template generator and library for solving AoC with Deno that handles input fetching and solution submitting. (TypeScript / Deno)
⟡ advent_of_code_utils (https://github.com/mathsaey/advent_of_code_utils) -- Input fetcher and boilerplate generator for those solving AoC in Elixir. (Elixir)
⟡ Advent of Code Surveys (Results Dashboard)
 (https://jeroenheijmans.github.io/advent-of-code-surveys/) -- Dashboard with charts and data tables showing the results of the yearly Advent of Code Survey
⟡ AdventOfCode-CLI (https://github.com/NamelessGroup/AdventOfCode-CLI) -- A Commandline interface written in python to quickly generate boilerplates in different languages and fetching your 
puzzle input. Also includes customizable templates and measures solution times.
⟡ aoc-cli (https://github.com/yspreen/aoc) -- Command-line utility that helps solve problems in python: it downloads your personal input file, creates the sample source files and makes sure 
you don't submit answers twice (Python).
⟡ Golfcoder (https://golfcoder.org) -- A code golf community leaderboard for adventofcode.com, with a focus on code size. Every name, including variables and functions, is considered as a 
single token, irrespective of its length. (Python, Rust, Go, Kotlin, JavaScript, C#, TypeScript, C++, Java, C, Swift, Scala)
⟡ aoc-tiles (https://github.com/LiquidFun/aoc_tiles) -- A tool which automatically creates a fancy image with solve times for each solved day in your readme as a 5x5 grid. Works as a 
pre-commit hook or as a CLI (Python).
⟡ wang-aoc-cli (https://github.com/VitamintK/wang-aoc-cli) -- A CLI tool for automatically copying boilerplate code, downloading problem statements and inputs, parsing example inputs and 
solutions from problem statements, testing against example inputs, and submitting. Expects programs to use stdin and stdout to read inputs and write answers. (Python)
⟡ Advent of Code Surveys (Results Dashboard) (https://jeroenheijmans.github.io/advent-of-code-surveys/) -- Dashboard with charts and data tables showing the results of the yearly Advent of Code Survey
⟡ AdventOfCode-CLI (https://github.com/NamelessGroup/AdventOfCode-CLI) -- A Commandline interface written in python to quickly generate boilerplates in different languages and fetching your puzzle input. Also includes customizable 
templates and measures solution times.
⟡ aoc-cli (https://github.com/yspreen/aoc) -- Command-line utility that helps solve problems in python: it downloads your personal input file, creates the sample source files and makes sure you don't submit answers twice (Python).
⟡ Golfcoder (https://golfcoder.org) -- A code golf community leaderboard for adventofcode.com, with a focus on code size. Every name, including variables and functions, is considered as a single token, irrespective of its length. 
(Python, Rust, Go, Kotlin, JavaScript, C#, TypeScript, C++, Java, C, Swift, Scala)
⟡ aoc-tiles (https://github.com/LiquidFun/aoc_tiles) -- A tool which automatically creates a fancy image with solve times for each solved day in your readme as a 5x5 grid. Works as a pre-commit hook or as a CLI (Python).
⟡ wang-aoc-cli (https://github.com/VitamintK/wang-aoc-cli) -- A CLI tool for automatically copying boilerplate code, downloading problem statements and inputs, parsing example inputs and solutions from problem statements, testing 
against example inputs, and submitting. Expects programs to use stdin and stdout to read inputs and write answers. (Python)
Other Advent Calendars
@@ -415,8 +401,7 @@
Solutions to AoC in Go.
⟡ Aadv1k/AdventOfGo2023 (https://github.com/Aadv1k/AdventOfGo2023) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2023--12--21-brightgreen)
⟡ ColasNahaboo/advent-of-code-my-solutions (https://github.com/ColasNahaboo/advent-of-code-my-solutions) !Last Commit on GitHub 
(https://img.shields.io/badge/last%20commit-2024--03--21-brightgreen)
⟡ ColasNahaboo/advent-of-code-my-solutions (https://github.com/ColasNahaboo/advent-of-code-my-solutions) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2024--03--21-brightgreen)
⟡ DomBlack/advent-of-code-2023 (https://github.com/DomBlack/advent-of-code-2023) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2023--12--22-brightgreen)
⟡ MichalFikejs/AdventOfCode23 (https://github.com/MichalFikejs/AdventOfCode23) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2023--12--09-brightgreen)
⟡ OscarBrugne/AdventOfCode (https://github.com/OscarBrugne/AdventOfCode) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2024--01--08-brightgreen)
@@ -622,8 +607,7 @@
⟡ stefanoandroni/advent-of-code (https://github.com/stefanoandroni/advent-of-code) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2024--02--28-brightgreen)
⟡ AleUP170/AdventOfCode (https://github.com/AleUP170/AdventOfCode) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2023--12--13-brightgreen)
⟡ DownDev/advent-of-code (https://github.com/DownDev/advent-of-code) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2023--12--29-brightgreen)
⟡ FranciscoTorreblanca/advent-of-code-2023 (https://github.com/FranciscoTorreblanca/advent-of-code-2023) !Last Commit on GitHub 
(https://img.shields.io/badge/last%20commit-2023--12--21-brightgreen)
⟡ FranciscoTorreblanca/advent-of-code-2023 (https://github.com/FranciscoTorreblanca/advent-of-code-2023) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2023--12--21-brightgreen)
⟡ JannikNickel/AdventOfCode (https://github.com/JannikNickel/AdventOfCode) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2023--12--31-brightgreen)
⟡ Lkeurentjes/Advent_of_code (https://github.com/Lkeurentjes/Advent_of_code) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2023--12--25-brightgreen)
⟡ NimVek/advent-of-code (https://github.com/NimVek/advent-of-code) !Last Commit on GitHub (https://img.shields.io/badge/last%20commit-2024--03--10-brightgreen)