-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 852 Bytes
/
.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
[submodule "DefensiveProgramming"]
path = DefensiveProgramming
url = https://github.com/AvivNaaman/OpenU-Defensive-Programming.git
[submodule "Java"]
path = Java
url = https://github.com/AvivNaaman/OpenU-Java.git
[submodule "AdvancedJava"]
path = AdvancedJava
url = https://github.com/AvivNaaman/OpenU-Advanced-Java.git
[submodule "Compilation"]
path = Compilation
url = https://github.com/AvivNaaman/OpenU-Compilation.git
[submodule "OOP"]
path = OOP
url = https://github.com/AvivNaaman/OpenU-OOP.git
[submodule "C-SystemsProgramming"]
path = C-SystemsProgramming
url = https://github.com/AvivNaaman/C-Course-OpenU.git
[submodule "DataStructures"]
path = DataStructures
url = https://github.com/AvivNaaman/BloomFilter.git
[submodule "IntroToSecurity"]
path = IntroToSecurity
url = https://github.com/AvivNaaman/OpenU-Steganography.git