Advent-of-Code-Aggregator/2020
2021-12-01 15:43:51 +01:00
..
Arthur_Swamp@b4041ffaf8 update submodules 2021-12-01 08:09:00 +01:00
Bram@61f963a46b let us get started 2021 2021-11-29 11:42:45 +01:00
Charlotte@80357dd0ac let us get started 2021 2021-11-29 11:42:45 +01:00
Felix@64d1f1d822 let us get started 2021 2021-11-29 11:42:45 +01:00
Flynn@89a2b3dd63 let us get started 2021 2021-11-29 11:42:45 +01:00
Francis@e6ac3149b1 let us get started 2021 2021-11-29 11:42:45 +01:00
Francis.@6db67d9a74 let us get started 2021 2021-11-29 11:42:45 +01:00
inputs let us get started 2021 2021-11-29 11:42:45 +01:00
Jasper@3c1aa256af update submodules 2021-12-01 12:25:11 +01:00
JP@b183afdfe2 let us get started 2021 2021-11-29 11:42:45 +01:00
Kobe@ac1a8bc593 update submodules 2021-12-01 08:09:00 +01:00
Lode@49d0c908f2 update submodules 2021-12-01 08:09:00 +01:00
Lorin@8afead170c update submodules 2021-12-01 08:09:00 +01:00
Lox@fd29d18d9c Yup, this can't go wrong in any way possible 2021-12-01 15:36:56 +01:00
Lukas@f1bb62bc37 let us get started 2021 2021-11-29 11:42:45 +01:00
Mel@af9691d81e update submodules 2021-12-01 08:09:00 +01:00
Mraedis@5b2b0942e1 update submodules 2021-12-01 08:09:00 +01:00
Niko@ffb3759c42 let us get started 2021 2021-11-29 11:42:45 +01:00
Poef@d4811c6660 let us get started 2021 2021-11-29 11:42:45 +01:00
redfast00@f34df09760 update submodules 2021-12-01 08:09:00 +01:00
Rien@a9c7996d36 let us get started 2021 2021-11-29 11:42:45 +01:00
Robbe@f71818e9de update submodules 2021-12-01 08:09:00 +01:00
Silvius@d1776bdc09 update submodules 2021-12-01 08:09:00 +01:00
Timo@05a74cd681 let us get started 2021 2021-11-29 11:42:45 +01:00
benchmark let us get started 2021 2021-11-29 11:42:45 +01:00
README.md Add Lox to README 2020 2021-12-01 15:43:51 +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
Lox https://github.com/Silox/2020-advent-of-code Ruby
  • 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>