Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 committed Oct 11, 2021
0 parents commit fc9aca6
Show file tree
Hide file tree
Showing 41 changed files with 12,447 additions and 0 deletions.
67 changes: 67 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Start of script

# Editor configuration file for Seanpm2001/SNU 2D Programming Tools IDE project (V6)

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.md]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.yml *.yaml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.txt]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.mk]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.htm *.html]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# File info

# File type: Editorconfig file (*.editorconfig)
# File version: 1 (Monday, 2021 August 23rd at 6:19 pm)
# Line count (including blank lines and compiler line): 68

# End of script
31 changes: 31 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Start of script
# .gitattributes
# 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.
# 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
# .gitattributes
# and nothing else, no characters before, no characters after
# Start of linguist script
# HTML (Duplicate, as it is already detected by GitHub Linguist by default)
*.htm linguist-detectable=true
*.htm linguist-documentation=false
*.html linguist-detectable=true
*.html linguist-documentation=false
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
*.yml linguist-detectable=false
*.yml linguist-documentation=false
*.yaml linguist-detectable=false
*.yaml linguist-documentation=false
# Markdown
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.md linguist-detectable=false
*.md linguist-documentation=false
# Makefile (GNU Make)
# Do not include, as it is not needed to be shown
*.mk linguist-detectable=false
*.mk linguist-documentation=false
# End of linguist script
# File info
# File type: .gitattributes file
# File version: 1 (Monday, 2021 August 23rd at 4:17 pm)
# Line count (including blank lines and compiler line): 32
# End of script
42 changes: 42 additions & 0 deletions .github/.github_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

***

# .github folder info

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.

This directory contains several features.

**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.

**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:

_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._

* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.

* Sometimes, other YAML files are included for configuration of issues.

**Coming soon:** A separate YAML file for each issue directory that contains label data

**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:

_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_

**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).

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)

***

## File info

**File type:** `Markdown (*.md)`

**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)`

**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)`

**Line count (including blank lines and compiler line):** `43`

***
42 changes: 42 additions & 0 deletions .github/.github_README_V1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

***

# .github folder info

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.

This directory contains several features.

**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.

**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:

_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._

* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.

* Sometimes, other YAML files are included for configuration of issues.

**Coming soon:** A separate YAML file for each issue directory that contains label data

**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:

_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_

**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).

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)

***

## File info

**File type:** `Markdown (*.md)`

**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)`

**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)`

**Line count (including blank lines and compiler line):** `43`

***
8 changes: 8 additions & 0 deletions .github/Discussions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

***

# Privacy policy

I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.

***
8 changes: 8 additions & 0 deletions .github/Discussions/README_V1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

***

# Privacy policy

I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.

***
16 changes: 16 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]

patreon: seanpm2001 # Creator page
patreon: seanpm2001_software # Main page
# Replace with a single Patreon username

open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
16 changes: 16 additions & 0 deletions .github/Funding/OldVersions/FUNDING_V1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]

patreon: seanpm2001 # Creator page
patreon: seanpm2001_software # Main page
# Replace with a single Patreon username

open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
32 changes: 32 additions & 0 deletions .github/Funding/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

***

# About the funding directory

The funding directory contains an archive of the funding file for this project. The funding file enables GitHub sponsorships. The main funding file is 1 directory below, located [here](/.github/FUNDING.yml).

***

## Sponsor info

![/SponsorButton.png](/SponsorButton.png)

You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors)

You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)

Try it out! The sponsor button is right up next to the watch/unwatch button.

***

## File info

**File type:** `Markdown (*.md)`

**Original creation date:** `Thursday, March 18th 2021 at 3:33 pm)`

**File version:** `1 (Thursday, March 18th 2021 at 3:33 pm)`

**Line count (including blank lines and compiler line):** `33`

***
32 changes: 32 additions & 0 deletions .github/Funding/README_V1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

***

# About the funding directory

The funding directory contains an archive of the funding file for this project. The funding file enables GitHub sponsorships. The main funding file is 1 directory below, located [here](/.github/FUNDING.yml).

***

## Sponsor info

![/SponsorButton.png](/SponsorButton.png)

You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors)

You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)

Try it out! The sponsor button is right up next to the watch/unwatch button.

***

## File info

**File type:** `Markdown (*.md)`

**Original creation date:** `Thursday, March 18th 2021 at 3:33 pm)`

**File version:** `1 (Thursday, March 18th 2021 at 3:33 pm)`

**Line count (including blank lines and compiler line):** `33`

***
14 changes: 14 additions & 0 deletions .github/Issues/GitHub_Default_IssueLabels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Default GitHub issue data file (YAML)
issuelabel_1: color1: "#ffffff" title1: "wontfix" description1: "This will not be worked on"
issueLabel_2: color2: "#d876e3" title2: "question" description2: "Further information is requested"
issueLabel_3: color3: "#e4e669" title3: "invalid" description3: "This doesn't seem right"
issueLabel_4: color4: "#008672" title4: "help wanted" description4: "Extra attention is needed"
issueLabel_5: color5: "#7057ff" title5: "good first issue" description5: "Good for newcomers"
issueLabel_6: color6: "#a2eeef" title6: "enhancement" description6: "New feature or request"
issueLabel_7: color7: "#cfd3d7" title7: "duplicate" description7: "This issue or pull request already exists"
issueLabel_8: color8: "#0075ca" title8: "documentation" description8: "Improvements or additions to documentation"
issueLabel_9: color9: "#d73a4a" title9: "bug" description9: "Something isn't working"
# Users can also create their own issue labels, and customize the color, title, and description
# issueLabel_10: color10: "#000000" title10: "void" description10: "not yet created"
# No known limit on # of issue labels
# End of file
8 changes: 8 additions & 0 deletions .github/Issues/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

***

# Privacy policy

I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.

***
8 changes: 8 additions & 0 deletions .github/Issues/README_V1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

***

# Privacy policy

I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.

***
30 changes: 30 additions & 0 deletions .github/SocialPreview/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

***

# About the social preview directory

The social preview directory contains data related to social media previews of repositories. On GitHub projects, this data is located at `<branchNameHere>/.github/SocialPreview/`

GitHub has a 1.00 megabyte (1,000,000 bytes or 1,048,576 bytes, I am not sure if GitHub uses base 2 or base 10 binary prefix numbering) image upload limit. Images I wanted to use but couldn't are located in `<branchNameHere>/.github/SocialPreview/UnusedAssets/`

These images currently only show when searching for repositories or searching through label. They don't show up anywhere else (as of March 18th 2021) with these preview templates, sharing a link to this repository will show the preview image, rather than my GitHub profile picture or organization profile picture.

The standard template is also included, but isn't used.

These previews started getting added to repositories on March 17th 2021 during a new repository update period, which included new features to add to all new repositories.

Included files are in PNG, JPG/JPEG, or SVG format.

***

## File info

**File type:** `Markdown (*.md)`

**Original creation date:** `Thursday, March 18th 2021 at 3:07 pm)`

**File version:** `1 (Thursday, March 18th 2021 at 3:07 pm)`

**Line count (including blank lines and compiler line):** `31`

***
30 changes: 30 additions & 0 deletions .github/SocialPreview/README_V1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

***

# About the social preview directory

The social preview directory contains data related to social media previews of repositories. On GitHub projects, this data is located at `<branchNameHere>/.github/SocialPreview/`

GitHub has a 1.00 megabyte (1,000,000 bytes or 1,048,576 bytes, I am not sure if GitHub uses base 2 or base 10 binary prefix numbering) image upload limit. Images I wanted to use but couldn't are located in `<branchNameHere>/.github/SocialPreview/UnusedAssets/`

These images currently only show when searching for repositories or searching through label. They don't show up anywhere else (as of March 18th 2021) with these preview templates, sharing a link to this repository will show the preview image, rather than my GitHub profile picture or organization profile picture.

The standard template is also included, but isn't used.

These previews started getting added to repositories on March 17th 2021 during a new repository update period, which included new features to add to all new repositories.

Included files are in PNG, JPG/JPEG, or SVG format.

***

## File info

**File type:** `Markdown (*.md)`

**Original creation date:** `Thursday, March 18th 2021 at 3:07 pm)`

**File version:** `1 (Thursday, March 18th 2021 at 3:07 pm)`

**Line count (including blank lines and compiler line):** `31`

***
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fc9aca6

Please sign in to comment.