diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-11 21:07:16 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-11 21:07:28 -0500 |
| commit | 15a04da04ed5b803686fa9b49e407d9b90ce184e (patch) | |
| tree | d435e32ccaebc3cce79e420f615ea4d761df5d87 | |
| parent | 4316dafe706076094dcb9a271959ef86652c4b00 (diff) | |
Link dzaima's AoC and reorder partials
| -rw-r--r-- | community/README.md | 13 | ||||
| -rw-r--r-- | docs/community/index.html | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/community/README.md b/community/README.md index 53fec108..0e1fa9da 100644 --- a/community/README.md +++ b/community/README.md @@ -9,20 +9,21 @@ [Hannu Hartikainen](https://github.com/dancek/bqn-advent2021) • [Alex Dikelsky](https://github.com/AlexDikelsky/puzzles/tree/main/advent_of_code/advent_2021) • [Antti Keränen](https://github.com/Detegr/aoc2021) • +[dzaima](https://github.com/dzaima/aoc/tree/master/2021/BQN) • [Raghu Ranganathan](https://github.com/razetime/AOC2021-BQN) • [Leah Neukirchen](https://github.com/leahneukirchen/adventofcode2021)+[blog](https://leahneukirchen.org/blog/archive/2021/12/counting-lanternfish-with-bqn-and-linear-algebra.html) • -[Johnny](https://github.com/JohnnyJayJay/adventofcode-21) • -[frasiyav](https://github.com/frasiyav/AoC2021) • -[Caleb Quilley](https://gitlab.com/icen/aoc21) +[frasiyav](https://github.com/frasiyav/AoC2021) Partial: +[Johnny](https://github.com/JohnnyJayJay/adventofcode-21) • +[Caleb Quilley](https://gitlab.com/icen/aoc21) • [Alastair Williams](https://github.com/alephno/aoc2021) • [Aren Windham](https://github.com/arwn/aoc2021) • -[Dimitri Lozeve](https://github.com/dlozeve/aoc2021) • +[Olodus](https://github.com/Olodus/advent_of_code2021) • [Josh Holland](https://git.sr.ht/~jshholland/adventofcode/tree/master/item/2021/) • +[Ben Dean](https://github.com/bddean/aoc-2021) • [Alexander Wood](https://github.com/knightzmc/advent-of-code-2021) • -[Olodus](https://github.com/Olodus/advent_of_code2021) • -[Ben Dean](https://github.com/bddean/aoc-2021) +[Dimitri Lozeve](https://github.com/dlozeve/aoc2021) </center> diff --git a/docs/community/index.html b/docs/community/index.html index 622be6f2..f3597db9 100644 --- a/docs/community/index.html +++ b/docs/community/index.html @@ -11,19 +11,20 @@ <p><a href="https://github.com/dancek/bqn-advent2021">Hannu Hartikainen</a> • <a href="https://github.com/AlexDikelsky/puzzles/tree/main/advent_of_code/advent_2021">Alex Dikelsky</a> • <a href="https://github.com/Detegr/aoc2021">Antti Keränen</a> • +<a href="https://github.com/dzaima/aoc/tree/master/2021/BQN">dzaima</a> • <a href="https://github.com/razetime/AOC2021-BQN">Raghu Ranganathan</a> • <a href="https://github.com/leahneukirchen/adventofcode2021">Leah Neukirchen</a>+<a href="https://leahneukirchen.org/blog/archive/2021/12/counting-lanternfish-with-bqn-and-linear-algebra.html">blog</a> • -<a href="https://github.com/JohnnyJayJay/adventofcode-21">Johnny</a> • -<a href="https://github.com/frasiyav/AoC2021">frasiyav</a> • -<a href="https://gitlab.com/icen/aoc21">Caleb Quilley</a></p> +<a href="https://github.com/frasiyav/AoC2021">frasiyav</a></p> <p>Partial: +<a href="https://github.com/JohnnyJayJay/adventofcode-21">Johnny</a> • +<a href="https://gitlab.com/icen/aoc21">Caleb Quilley</a> • <a href="https://github.com/alephno/aoc2021">Alastair Williams</a> • <a href="https://github.com/arwn/aoc2021">Aren Windham</a> • -<a href="https://github.com/dlozeve/aoc2021">Dimitri Lozeve</a> • +<a href="https://github.com/Olodus/advent_of_code2021">Olodus</a> • <a href="https://git.sr.ht/~jshholland/adventofcode/tree/master/item/2021/">Josh Holland</a> • +<a href="https://github.com/bddean/aoc-2021">Ben Dean</a> • <a href="https://github.com/knightzmc/advent-of-code-2021">Alexander Wood</a> • -<a href="https://github.com/Olodus/advent_of_code2021">Olodus</a> • -<a href="https://github.com/bddean/aoc-2021">Ben Dean</a></p> +<a href="https://github.com/dlozeve/aoc2021">Dimitri Lozeve</a></p> </center> <p>This page gathers links to work by the community. To get in touch, please use our <a href="forums.html">chat forums</a>.</p> |
