Advent-of-Code-Aggregator/2022
2023-12-01 13:13:19 +01:00
..
chvp@537e7e38c9 Update README 2023-12-01 13:13:19 +01:00
fbegyn@cd48773268 Update README 2023-12-01 13:13:19 +01:00
hvdncamp@4d6b03866c update submodules 2022-12-07 14:48:21 +01:00
iasoon@7e261ecfae Update README 2023-12-01 13:13:19 +01:00
jaspervdj@81051dd03b Update README 2023-12-01 13:13:19 +01:00
mcbloch@f1332fb704 Update README 2023-12-01 13:13:19 +01:00
mraedis@a6fb2b2a25 Update README 2023-12-01 13:13:19 +01:00
niknetniko@b9c660cb7a Update README 2023-12-01 13:13:19 +01:00
robe@c680ecd007 Update README 2023-12-01 13:13:19 +01:00
s-minoo@df09f9f568 Update README 2023-12-01 13:13:19 +01:00
silvius@5f8e8c9166 Update README 2023-12-01 13:13:19 +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