Skip to content

Commit 904514c

Browse files
committed
Initialize Template-SNU-Other
0 parents  commit 904514c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+13460
-0
lines changed

.editorconfig

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Start of script
2+
3+
# Editor configuration file for Seanpm2001/SNU project (V6-template derivative)
4+
5+
root = true
6+
7+
[*]
8+
indent_style = space
9+
indent_size = 2
10+
end_of_line = lf
11+
charset = utf-8
12+
trim_trailing_whitespace = false
13+
insert_final_newline = false
14+
line_wrap_mode = soft wrap
15+
16+
[*.md]
17+
indent_style = space
18+
indent_size = 2
19+
end_of_line = lf
20+
charset = utf-8
21+
trim_trailing_whitespace = false
22+
insert_final_newline = false
23+
line_wrap_mode = soft wrap
24+
25+
[*.yml *.yaml]
26+
indent_style = space
27+
indent_size = 2
28+
end_of_line = lf
29+
charset = utf-8
30+
trim_trailing_whitespace = false
31+
insert_final_newline = false
32+
line_wrap_mode = soft wrap
33+
34+
[*.txt]
35+
indent_style = space
36+
indent_size = 2
37+
end_of_line = lf
38+
charset = utf-8
39+
trim_trailing_whitespace = false
40+
insert_final_newline = false
41+
line_wrap_mode = soft wrap
42+
43+
[*.mk]
44+
indent_style = space
45+
indent_size = 2
46+
end_of_line = lf
47+
charset = utf-8
48+
trim_trailing_whitespace = false
49+
insert_final_newline = false
50+
line_wrap_mode = soft wrap
51+
52+
[*.htm *.html]
53+
indent_style = space
54+
indent_size = 2
55+
end_of_line = lf
56+
charset = utf-8
57+
trim_trailing_whitespace = false
58+
insert_final_newline = false
59+
line_wrap_mode = soft wrap
60+
61+
# File info
62+
63+
# File type: Editorconfig file (*.editorconfig)
64+
# File version: 1 (Monday, 2021 August 23rd at 5:02 pm)
65+
# Line count (including blank lines and compiler line): 68
66+
67+
# End of script

.gitattributes

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Start of script
2+
# .gitattributes
3+
# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
4+
# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
5+
# .gitattributes
6+
# and nothing else, no characters before, no characters after
7+
# Start of linguist script
8+
# HTML (Duplicate, as it is already detected by GitHub Linguist by default)
9+
*.htm linguist-detectable=true
10+
*.htm linguist-documentation=false
11+
*.html linguist-detectable=true
12+
*.html linguist-documentation=false
13+
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
14+
*.yml linguist-detectable=false
15+
*.yml linguist-documentation=false
16+
*.yaml linguist-detectable=false
17+
*.yaml linguist-documentation=false
18+
# Markdown
19+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
20+
*.md linguist-detectable=false
21+
*.md linguist-documentation=false
22+
# Makefile (GNU Make)
23+
# Do not include, as it is not needed to be shown
24+
*.mk linguist-detectable=false
25+
*.mk linguist-documentation=false
26+
# End of linguist script
27+
# File info
28+
# File type: .gitattributes file
29+
# File version: 1 (Monday, 2021 August 23rd at 4:17 pm)
30+
# Line count (including blank lines and compiler line): 32
31+
# End of script

.github/.FUNDING.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
5+
patreon: seanpm2001 # Creator page
6+
patreon: seanpm2001_software # Main page
7+
# Replace with a single Patreon username
8+
9+
open_collective: # Replace with a single Open Collective username
10+
ko_fi: # Replace with a single Ko-fi username
11+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
12+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
13+
liberapay: # Replace with a single Liberapay username
14+
issuehunt: # Replace with a single IssueHunt username
15+
otechie: # Replace with a single Otechie username
16+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/.github_README.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
***
3+
4+
# .github folder info
5+
6+
The `.github` folder in this repository contains data for this repository for hosting on GitHub. This directory did not become mandatory until March 15th 2021.
7+
8+
This directory contains several features.
9+
10+
**Funding** - This funding info usually contains a `FUNDING.yml` file that links to sponsor info for this project. A folder called `/Funding` is also included, and at `/Funding/OldVersions/` contains old versions of the funding file.
11+
12+
**Issues** - This directory contains archives of issues I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
13+
14+
_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._
15+
16+
* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.
17+
18+
* Sometimes, other YAML files are included for configuration of issues.
19+
20+
**Coming soon:** A separate YAML file for each issue directory that contains label data
21+
22+
**Discussions** - Similar to the issues directory, this directory contains archives of discussions I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
23+
24+
_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_
25+
26+
**SocialPreview** - This directory contains social media preview info for this repository for when you share or search for it. This makes a background appear above the repository in searches or messages, so that the profile picture of the user/organization is not shown in the preview. You can read more about it [here](/.github/SocialPreview/README.md).
27+
28+
That is currently it at the moment, other than the new description for this process being placed at the root of the directory (the file you are currently reading)
29+
30+
***
31+
32+
## File info
33+
34+
**File type:** `Markdown (*.md)`
35+
36+
**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)`
37+
38+
**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)`
39+
40+
**Line count (including blank lines and compiler line):** `43`
41+
42+
***

.github/.github_README_V1.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
***
3+
4+
# .github folder info
5+
6+
The `.github` folder in this repository contains data for this repository for hosting on GitHub. This directory did not become mandatory until March 15th 2021.
7+
8+
This directory contains several features.
9+
10+
**Funding** - This funding info usually contains a `FUNDING.yml` file that links to sponsor info for this project. A folder called `/Funding` is also included, and at `/Funding/OldVersions/` contains old versions of the funding file.
11+
12+
**Issues** - This directory contains archives of issues I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
13+
14+
_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._
15+
16+
* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.
17+
18+
* Sometimes, other YAML files are included for configuration of issues.
19+
20+
**Coming soon:** A separate YAML file for each issue directory that contains label data
21+
22+
**Discussions** - Similar to the issues directory, this directory contains archives of discussions I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
23+
24+
_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_
25+
26+
**SocialPreview** - This directory contains social media preview info for this repository for when you share or search for it. This makes a background appear above the repository in searches or messages, so that the profile picture of the user/organization is not shown in the preview. You can read more about it [here](/.github/SocialPreview/README.md).
27+
28+
That is currently it at the moment, other than the new description for this process being placed at the root of the directory (the file you are currently reading)
29+
30+
***
31+
32+
## File info
33+
34+
**File type:** `Markdown (*.md)`
35+
36+
**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)`
37+
38+
**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)`
39+
40+
**Line count (including blank lines and compiler line):** `43`
41+
42+
***

.github/CODEOWNERS

+194
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
# Start of script
2+
# I am going to keep trying on this until I get it right
3+
# @seanpm2001 is the global code owner for this project
4+
/// @seanpm2001
5+
// @seanpm2001
6+
# / @seanpm2001
7+
/* @seanpm2001
8+
* @seanpm2001
9+
# Directories at root
10+
# .github
11+
/.github/ @seanpm2001
12+
# Docs
13+
/Docs/ @seanpm2001
14+
# External
15+
/External/ @seanpm2001
16+
# OldVersions
17+
/OldVersions/ @seanpm2001
18+
# RepoData
19+
/RepoData/ @seanpm2001
20+
# Files at root
21+
.editorconfig @seanpm2001
22+
.gitattributes @seanpm2001
23+
.gitignore @seanpm2001
24+
AUTHORS @seanpm2001
25+
CITATION.cff @seanpm2001
26+
CONTRIBUTING.md @seanpm2001
27+
COPYINGL @seanpm2001
28+
CREDITS @seanpm2001
29+
DRM-free_label.en.svg @seanpm2001
30+
INSTALL @seanpm2001
31+
LINUX_DEFENDER.desktop @seanpm2001
32+
LICENSE.txt @seanpm2001
33+
Pax_tux.png @seanpm2001
34+
PROJECT_LANG_1.py @seanpm2001
35+
PROJECT_LANG_2.sh @seanpm2001
36+
README.md @seanpm2001
37+
SECURITY.md @seanpm2001
38+
SponsorButton.png @seanpm2001
39+
desktop.ini @seanpm2001
40+
makefile.mk @seanpm2001
41+
# Individual file types
42+
# Section A
43+
*.aiff @seanpm2001
44+
*.AIFF @seanpm2001
45+
*.alac @seanpm2001
46+
*.ALAC @seanpm2001
47+
*.applescript @seanpm2001
48+
*.asm @seanpm2001
49+
*.ASM @seanpm2001
50+
# Section B
51+
*.bib @seanpm2001
52+
# Section C
53+
*.c @seanpm2001
54+
*.C @seanpm2001
55+
*.cff @seanpm2001
56+
*.cpp @seanpm2001
57+
*.css @seanpm2001
58+
*.cxx @seanpm2001
59+
# Section D
60+
*.DS_STORE @seanpm2001
61+
*.desktop @seanpm2001
62+
*.dmg @seanpm2001
63+
*.DMG @seanpm2001
64+
# Section E
65+
*.editorconfig @seanpm2001
66+
# Section F
67+
# No entries starting with the letter F
68+
# Section G
69+
*.gif @seanpm2001
70+
*.GIF @seanpm2001
71+
*.gitattributes @seanpm2001
72+
*.gitignore @seanpm2001
73+
*.go @seanpm2001
74+
# Section H
75+
*.h @seanpm2001
76+
*.H @seanpm2001
77+
*.htm @seanpm2001
78+
*.html @seanpm2001
79+
# Section I
80+
*.ini @seanpm2001
81+
*.ipa @seanpm2001
82+
*.IPA @seanpm2001
83+
*.iso @seanpm2001
84+
*.ISO @seanpm2001
85+
# Section J
86+
*.java @seanpm2001
87+
*.js @seanpm2001
88+
*.jpg @seanpm2001
89+
*.jpeg @seanpm2001
90+
*.jpp @seanpm2001
91+
*.json @seanpm2001
92+
*.jspp @seanpm2001
93+
# Section K
94+
# No entries starting with the letter K
95+
# Section L
96+
# No entries starting with the letter L
97+
# Section M
98+
*.m @seanpm2001
99+
*.m4 @seanpm2001
100+
*.mm @seanpm2001
101+
*.mak @seanpm2001
102+
*.make @seanpm2001
103+
*.markdown @seanpm2001
104+
*.md @seanpm2001
105+
*.mdown @seanpm2001
106+
*.metal @seanpm2001
107+
*.mhtm @seanpm2001
108+
*.mhtml @seanpm2001
109+
*.mp3 @seanpm2001
110+
*.mk @seanpm2001
111+
*.mkd @seanpm2001
112+
*.mot @seanpm2001
113+
*.MOT @seanpm2001
114+
*.mov @seanpm2001
115+
*.MOV @seanpm2001
116+
# Section N
117+
# No entries starting with the letter N
118+
# Section O
119+
*.oga @seanpm2001
120+
*.ogg @seanpm2001
121+
# Section P
122+
*.p @seanpm2001
123+
*.P @seanpm2001
124+
*.pas @seanpm2001
125+
*.PAS @seanpm2001
126+
*.php @seanpm2001
127+
*.png @seanpm2001
128+
*.PNG @seanpm2001
129+
*.pl @seanpm2001
130+
*.pro @seanpm2001
131+
*.ps @seanpm2001
132+
*.PS @seanpm2001
133+
*.py @seanpm2001
134+
# Section Q
135+
*.qs @seanpm2001
136+
*.qt @seanpm2001
137+
# Section R
138+
*.rb @seanpm2001
139+
*.rs @seanpm2001
140+
# Section S
141+
*.self @seanpm2001
142+
*.sh @seanpm2001
143+
*.st @seanpm2001
144+
*.sql @seanpm2001
145+
*.svg @seanpm2001
146+
*.swift @seanpm2001
147+
# Section T
148+
*.tex @seanpm2001
149+
*.ts @seanpm2001
150+
*.tsx @seanpm2001
151+
*.ttf @seanpm2001
152+
*.TTF @seanpm2001
153+
*.txt @seanpm2001
154+
*.TXT @seanpm2001
155+
# Section U
156+
*.url @seanpm2001
157+
*.URL @seanpm2001
158+
# Section V
159+
*.v @seanpm2001
160+
*.vh @seanpm2001
161+
*.vhd @seanpm2001
162+
*.vhdl @seanpm2001
163+
*.vtt @seanpm2001
164+
# Setion W
165+
*.wim @seanpm2001
166+
*.woff @seanpm2001
167+
*.WOFF @Seanpm2001
168+
# Section X
169+
*.xhtm @seanpm2001
170+
*.xhtml @seanpm2001
171+
*.xml @seanpm2001
172+
# Section Y
173+
*.yaml @seanpm2001
174+
*.yml @seanpm2001
175+
# Section Z
176+
# No entries starting with the letter Z
177+
178+
# No more individual file types for now
179+
180+
# Todo
181+
182+
# Add every individual file
183+
# Finish adding all file types
184+
# Add new entries as they are added
185+
186+
# Past goals (completed)
187+
# Add all Wiki entries
188+
# Add all graphics entries
189+
190+
# File info
191+
# File type: codeowners file (CODEOWNERS)
192+
# File version: 2 (2022, Monday, February 21st at 3:05 pm)
193+
# Line count (including blank lines and compiler line): 195
194+
# End of script

0 commit comments

Comments
 (0)