Advent-of-Code-Aggregator/2021
Felix Van der Jeugt a68d8d5f65
update submodules
2023-12-10 17:43:54 +01:00
..
beardhatcode@a624b53065 update submodules 2021-12-15 08:53:15 +01:00
chvp@aec39063e1 update submodules 2023-12-03 12:17:30 +01:00
Flynn@26161aad52 update submodules 2023-12-03 12:17:30 +01:00
francis@411a1cb0c0 update submodules 2021-12-12 06:49:25 +01:00
Francis.@34663a329b update submodules 2021-12-06 08:39:31 +01:00
iasoon@54b2d49c08 update submodules 2023-12-03 12:17:30 +01:00
JasperJanin@e219650004 Update README 2023-12-01 13:13:19 +01:00
jaspervdj@2795c41f55 update submodules 2023-12-03 12:17:30 +01:00
Lox@c560157ecd 2021-12-20 00:41:05 +01:00
mraedis@4d198f8b22 update submodules 2021-12-15 08:53:15 +01:00
niknetniko@e9d6a72d44 update submodules 2023-12-10 17:43:54 +01:00
ninewise@9d5e6d8390 update submodules 2023-12-03 12:17:30 +01:00
redfast00@2b41f4601a update submodules 2021-12-16 09:26:16 +01:00
rien@9f2909e30d update submodules 2023-12-03 12:17:30 +01:00
robbe@ecf1751ac1 update submodules 2023-12-03 12:17:30 +01:00
Timpy@3137ce01dc update submodules 2023-12-03 12:17:30 +01:00
.gitignore drop inputs 2021-12-04 00:05:23 +01:00
benchmark eh complexity in these scripts not in each repo 2021-12-09 23:18:29 +01:00
complete-benchmark Revert "update submodules" 2021-12-12 17:31:48 +01:00
README.md Add 2021 README 2022-12-02 08:27:12 +01:00

De Zeus Advent of Code

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
beardhatcode https://github.com/beardhatcode/aoc-2021 Rust
redfast00 https://github.com/redfast00/aoc2021 Python
Jasper 2.0 https://github.com/JasperJanin/advent-of-code-2021 Kotlin
jaspervdj https://github.com/jaspervdj/advent-of-code Haskell
niknetniko https://github.com/niknetniko/AdventOfCode Elixir
francis https://github.com/fbegyn/aoc2021 Go
mraedis https://github.com/Mraedis/AoC2021/ Python
  • repo clonen:

    git clone git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git
    git submodule init 2021 # just the current year
    git submodule update
    
  • nieuwe persoon toevoegen:

    cd 2021
    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 2021
    ./complete-benchmark