Advent-of-Code-Aggregator/2022
2023-11-30 21:41:08 +01:00
..
chvp@d50edfde55 update submodules 2022-12-07 14:48:21 +01:00
fbegyn@f64b077a12 update submodules 2022-12-07 14:48:21 +01:00
hvdncamp@4d6b03866c update submodules 2022-12-07 14:48:21 +01:00
iasoon@3590098061 hey guys ik heb een repo toegevoegd 2022-12-11 15:00:02 +01:00
jaspervdj@3f97de5d9a hey guys ik heb een repo toegevoegdt 2022-12-07 14:51:24 +01:00
mcbloch@1762c555bf update submodules 2022-12-07 14:48:21 +01:00
mraedis@71d8b35b4b update submodules 2022-12-05 13:41:16 +01:00
niknetniko@74bd569df2 hey guys ik heb een repo toegevoegd 2022-12-07 14:36:07 +01:00
robe@b038f0ac9a update submodules 2022-12-07 14:48:21 +01:00
s-minoo@893b0696b2 add min oo's repo for aoc 2022-12-08 20:19:32 +01:00
silvius@140a65bff7 update submodules 2022-12-07 14:48:21 +01:00
.gitignore Add gitignore for inputs 2022-12-01 19:37:40 +01:00
benchmark Update for 2022 2022-12-01 17:20:31 +01:00
complete-benchmark Update for 2022 2022-12-01 17:20:31 +01:00
README.md Update for 2023 2023-11-30 21:41:08 +01:00

De Zeus Advent of Code

Wie? Waar? (Repository) Taal?
chvp https://github.com/chvp/aoc2022 Haskell
hvdncamp https://github.com/hvdncamp/adventofcode-2022 C
mcbloch https://gitlab.com/mcbloch/aoc2022 Clojure (Babashka)
fbegyn https://github.com/fbegyn/aoc2022 Go/Ruby
Mraedis https://github.com/Mraedis/AoC2022 Ruby
silvius https://github.com/ajuvercr/advent-of-code Rust
robe https://github.com/SchrodingersCat00/aoc2022.git Rust
niknetniko https://github.com/niknetniko/AdventOfCode C
jaspervdj https://github.com/jaspervdj/advent-of-code Haskell
s-minoo https://github.com/s-minoo/advent-of-code Rust
iasoon https://github.com/iasoon/aoc2022 Rust
  • repo clonen:

    git clone git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git
    git submodule init 2022 # just the current year
    git submodule update
    
  • nieuwe persoon toevoegen:

    cd 2022
    git submodule add <link zoals in tabel> <naam zoals in tabel>
    git commit -m 'hey guys ik heb een repo toegevoegd'
    
  • uw lokale kopie updaten:

    git pull # duh
    git submodule update
    
  • van alle submodules de nieuwste versie binnenhalen (zelfs als mensen force pushen):

    git submodule foreach git fetch origin
    git submodule foreach git reset --hard origin/HEAD > /dev/null 2>&1
    git add * # oh no
    git commit -m 'update submodules'
    
  • benchmarks uitvoeren:

    cd 2022
    ./complete-benchmark