No description
Find a file
2020-12-08 17:16:25 +01:00
Arthur_Swamp@8b4c75eb22 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Bram@0028dfcf64 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Charlotte@aa68bacd64 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Felix@00532bad8d update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Flynn@a7ab2524b2 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Francis@b1bb0b376a update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Francis.@6db67d9a74 update submodules 2020-12-06 15:30:35 +01:00
inputs update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Jasper@51f7358c01 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
JP@6d18b22edb update submodules 2020-12-08 00:04:50 +01:00
Kobe@0833f016e8 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Lode@210ef0b7b9 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Lorin@de9aaa0483 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Lukas@6ebc3744c3 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Mel@7990d31d36 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Mraedis@cf9d97391a update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Niko@19147f10e9 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Poef@d4811c6660 add benchmarks and submodules 2020-12-03 17:59:49 +01:00
redfast00@eea4264ca4 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Rien@7f47c82b03 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Robbe@8a1f9c5b2f update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Silvius@67e7a6fec9 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
Timo@2a3ced0586 update submodule & add day 8 input 2020-12-08 17:16:25 +01:00
.gitmodules Mraedis 2020-12-07 22:45:26 +01:00
benchmark allow creation of run in prepare and clean 2020-12-05 15:04:12 +01:00
README.md Mraedis 2020-12-07 22:45:26 +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/adventofcode2020 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://github.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
Charlotte https://github.com/charvp/aoc2020 Nix
Arthur/Swomp https://github.com/AWerbrouck/AOC2020 Java
Mraedis https://github.com/Mraedis/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'
    
  • 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:

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