Go to file
2021-12-01 15:43:51 +01:00
2020 Add Lox to README 2020 2021-12-01 15:43:51 +01:00
2021 Yup, this can't go wrong in any way possible 2021-12-01 15:36:56 +01:00
.gitmodules Remove Loxdots 2021-12-01 15:31:54 +01:00
README.md Update readme 2021-12-01 15:39:11 +01:00

De Zeus Advent of Code

2021

Wie? Waar? (Repository) Taal?
chvp https://github.com/chvp/aoc2021 forth
ninewise https://git.fuyu.moe/ninewise/adventofcode-2021 lua
robbe git@github.com:Robbe7730/adventofcode2021.git ?
Flynn https://gitlab.com/mcbloch/aoc2021 Cpp
Silvius https://github.com/ajuvercr/aoc-2021 C
rien https://github.com/rien/adventofcode2021 C (no std)
iasoon https://github.com/iasoon/aoc2021 pony
Bond-009 https://github.com/Bond-009/advent-of-code-2021 Rust
Timpy https://github.com/timodw/aoc_2021 Python/Numpy
Swambino https://github.com/AWerbrouck/AoC py & haskell
Francis. https://github.com/FKD13/AoC2021.git Prolog
Lox https://github.com/Silox/2021-advent-of-code.git Ruby

2020 (incomplete)

Wie? Waar? (Repository) Taal?
Lox https://github.com/Silox/2020-advent-of-code.git Ruby
  • repo clonen:

    git clone --recursive git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git
    
  • nieuwe persoon toevoegen:

    cd 2021
    git submodule add <link zoals in tabel> <jaar>/<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 "2021"
    ./complete-benchmark