-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathroot
More file actions
executable file
·34 lines (31 loc) · 992 Bytes
/
Copy pathroot
File metadata and controls
executable file
·34 lines (31 loc) · 992 Bytes
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
// Generic top-level wisdom file. If file root_user exists, it is
// used instead. Therefore, a root_user file is often of the form
// \include{root}
// \include{my-personal-file1}
// \include{my-personal-file2}
// ...
// Users must choose to explicitly include these files, which are not included
// by default: `Afs.md`, `Mit.md`, `Uw.md`.
// Files `JavaFormatters.md`, `JavaTools.md`, and `README.md` are not included,
// because they are not organized as lots of small nuggets of searchable
// information.
// \include{afs.md}
\include{build-systems.md}
\include{cloud.md}
\include{continuous-integration.md}
\include{emacs.md}
\include{java.md}
// \include{java-formatters.md}
// \include{java-tools.md}
\include{linux.md}
\include{llms.md}
\include{mac.md}
\include{microsoft-windows.md}
// \include{mit.md}
\include{network.md}
\include{programming-languages.md}
\include{programs.md}
\include{research.md}
\include{tex.md}
// \include{uw.md}
\include{version-control.md}