Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0361748

Browse files
Initialize Template-AI2001
0 parents commit 0361748

File tree

168 files changed

+46521
-0
lines changed

Some content is hidden

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

168 files changed

+46521
-0
lines changed

‎.editorconfig‎

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
# Start of script
2+
3+
# Editor configuration file for Seanpm2001/<projectName>
4+
# Generated with Git-Template (V8) at branch: /other/
5+
6+
root = true
7+
8+
# All files
9+
[*]
10+
indent_style = space
11+
indent_size = 2
12+
end_of_line = lf
13+
charset = utf-8
14+
trim_trailing_whitespace = false
15+
insert_final_newline = false
16+
line_wrap_mode = soft wrap
17+
18+
# Markdown document
19+
[*.md *.mkd *.mdown *.markdown]
20+
indent_style = space
21+
indent_size = 2
22+
end_of_line = lf
23+
charset = utf-8
24+
trim_trailing_whitespace = false
25+
insert_final_newline = false
26+
line_wrap_mode = soft wrap
27+
28+
# YAML (YAML Ain't Markup Language) source code
29+
[*.yml *.yaml]
30+
indent_style = space
31+
indent_size = 2
32+
end_of_line = lf
33+
charset = utf-8
34+
trim_trailing_whitespace = false
35+
insert_final_newline = false
36+
line_wrap_mode = soft wrap
37+
38+
# Plain Text document
39+
[*.txt]
40+
indent_style = space
41+
indent_size = 2
42+
end_of_line = lf
43+
charset = utf-8
44+
trim_trailing_whitespace = false
45+
insert_final_newline = false
46+
line_wrap_mode = soft wrap
47+
48+
# Makefile (GNU Make)
49+
[*.mk *.mak *.make *.makefile]
50+
indent_style = space
51+
indent_size = 2
52+
end_of_line = lf
53+
charset = utf-8
54+
trim_trailing_whitespace = false
55+
insert_final_newline = false
56+
line_wrap_mode = soft wrap
57+
58+
# HTML (HyperText Markup Language) document
59+
[*.htm *.html *.mhtm *.mhtml *.xhtm *.xhtml]
60+
indent_style = space
61+
indent_size = 2
62+
end_of_line = lf
63+
charset = utf-8
64+
trim_trailing_whitespace = false
65+
insert_final_newline = false
66+
line_wrap_mode = soft wrap
67+
68+
# SVG (Scalable Vector Graphics) image file
69+
[*.svg]
70+
indent_style = space
71+
indent_size = 2
72+
end_of_line = lf
73+
charset = utf-8
74+
trim_trailing_whitespace = false
75+
insert_final_newline = false
76+
line_wrap_mode = soft wrap
77+
78+
# Git configuration files
79+
[*.gitignore *.gitattributes *.editorconfig]
80+
indent_style = space
81+
indent_size = 2
82+
end_of_line = lf
83+
charset = utf-8
84+
trim_trailing_whitespace = false
85+
insert_final_newline = false
86+
line_wrap_mode = soft wrap
87+
88+
# Binary image files
89+
[*.png *.pns *.jpg *.jpeg *.jfif *.jif *.jp2 *.gif *.tif *.tiff *.bmp *.dib]
90+
indent_style = space
91+
indent_size = 2
92+
end_of_line = lf
93+
charset = utf-8
94+
trim_trailing_whitespace = false
95+
insert_final_newline = false
96+
line_wrap_mode = soft wrap
97+
98+
# File info
99+
100+
# File type: Editorconfig file (*.editorconfig)
101+
# File version: 3 (Monday, 2021 November 29th at 2:48 pm)
102+
# Line count (including blank lines and compiler line): 105
103+
104+
# End of script

‎.gitattributes‎

Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
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 (HyperText Markup Language) document
9+
*.htm linguist-detectable=true
10+
*.htm linguist-documentation=false
11+
*.htm linguist-language=HTML
12+
*.html linguist-detectable=true
13+
*.html linguist-documentation=false
14+
*.html linguist-language=HTML
15+
*.mhtm linguist-detectable=true
16+
*.mhtm linguist-documentation=false
17+
*.mhtm linguist-language=HTML
18+
*.mhtml linguist-detectable=true
19+
*.mhtml linguist-documentation=false
20+
*.mhtml linguist-language=HTML
21+
*.xhtm linguist-detectable=true
22+
*.xhtm linguist-documentation=false
23+
*.xhtm linguist-language=HTML
24+
*.xhtml linguist-detectable=true
25+
*.xhtml linguist-documentation=false
26+
*.xhtml linguist-language=HTML
27+
# HTA (HTML Application) file
28+
*.hta linguist-detectable=true
29+
*.hta linguist-documentation=false
30+
*.hta linguist-language=HTML
31+
# CSS (Cascade Styling Sheets) stylesheet file
32+
*.css linguist-detectable=true
33+
*.css linguist-documentation=false
34+
*.css linguist-language=CSS
35+
# R source file
36+
*.r linguist-detectable=true
37+
*.r linguist-documentation=false
38+
*.r linguist-language=R
39+
*.rdata linguist-detectable=true
40+
*.rdata linguist-documentation=false
41+
*.rdata linguist-language=R
42+
*.rda linguist-detectable=true
43+
*.rda linguist-documentation=false
44+
*.rda linguist-language=R
45+
*.rds linguist-detectable=true
46+
*.rds linguist-documentation=false
47+
*.rds linguist-language=R
48+
# RMarkdown source file
49+
*.Rmd linguist-detectable=true
50+
*.Rmd linguist-documentation=false
51+
*.Rmd linguist-language=RMarkdown
52+
# Makefile (GNU Make)
53+
*.mk linguist-detectable=true
54+
*.mk linguist-documentation=false
55+
*.mk linguist-language=Makefile
56+
*.mak linguist-detectable=true
57+
*.mak linguist-documentation=false
58+
*.mak linguist-language=Makefile
59+
*.make linguist-detectable=true
60+
*.make linguist-documentation=false
61+
*.make linguist-language=Makefile
62+
*.makefile linguist-detectable=true
63+
*.makefile linguist-documentation=false
64+
*.makefile linguist-language=Makefile
65+
# Less stylesheet file
66+
*.less linguist-detectable=true
67+
*.less linguist-documentation=false
68+
*.less linguist-language=Less
69+
# JSON (JavaScript Object Notation) source file
70+
*.json linguist-detectable=false
71+
*.json linguist-documentation=false
72+
*.json linguist-language=JSON
73+
# WebVTT subtitle file
74+
*.vtt linguist-detectable=true
75+
*.vtt linguist-documentation=false
76+
*.vtt linguist-language=WebVTT
77+
# SubRip subtitle file
78+
*.srt linguist-detectable=true
79+
*.srt linguist-documentation=false
80+
*.srt linguist-language=SubRip-Text
81+
# YAML (YAML Ain't Markup Language) document
82+
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
83+
*.yml linguist-detectable=false
84+
*.yml linguist-documentation=false
85+
*.yml linguist-language=YAML
86+
*.yaml linguist-detectable=false
87+
*.yaml linguist-documentation=false
88+
*.yaml linguist-language=YAML
89+
# Markdown
90+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
91+
*.md linguist-detectable=false
92+
*.md linguist-documentation=false
93+
*.md linguist-language=Markdown
94+
*.mkd linguist-detectable=false
95+
*.mkd linguist-documentation=false
96+
*.mkd linguist-language=Markdown
97+
*.mdown linguist-detectable=false
98+
*.mdown linguist-documentation=false
99+
*.mdown linguist-language=Markdown
100+
*.markdown linguist-detectable=false
101+
*.markdown linguist-documentation=false
102+
*.markdown linguist-language=Markdown
103+
# SVG (Scalable Vector Graphics) image file
104+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
105+
*.svg linguist-detectable=false
106+
*.svg linguist-documentation=false
107+
*.svg linguist-language=SVG
108+
# Git Configuration files
109+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
110+
*.gitattributes linguist-detectable=false
111+
*.gitattributes linguist-documentation=false
112+
*.gitignore linguist-detectable=false
113+
*.gitignore linguist-documentation=false
114+
*.editorconfig linguist-detectable=false
115+
*.editorconfig linguist-documentation=false
116+
# Plain Text document
117+
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
118+
*.txt linguist-detectable=false
119+
*.txt linguist-documentation=false
120+
*.txt linguist-language=Plain-Text
121+
# ReStructuredText
122+
*.rst linguist-detectable=false
123+
*.rst linguist-documentation=false
124+
*.rst linguist-language=ReStructured-Text
125+
# WikiText
126+
*.wiki linguist-detectable=false
127+
*.wiki linguist-documentation=false
128+
*.wiki linguist-language=WikiText
129+
# BibTeX
130+
*.bib linguist-detectable=false
131+
*.bib linguist-documentation=false
132+
*.bib linguist-language=BibTeX
133+
# TeX
134+
*.tex linguist-detectable=false
135+
*.tex linguist-documentation=false
136+
*.tex linguist-language=TeX
137+
# Desktop entry
138+
*.desktop linguist-detectable=false
139+
*.desktop linguist-documentation=false
140+
*.desktop linguist-language=desktop
141+
# INI/CFG
142+
*.ini linguist-detectable=false
143+
*.ini linguist-documentation=false
144+
*.ini linguist-language=INI
145+
*.cfg linguist-detectable=false
146+
*.cfg linguist-documentation=false
147+
*.cfg linguist-language=INI
148+
# CFF
149+
*.cff linguist-detectable=false
150+
*.cff linguist-documentation=false
151+
*.cff linguist-language=Citation-File-Format
152+
# PNG/PNS
153+
*.png linguist-detectable=false
154+
*.png linguist-documentation=false
155+
*.png linguist-language=PNG
156+
*.pns linguist-detectable=false
157+
*.pns linguist-documentation=false
158+
*.pns linguist-language=PNG
159+
# JPG/JPEG/JFIF/JIF
160+
*.jpg linguist-detectable=false
161+
*.jpg linguist-documentation=false
162+
*.jpg linguist-language=JPEG
163+
*.jpeg linguist-detectable=false
164+
*.jpeg linguist-documentation=false
165+
*.jpeg linguist-language=JPEG
166+
*.jfif linguist-detectable=false
167+
*.jfif linguist-documentation=false
168+
*.jfif linguist-language=JPEG
169+
*.jif linguist-detectable=false
170+
*.jif linguist-documentation=false
171+
*.jif linguist-language=JPEG
172+
# JP2 (JPEG 2000)
173+
*.jp2 linguist-detectable=false
174+
*.jp2 linguist-documentation=false
175+
*.jp2 linguist-language=JPEG-2000
176+
# GIF
177+
*.gif linguist-detectable=false
178+
*.gif linguist-documentation=false
179+
*.gif linguist-language=GIF
180+
181+
# End of linguist script
182+
183+
# File info
184+
185+
# File type: gitattributes file (*.gitattributes)
186+
# File version: 5 (2024, Wednesday, August 28th at 03:02 pm PST)
187+
# Line count (including blank lines and compiler line): 190
188+
189+
# End of script

‎.github/.FUNDING.yaml‎

Lines changed: 16 additions & 0 deletions
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/.FUNDING.yml‎

Lines changed: 16 additions & 0 deletions
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‎

Lines changed: 42 additions & 0 deletions
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+
***

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /