-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
55 lines (55 loc) · 2.89 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[submodule "nand2tetris/ch06/cl-hackasm"]
path = books/nand2tetris/ch06/cl-hackasm/cl-hackasm
url = https://github.com/luksamuk/cl-hackasm
branch = master
[submodule "nand2tetris/ch08/cl-hackvmtr"]
path = books/nand2tetris/ch08/cl-hackvmtr/cl-hackvmtr
url = https://github.com/luksamuk/cl-hackvmtr
[submodule "books/sicp"]
path = books/sicp
url = https://github.com/luksamuk/sicp.git
[submodule "books/land-of-lisp"]
path = books/land-of-lisp
url = https://github.com/luksamuk/LandOfLisp.git
[submodule "books/nand2tetris/ch10/cl-jackc"]
path = books/nand2tetris/ch10/cl-jackc
url = https://github.com/luksamuk/cl-jackc
[submodule "SI/2020-5/POO/projeto-final"]
path = SI/2020-5/POO/projeto-final
url = https://github.com/luksamuk/projeto-POO-2020-5
[submodule "books/xchgraxrax"]
path = books/xchgraxrax
url = https://github.com/luksamuk/xchgraxrax
[submodule "courses/psx-programming/dev/thirdparty/nugget"]
path = courses/psx-programming/dev/thirdparty/nugget
url = https://github.com/pcsx-redux/nugget
[submodule "courses/psx-programming/c/hellogpu/third_party/nugget"]
path = courses/psx-programming/c/hellogpu/third_party/nugget
url = https://github.com/pcsx-redux/nugget.git
[submodule "courses/psx-programming/c/hellogpu/third_party/psyq-iwyu"]
path = courses/psx-programming/c/hellogpu/third_party/psyq-iwyu
url = https://github.com/johnbaumann/psyq_include_what_you_use.git
[submodule "courses/psx-programming/c/hellogte/third_party/nugget"]
path = courses/psx-programming/c/hellogte/third_party/nugget
url = https://github.com/pcsx-redux/nugget.git
[submodule "courses/psx-programming/c/hellogte/third_party/psyq-iwyu"]
path = courses/psx-programming/c/hellogte/third_party/psyq-iwyu
url = https://github.com/johnbaumann/psyq_include_what_you_use.git
[submodule "courses/psx-programming/c/hellojoypad/third_party/nugget"]
path = courses/psx-programming/c/hellojoypad/third_party/nugget
url = https://github.com/pcsx-redux/nugget.git
[submodule "courses/psx-programming/c/hellojoypad/third_party/psyq-iwyu"]
path = courses/psx-programming/c/hellojoypad/third_party/psyq-iwyu
url = https://github.com/johnbaumann/psyq_include_what_you_use.git
[submodule "courses/psx-programming/c/hellocd/third_party/psyq-iwyu"]
path = courses/psx-programming/c/hellocd/third_party/psyq-iwyu
url = https://github.com/johnbaumann/psyq_include_what_you_use.git
[submodule "courses/psx-programming/c/hellocd/third_party/nugget"]
path = courses/psx-programming/c/hellocd/third_party/nugget
url = https://github.com/pcsx-redux/nugget.git
[submodule "courses/psx-programming/c/hellotexture/third_party/nugget"]
path = courses/psx-programming/c/hellotexture/third_party/nugget
url = https://github.com/pcsx-redux/nugget.git
[submodule "courses/psx-programming/c/hellotexture/third_party/psyq-iwyu"]
path = courses/psx-programming/c/hellotexture/third_party/psyq-iwyu
url = https://github.com/johnbaumann/psyq_include_what_you_use.git