diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 44 |
1 files changed, 41 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 0bc314b..dafd5ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,45 @@ [submodule "paip/book"] path = paip/book - url = https://github.com/norvig/paip-lisp.git - + url = https://github.com/norvig/paip-lisp +[submodule "usth/ICT2.5/practical/mywind"] + path = usth/ICT2.5/practical/mywind + url = https://github.com/dalers/mywind +[submodule "usth/ICT2.5/cheese-shop"] + path = usth/ICT2.5/cheese-shop + url = https://github.com/McSinyx/cheese-shop [submodule "usth/ICT2.8"] path = usth/ICT2.8 - url = https://github.com/McSinyx/os2020.git + url = https://github.com/McSinyx/os2020 +[submodule "usth/ICT2.9/speakerid"] + path = usth/ICT2.9/speakerid + url = https://github.com/McSinyx/speakerid +[submodule "usth/ICT2.12/recipe"] + path = usth/ICT2.12/recipe + url = https://github.com/McSinyx/recipe +[submodule "usth/ICT3.1"] + path = usth/ICT3.1 + url = https://github.com/ipppi/ipppi.github.io +[submodule "usth/ICT3.2/final"] + path = usth/ICT3.2/final + url = https://github.com/McSinyx/spider-venom +[submodule "usth/ICT3.5"] + path = usth/ICT3.5 + url = https://git.sr.ht/~cnx/anage +[submodule "usth/ICT3.10/practical"] + path = usth/ICT3.10/practical + url = https://github.com/McSinyx/androiddev2021 +[submodule "usth/ICT3.10/project"] + path = usth/ICT3.10/project + url = https://github.com/Huy-Ngo/minigh +[submodule "usth/ICT3.16/project"] + path = usth/ICT3.16/project + url = https://git.sr.ht/~cnx/nwsim +[submodule "usth/ICT3.11"] + path = usth/ICT3.11 + url = https://git.sr.ht/~cnx/axuy +[submodule "usth/ICT3.17/practical"] + path = usth/ICT3.17/practical + url = https://github.com/Huy-Ngo/ds2021 +[submodule "usth/ICT3.17/project"] + path = usth/ICT3.17/project + url = https://github.com/Huy-Ngo/http-over-mpi |