From d5130826c60fd4dcfc8f2f14d1e10dab96c43b9b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 7 Dec 2022 21:43:59 -0500 Subject: Add list of 2022 AoC repositories --- community/aoc.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ docs/community/aoc.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) 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: + +
+ +[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) + +
+ +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:
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 @@

Advent of Code

+

Advent of Code 2022 is now running, with tons of published BQN solutions:

+
+ +

Narazaki Shuji • +Jack Franklin • +Antti Keränen • +sterni • +Brian E • +Raghu R • +saltysylvi • +Caleb Quilley • +Michael Percival • +frasiyav • +dzaima • +Dimitri Lozeve • +Skye Soss • +Karim Elmougi • +eissplitter • +Rampoina • +Olodus • +Joshua Suskalo • +Juuso Haavisto • +Dunya Kirkali • +Johnny • +Samuel • +axelbdt • +N`hlest • +Alpha Chen • +ynk • +James Sully • +Hannu Hartikainen • +Conor Hoekstra • +Asher Harvey-Smith • +extorious • +Joona Piirainen • +Doug Kelkhoff • +Adam Juraszek • +dankeyy • +Akshay Nair • +Ben Dean

+
+ +

I'm posting statistics in the forum for now, and will update here once things have settled down some!

+

Last year

Advent of Code 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:

-- cgit v1.2.3