diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-07 21:43:59 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-07 21:43:59 -0500 |
| commit | d5130826c60fd4dcfc8f2f14d1e10dab96c43b9b (patch) | |
| tree | 960c3d0341fafc2a61686ef884db8182eb936993 | |
| parent | c2638f5bfe186cd94c4d25d9ac30c10851e18046 (diff) | |
Add list of 2022 AoC repositories
| -rw-r--r-- | community/aoc.md | 48 | ||||
| -rw-r--r-- | docs/community/aoc.html | 44 |
2 files changed, 92 insertions, 0 deletions
diff --git a/community/aoc.md b/community/aoc.md index 7c591fd5..1d45146c 100644 --- a/community/aoc.md +++ b/community/aoc.md @@ -2,6 +2,54 @@ # Advent of Code +[Advent of Code 2022](https://adventofcode.com/2022) is now running, with tons of published BQN solutions: + +<center> + +[Narazaki Shuji](https://github.com/shnarazk/advent-of-code/tree/main/bqn/2022) • +[Jack Franklin](https://github.com/jhfranklin/aoc/tree/main/2022) • +[Antti Keränen](https://github.com/Detegr/aoc2022) • +[sterni](https://code.tvl.fyi/tree/users/sterni/exercises/aoc/2022) • +[Brian E](https://github.com/Brian-ED/BQN-Advent-Of-Code/tree/main/2022) • +[Raghu R](https://github.com/razetime/aoc/tree/main/22/bqn) • +[saltysylvi](https://github.com/saltysylvi/bqn-aoc2022) • +[Caleb Quilley](https://github.com/icendoan/aoc22) • +[Michael Percival](https://github.com/mpizzzle/AdventOfCode/tree/master/2022) • +[frasiyav](https://github.com/frasiyav/AoC2022) • +[dzaima](https://github.com/dzaima/aoc/tree/master/2022/BQN) • +[Dimitri Lozeve](https://github.com/dlozeve/aoc2022) • +[Skye Soss](https://github.com/Skyb0rg007/Advent-of-Code/tree/master/2022) • +[Karim Elmougi](https://github.com/karimElmougi/aoc/tree/master/2022) • +[eissplitter](https://github.com/eissplitter/aoc) • +[Rampoina](https://codeberg.org/Rampoina/aoc/src/branch/master/2022) • +[Olodus](https://github.com/Olodus/advent_of_code2021/tree/main/2022) • +[Joshua Suskalo](https://git.sr.ht/~srasu/bqn-aoc/tree/main/item/src/aoc2022) • +[Juuso Haavisto](https://github.com/jhvst/advent2022) • +[Dunya Kirkali](https://github.com/dunyakirkali/aoc.bqn/tree/main/2022) • +[Johnny](https://github.com/devcordde/adventofcode-22) • +[Samuel](https://github.com/SamuelSarle/advent/tree/master/adv_2022) • +[axelbdt](https://github.com/axelbdt/aoc/tree/main/2022/bqn) • +[N\`hlest](https://github.com/Nhlest/AoC2022/tree/main/bqn) • +[Alpha Chen](https://github.com/kejadlen/advent-of-code/tree/main/2022/bqn) • +[ynk](https://github.com/AugustUnderground/AoC2022) • +[James Sully](https://github.com/sullyj3/adventofcode2022) • +[Hannu Hartikainen](https://github.com/dancek/bqn-advent2022) • +[Conor Hoekstra](https://github.com/codereport/Advent-of-Code-2022) • +[Asher Harvey-Smith](https://github.com/asherbhs/aoc2022) • +[extorious](https://github.com/extorious/aoc2022) • +[Joona Piirainen](https://github.com/japiirainen/aoc-2022/tree/main/hs) • +[Doug Kelkhoff](https://github.com/dgkf/advent-of-code/tree/master/2022) • +[Adam Juraszek](https://github.com/juriad/advent2022) • +[dankeyy](https://github.com/dankeyy/aoc22) • +[Akshay Nair](https://github.com/phenax/advent-of-coolio-2022) • +[Ben Dean](https://github.com/bddean/aoc/tree/main/2022) + +</center> + +I'm posting statistics in the [forum](forums.md) for now, and will update here once things have settled down some! + +### Last year + [Advent of Code 2021](https://adventofcode.com/2021) saw great participation by the BQN community, with a total of 234 solutions published by 22 programmers. They can be found in these repositories: <center> diff --git a/docs/community/aoc.html b/docs/community/aoc.html index 97f2816a..5ecd8822 100644 --- a/docs/community/aoc.html +++ b/docs/community/aoc.html @@ -5,6 +5,50 @@ </head> <div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">community</a></div> <h1 id="advent-of-code"><a class="header" href="#advent-of-code">Advent of Code</a></h1> +<p><a href="https://adventofcode.com/2022">Advent of Code 2022</a> is now running, with tons of published BQN solutions:</p> +<center> + +<p><a href="https://github.com/shnarazk/advent-of-code/tree/main/bqn/2022">Narazaki Shuji</a> • +<a href="https://github.com/jhfranklin/aoc/tree/main/2022">Jack Franklin</a> • +<a href="https://github.com/Detegr/aoc2022">Antti Keränen</a> • +<a href="https://code.tvl.fyi/tree/users/sterni/exercises/aoc/2022">sterni</a> • +<a href="https://github.com/Brian-ED/BQN-Advent-Of-Code/tree/main/2022">Brian E</a> • +<a href="https://github.com/razetime/aoc/tree/main/22/bqn">Raghu R</a> • +<a href="https://github.com/saltysylvi/bqn-aoc2022">saltysylvi</a> • +<a href="https://github.com/icendoan/aoc22">Caleb Quilley</a> • +<a href="https://github.com/mpizzzle/AdventOfCode/tree/master/2022">Michael Percival</a> • +<a href="https://github.com/frasiyav/AoC2022">frasiyav</a> • +<a href="https://github.com/dzaima/aoc/tree/master/2022/BQN">dzaima</a> • +<a href="https://github.com/dlozeve/aoc2022">Dimitri Lozeve</a> • +<a href="https://github.com/Skyb0rg007/Advent-of-Code/tree/master/2022">Skye Soss</a> • +<a href="https://github.com/karimElmougi/aoc/tree/master/2022">Karim Elmougi</a> • +<a href="https://github.com/eissplitter/aoc">eissplitter</a> • +<a href="https://codeberg.org/Rampoina/aoc/src/branch/master/2022">Rampoina</a> • +<a href="https://github.com/Olodus/advent_of_code2021/tree/main/2022">Olodus</a> • +<a href="https://git.sr.ht/~srasu/bqn-aoc/tree/main/item/src/aoc2022">Joshua Suskalo</a> • +<a href="https://github.com/jhvst/advent2022">Juuso Haavisto</a> • +<a href="https://github.com/dunyakirkali/aoc.bqn/tree/main/2022">Dunya Kirkali</a> • +<a href="https://github.com/devcordde/adventofcode-22">Johnny</a> • +<a href="https://github.com/SamuelSarle/advent/tree/master/adv_2022">Samuel</a> • +<a href="https://github.com/axelbdt/aoc/tree/main/2022/bqn">axelbdt</a> • +<a href="https://github.com/Nhlest/AoC2022/tree/main/bqn">N`hlest</a> • +<a href="https://github.com/kejadlen/advent-of-code/tree/main/2022/bqn">Alpha Chen</a> • +<a href="https://github.com/AugustUnderground/AoC2022">ynk</a> • +<a href="https://github.com/sullyj3/adventofcode2022">James Sully</a> • +<a href="https://github.com/dancek/bqn-advent2022">Hannu Hartikainen</a> • +<a href="https://github.com/codereport/Advent-of-Code-2022">Conor Hoekstra</a> • +<a href="https://github.com/asherbhs/aoc2022">Asher Harvey-Smith</a> • +<a href="https://github.com/extorious/aoc2022">extorious</a> • +<a href="https://github.com/japiirainen/aoc-2022/tree/main/hs">Joona Piirainen</a> • +<a href="https://github.com/dgkf/advent-of-code/tree/master/2022">Doug Kelkhoff</a> • +<a href="https://github.com/juriad/advent2022">Adam Juraszek</a> • +<a href="https://github.com/dankeyy/aoc22">dankeyy</a> • +<a href="https://github.com/phenax/advent-of-coolio-2022">Akshay Nair</a> • +<a href="https://github.com/bddean/aoc/tree/main/2022">Ben Dean</a></p> +</center> + +<p>I'm posting statistics in the <a href="forums.html">forum</a> for now, and will update here once things have settled down some!</p> +<h3 id="last-year"><a class="header" href="#last-year">Last year</a></h3> <p><a href="https://adventofcode.com/2021">Advent of Code 2021</a> saw great participation by the BQN community, with a total of 234 solutions published by 22 programmers. They can be found in these repositories:</p> <center> |
