Skip to content

Commit 77b7b69

Browse files
author
Administrator
committed
Init commit
0 parents  commit 77b7b69

File tree

11 files changed

+78
-0
lines changed

11 files changed

+78
-0
lines changed

.gitignore

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Prerequisites
2+
*.d
3+
4+
# Object files
5+
*.o
6+
*.ko
7+
*.obj
8+
*.elf
9+
10+
# Linker output
11+
*.ilk
12+
*.map
13+
*.exp
14+
15+
# Precompiled Headers
16+
*.gch
17+
*.pch
18+
19+
# Libraries
20+
*.lib
21+
*.a
22+
*.la
23+
*.lo
24+
25+
# Shared objects (inc. Windows DLLs)
26+
*.dll
27+
*.so
28+
*.so.*
29+
*.dylib
30+
31+
# Executables
32+
*.exe
33+
*.app
34+
*.i*86
35+
*.x86_64
36+
*.hex
37+
38+
# Debug files
39+
*.dSYM/
40+
*.su
41+
*.idb
42+
*.pdb
43+
44+
# Kernel Module Compile Results
45+
*.mod*
46+
*.cmd
47+
.tmp_versions/
48+
modules.order
49+
Module.symvers
50+
Mkfile.old
51+
dkms.conf

CHANGELOG

Whitespace-only changes.

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# School 21 License

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Project Name
2+
3+
Description
4+
5+
## Contents
6+
7+
1. [Chapter I](#chapter-i) \
8+
1.1. [Introduction](#introduction)
9+
2. [Chapter II](#chapter-ii) \
10+
2.1. [Information](#information)
11+
3. [Chapter III](#chapter-iii) \
12+
3.1. [Part 1](#part-1)
13+
3.2. [Part 2](#part-2)
14+
3.3. [Part N](#part-n)
15+
16+
<h2 id="chapter-i" >Chapter I</h2>
17+
<h2 id="instructions" >Instructions</h2>
18+
19+
<h2 id="chapter-ii">Chapter II</h2>
20+
<h2 id="information" >Information</h2>
21+
22+
<h2 id="chapter-iii">Chapter III</h2>
23+
<h2 id="part-1">Part 1</h2>
24+
<h2 id="part-2">Part 2</h2>
25+
<h2 id="part-n">Part N</h2>

code-samples/.gitkeep

Whitespace-only changes.

data-samples/.gitkeep

Whitespace-only changes.

datasets/.gitkeep

Whitespace-only changes.

materials/.gitkeep

Whitespace-only changes.

misc/.gitkeep

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

misc/images/.gitkeep

Whitespace-only changes.

src/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)