diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-14 11:06:40 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-14 11:06:40 +0700 |
commit | 4e280d6460a16b971ca76da632c9b20e55812f0c (patch) | |
tree | 20838d923ed0784c68ac4413c11f1fbad05da99b | |
parent | 8a7dfa0972c83fd811a4296e7373574bea4a28d0 (diff) | |
download | cp-4e280d6460a16b971ca76da632c9b20e55812f0c.tar.gz |
[usth/ICT3.1] Analyze and design OO systems
-rw-r--r-- | .gitmodules | 23 | ||||
m--------- | usth/ICT2.12/recipe | 0 | ||||
m--------- | usth/ICT3.1 | 0 |
3 files changed, 13 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules index 5db8f22..4ea9205 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,21 @@ [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.git + url = https://github.com/McSinyx/speakerid [submodule "usth/ICT2.12/recipe"] path = usth/ICT2.12/recipe - url = https://github.com/McSinyx/recipe.git -[submodule "usth/ICT2.5/cheese-shop"] - path = usth/ICT2.5/cheese-shop - url = https://github.com/McSinyx/cheese-shop.git -[submodule "usth/ICT2.5/practical/mywind"] - path = usth/ICT2.5/practical/mywind - url = https://github.com/dalers/mywind.git + url = https://github.com/McSinyx/recipe +[submodule "usth/ICT3.1"] + path = usth/ICT3.1 + url = https://github.com/ipppi/ipppi.github.io diff --git a/usth/ICT2.12/recipe b/usth/ICT2.12/recipe -Subproject d1eff3a50da29e8364162dabdd622789e90cf29 +Subproject 4e02f53d360dd9ea65a7cc41ce9e829a04ff802 diff --git a/usth/ICT3.1 b/usth/ICT3.1 new file mode 160000 +Subproject 9081842c406782b3e1a78cd46027f1f4cc51b49 |