-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
66 lines (66 loc) · 3.01 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
56
57
58
59
60
61
62
63
64
65
66
[submodule "operation-systems/terminal"]
path = operation-systems/terminal
url = https://github.com/nothingelsematters/terminal.git
[submodule "operation-systems/find"]
path = operation-systems/find
url = https://github.com/nothingelsematters/find.git
[submodule "c++/substring-finder"]
path = c++/substring-finder
url = https://github.com/nothingelsematters/substring-finder.git
[submodule "c++/function"]
path = c++/function
url = https://github.com/nothingelsematters/function.git
[submodule "c++/similar-files"]
path = c++/similar-files
url = https://github.com/nothingelsematters/similar-files.git
[submodule "operation-systems/pseudo-jit"]
path = operation-systems/pseudo-jit
url = https://github.com/nothingelsematters/pseudo-jit.git
[submodule "operation-systems/libs-acquaintance"]
path = operation-systems/libs-acquaintance
url = https://github.com/nothingelsematters/libs-acquaintance
[submodule "operation-systems/synchronous-socket-service"]
path = operation-systems/synchronous-socket-service
url = https://github.com/nothingelsematters/synchronous-socket-service.git
[submodule "operation-systems/net-descriptor-passing"]
path = operation-systems/net-descriptor-passing
url = https://github.com/nothingelsematters/net-descriptor-passing.git
[submodule "operation-systems/sigsegv-handler"]
path = operation-systems/sigsegv-handler
url = https://github.com/nothingelsematters/sigsegv-handler.git
[submodule "translation-methods/lalr-generator"]
path = translation-methods/lalr-generator
url = https://github.com/nothingelsematters/lalr-generator.git
[submodule "software-testing"]
path = software-testing
url = https://github.com/nothingelsematters/software-testing.git
[submodule "optimization-methods"]
path = optimization-methods
url = https://github.com/pool-party/optimization-methods.git
[submodule "numerical-methods"]
path = numerical-methods
url = https://github.com/pool-party/numerical-methods.git
[submodule "information-theory"]
path = information-theory
url = https://github.com/nothingelsematters/information-theory.git
[submodule "compilers-course"]
path = compilers
url = https://github.com/nothingelsematters/compilers-course
[submodule "deep-learning/neural-style-transfer"]
path = deep-learning/neural-style-transfer
url = https://github.com/nothingelsematters/neural-style-transfer.git
[submodule "big-data-machine-learning/spark-linear-regression"]
path = big-data-machine-learning/spark-linear-regression
url = https://github.com/nothingelsematters/spark-linear-regression.git
[submodule "deep-learning/model-distillation"]
path = deep-learning/model-distillation
url = [email protected]:nothingelsematters/model-distillation.git
[submodule "parallel-algorithms"]
path = parallel-algorithms
url = [email protected]:nothingelsematters/parallel-algorithms.git
[submodule "bioinformatics"]
path = bioinformatics
url = [email protected]:nothingelsematters/bioinformatics.git
[submodule "evolutionary-algorithms"]
path = evolutionary-algorithms
url = [email protected]:nothingelsematters/evolutionary-algorithms.git