From 4e280d6460a16b971ca76da632c9b20e55812f0c Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 14 Nov 2020 11:06:40 +0700 Subject: [usth/ICT3.1] Analyze and design OO systems --- .gitmodules | 23 +++++++++++++---------- usth/ICT2.12/recipe | 2 +- usth/ICT3.1 | 1 + 3 files changed, 15 insertions(+), 11 deletions(-) create mode 160000 usth/ICT3.1 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 index d1eff3a..4e02f53 160000 --- a/usth/ICT2.12/recipe +++ b/usth/ICT2.12/recipe @@ -1 +1 @@ -Subproject commit d1eff3a50da29e8364162dabdd622789e90cf29a +Subproject commit 4e02f53d360dd9ea65a7cc41ce9e829a04ff8027 diff --git a/usth/ICT3.1 b/usth/ICT3.1 new file mode 160000 index 0000000..9081842 --- /dev/null +++ b/usth/ICT3.1 @@ -0,0 +1 @@ +Subproject commit 9081842c406782b3e1a78cd46027f1f4cc51b493 -- cgit 1.4.1