Go to file
2020-12-05 14:11:12 +01:00
Bram@b7781de8e5 hey guys ik heb een repo toegevoegd :) 2020-12-05 12:19:39 +01:00
Felix@8d28da3ef2 update submodules 2020-12-05 12:51:49 +01:00
Flynn@9fa01d50ca update submodules 2020-12-05 14:11:12 +01:00
Francis@9160e603d5 update submodules 2020-12-05 14:11:12 +01:00
Francis.@ce1cd34328 update submodules 2020-12-05 14:11:12 +01:00
inputs update submodules 2020-12-05 12:51:49 +01:00
Jasper@8814afacf4 update submodules 2020-12-05 12:51:49 +01:00
JP@a7d3a4aefb update submodules 2020-12-04 13:40:01 +01:00
Kobe@d560eca4a9 update submodules 2020-12-05 13:53:34 +01:00
Lode@3fd4790dd5 update submodules 2020-12-05 14:11:12 +01:00
Lorin@59173ac266 update submodules 2020-12-05 12:51:49 +01:00
Lukas@d9f8e77988 update submodules :3 2020-12-05 12:09:16 +01:00
Mel@22328862bd update submodules 2020-12-05 13:53:34 +01:00
Niko@a7bf653967 update submodules 2020-12-04 18:03:03 +01:00
Poef@d4811c6660 add benchmarks and submodules 2020-12-03 17:59:49 +01:00
redfast00@577248c7ce Hey y'all ik heb een repo toegevoegd :) 2020-12-05 14:03:50 +01:00
Rien@bc59b16f7c update submodules 2020-12-05 13:55:14 +01:00
Robbe@2b99602360 update submodules :3 2020-12-05 12:09:16 +01:00
Silvius@43ad48e408 update submodules 2020-12-05 12:51:49 +01:00
Timo@a583ac7ce2 update submodules :3 2020-12-05 12:09:16 +01:00
.gitmodules Hey y'all ik heb een repo toegevoegd :) 2020-12-05 14:03:50 +01:00
benchmark check environment in prepare 2020-12-04 17:07:30 +01:00
README.md Hey y'all ik heb een repo toegevoegd :) 2020-12-05 14:03:50 +01:00

De Zeus Advent of Code

Wie? Waar? (Repository) Taal?
Lukas https://github.com/lvrossem/Advent-of-Code-2020 Rust
Flynn https://gitlab.com/mcbloch/aoc2020 Elixir
Rien https://github.com/rien/adventofcode2020 Elixir
Robbe https://github.com/Robbe7730/advent_of_code_2020 Rust
Francis https://github.com/fbegyn/aoc2020 Go
Timo https://github.com/timodw/AoC20 Rust
Kobe https://github.com/SchrodingersCat00/aoc2020 Haskell
Jasper https://github.com/jaspervdj/advent-of-code Haskell
Lorin https://github.com/werthen/AoC-2020 TensorFlow
Felix https://github.com/ninewise/adventofcode-2020 Shell
Francis. https://github.com/FKD13/AoC2020 Erlang
Mel https://gitlab.com/Melsarion/adventofcode2020 Elixir
Poef https://github.com/Iepoev/AoC20 Elixir
Lode https://gitlab.com/Bond_009/advent-of-code-2020 C
JP https://github.com/Jan-PieterBaert/advent-of-code Rust
Niko https://github.com/niknetniko/AdventOfCode Elixir
Silvius https://github.com/ajuvercr/aoc_2020 Haskell
Bram https://github.com/bravdwal/aoc2020 Perl
redfast00 https://github.com/redfast00/aoc2020 Python
  • repo clonen:

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

    git submodule add <link zoals in tabel> <naam zoals in tabel>
    git commit -m 'hey guys ik heb een repo toegevoegd'
    
  • bestaande submodules updaten:

    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:

    git submodule foreach ../benchmark <day> <part>