mirror of
https://github.com/extratone/macOSsystemsounds.git
synced 2026-04-16 06:18:50 +02:00
Initial commit
This commit is contained in:
26
.github/ISSUE_COMMENT_TEMPLATE/status.yml
vendored
Normal file
26
.github/ISSUE_COMMENT_TEMPLATE/status.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
name: Status Update
|
||||||
|
about: A brief status update.
|
||||||
|
body:
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
name: Status
|
||||||
|
options:
|
||||||
|
- name: "GREEN \U0001F34F (All good, smooth sailing)"
|
||||||
|
value: 'Status: GREEN'
|
||||||
|
- name: "YELLOW \U0001F7E1 (On track, with hurdles to work through)"
|
||||||
|
value: 'Status: YELLOW'
|
||||||
|
- name: "RED \U0001F534 (BLOCKED)"
|
||||||
|
value: 'Status: RED'
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
name: Update Summary
|
||||||
|
placeholder:
|
||||||
|
Brief summary of the status and next steps. Any blockers should be
|
||||||
|
called out specifically.
|
||||||
|
inputType: longText
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
name: 'Attribution'
|
||||||
|
value: '_created with :heart: by typing_ `/status`'
|
||||||
|
inputType: text
|
||||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: GitHub Community Support
|
||||||
|
url: https://github.community/
|
||||||
|
about: Please ask and answer questions here.
|
||||||
|
- name: GitHub Security Bug Bounty
|
||||||
|
url: https://bounty.github.com/
|
||||||
|
about: Please report security vulnerabilities here.
|
||||||
8
.github/ISSUE_TEMPLATE/docs.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/docs.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
name: Docs
|
||||||
|
about: Documentation! Specifically, documentation that is not related to Editorial Git or this repo's configuration.
|
||||||
|
title: ''
|
||||||
|
labels: 'documentation'
|
||||||
|
assignees: extratone
|
||||||
|
|
||||||
|
---
|
||||||
8
.github/ISSUE_TEMPLATE/draft.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/draft.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
name: Draft
|
||||||
|
about: Referring to a specific post.
|
||||||
|
title: ''
|
||||||
|
labels: 'legacy'
|
||||||
|
assignees: extratone
|
||||||
|
|
||||||
|
---
|
||||||
8
.github/ISSUE_TEMPLATE/meta.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/meta.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
name: Meta
|
||||||
|
about: Regarding this repo! Or Editorial Git, otherwise. Features! Problems! Fuckups! Ideas!
|
||||||
|
title: ''
|
||||||
|
labels: 'documentation, meta'
|
||||||
|
assignees: extratone
|
||||||
|
|
||||||
|
---
|
||||||
26
.github/workflows/changelog.yml
vendored
Normal file
26
.github/workflows/changelog.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# This is a basic workflow to help you get started with Actions
|
||||||
|
|
||||||
|
name: Log
|
||||||
|
|
||||||
|
# Controls when the action will run.
|
||||||
|
on:
|
||||||
|
# Triggers the workflow on push or pull request events but only for the main branch
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
|
jobs:
|
||||||
|
# This workflow contains a single job called "build"
|
||||||
|
build:
|
||||||
|
# The type of runner that the job will run on
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
|
steps:
|
||||||
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
|
- uses: CharMixer/auto-changelog-action@v1.1
|
||||||
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
desktop.ini
|
||||||
|
images/UniBanner.xcf
|
||||||
|
images/UniBannerRAW.png
|
||||||
|
images/TextBanner.xcf
|
||||||
|
video/Hi, Speed! - iPhone 12 Pro Keynote.mp4
|
||||||
|
audio/iPhone 12 Pro Max Microphone Test.aup
|
||||||
|
audio/iPhone 12 Pro Max Microphone Test.wav
|
||||||
|
video/Apple_WWDC_2010_Keynote_Address.m4v
|
||||||
|
audio/Capture Testing/iPhone 12 Pro Max Microphone Test.wav
|
||||||
|
audio/Voice Notes/Chatting with Jack about Big Blue.mp3
|
||||||
|
documentation/docs/
|
||||||
|
.DS_Store
|
||||||
|
.obsidian
|
||||||
|
.obsidian/workspace
|
||||||
|
.obsidian/templates.json
|
||||||
|
.obsidian/config
|
||||||
|
video/WWDC2010.m4v
|
||||||
|
.vscode/settings.json
|
||||||
|
events/Downloads/Teams background/MS_Build_Teams-Backgrounds_3.png
|
||||||
|
events/Downloads/Teams background/MS_Build_Teams-Backgrounds_3(1).png
|
||||||
|
events/Downloads/Teams background/MS_Build_Teams-Backgrounds_2.png
|
||||||
|
events/Downloads/Teams background/MS_Build_Teams-Backgrounds_2(1).png
|
||||||
|
events/Downloads/Teams background/MS_Build_Teams-Backgrounds_1.png
|
||||||
|
events/Downloads/Teams background/MS_Build_Teams-Backgrounds_1(1).png
|
||||||
|
events/Downloads/Social stickers/MS_Build_Social-Sticker3.png
|
||||||
|
events/Downloads/Social stickers/MS_Build_Social-Sticker3(1).png
|
||||||
|
events/Downloads/Social stickers/MS_Build_Social-Sticker2.png
|
||||||
|
events/Downloads/Social stickers/MS_Build_Social-Sticker2(1).png
|
||||||
|
events/Downloads/Social stickers/MS_Build_Social-Sticker1.png
|
||||||
|
events/Downloads/Social stickers/MS_Build_Social-Sticker1(1).png
|
||||||
|
events/Downloads/Event badges/Build_Digital_Badges_v3.pdf
|
||||||
|
events/Downloads/Desktop wallpaper/MS_Build_wallpaper_Desktop_v03.png
|
||||||
|
events/Downloads/Desktop wallpaper/MS_Build_wallpaper_Desktop_v03(1).png
|
||||||
|
events/Downloads/Desktop wallpaper/MS_Build_wallpaper_Desktop_v02.png
|
||||||
|
events/Downloads/Desktop wallpaper/MS_Build_wallpaper_Desktop_v02(1).png
|
||||||
|
events/Downloads/Desktop wallpaper/MS_Build_wallpaper_Desktop_v01.png
|
||||||
|
events/Downloads/Desktop wallpaper/MS_Build_wallpaper_Desktop_v01(1).png
|
||||||
|
events/Downloads/Build_Digital_Badges_v3.pdf
|
||||||
|
events/Desktop_wallpaper.zip
|
||||||
|
events/Event_badges.zip
|
||||||
|
events/MS_Build_Digital_Swag.zip
|
||||||
|
curation/Raindrop.io.html
|
||||||
|
curation/bookmarks_25_05_2021.html
|
||||||
|
curation/vocabulary.html
|
||||||
|
desktop.ini
|
||||||
|
video/AF Chats - Anatomy of an App Store Scam with Kosta Eleftheriou-(1080p30).mkv
|
||||||
7
Autolinks.md
Normal file
7
Autolinks.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
columbia- → https://t.me/s/columbiamo/<num>
|
||||||
|
e- → https://t.me/s/extratone/<num>
|
||||||
|
i- → https://github.com/extratone/i/issues/<num>
|
||||||
|
keys- → https://github.com/extratone/keys/issues/<num>
|
||||||
|
odette- → https://github.com/extratone/odette/issues/<num>
|
||||||
|
t- → https://github.com/extratone/t/issues/<num>
|
||||||
|
|
||||||
14
CITATION.cff
Normal file
14
CITATION.cff
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
abstract: "The Psalms (alternatively/interchangeably entitled Bilge) is a monobyline World Wide Web Blog written by 𝒟𝒶𝓋𝒾𝒹 ℬ𝓁𝓊ℯ (good morning!) observing and selectively amplifying the characters, organizations, and stories surrounding the most abrupt, profound, and spectacular communicative renaissance in the history of the human species. Less abstractly, its beat is wholly digital, namely in tools (software, services, and methodologies) and culture (music, film, podcasts, and media) from a distinct lens established at good distance from California. It is unlicensed and entirely written in public largely via this GitHub Repository, supplemented by experiments on a variety of other platforms, including (arguably) my Twitter account."
|
||||||
|
authors:
|
||||||
|
- family-names: Blue
|
||||||
|
given-names: David
|
||||||
|
orcid: "https://orcid.org/0000-0002-9307-2251"
|
||||||
|
cff-version: "1.2.0"
|
||||||
|
version: 3.11
|
||||||
|
date-released: 2021-10-15
|
||||||
|
keywords:
|
||||||
|
- media
|
||||||
|
license: "The Unlicense, Dave Edition"
|
||||||
|
license-url: https://davidblue.wtf/license
|
||||||
|
repository-code: "https://github.com/extratone/bilge"
|
||||||
|
title: "The Psalms"
|
||||||
7375
DavidBlue.vcf
Normal file
7375
DavidBlue.vcf
Normal file
File diff suppressed because it is too large
Load Diff
36
LICENSE.md
Normal file
36
LICENSE.md
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
# [The Unlicense, Dave Edition](https://gist.github.com/extratone/140a11428b5dd1dda500b3928e0438b1)
|
||||||
|
|
||||||
|
Considering my use of Git as a means to track revisions on my own writing, it's important to note that you should feel free to replace all instances of "software" in the above statement with "words," "writing," "expression," etc.
|
||||||
|
|
||||||
|
While I appreciate tremendously the work and contribution of [Arlo Bendiken](https://ar.to/2010/01/set-your-code-free) in the form of The Unlicense, I would like to add that I see no need, personally, to make the refutation of Intellectual Property law regarding my own work into some profound ethical statement. As it stands, I have not to my knowledge been the victim of any sort of theft of any kind, and find the suggestion highly unlikely. If I *am* made aware of such a case, there is certainly a possibility that I may change my mind on this issue, so I suppose I should highlight that **THESE TERMS ARE SUBJECT TO CHANGE**, though I suspect I would be more flattered and/or amused than actually offended.
|
||||||
|
|
||||||
|
I would also like to annotate that my use of this license should not be regarded as a suggestion that anyone else follow my example, or that I "believe in" taking such action regarding one's work, generally. While I did indeed take the time to set up [a repository](https://github.com/extratone/eoi) of John Perry Barlow's "[The Economy of Ideas](https://www.wired.com/1994/03/economy-ideas/)" in a bunch of different document formats, I do not necessarily agree with all of what he argued, especially in the context of the world 27 years later. If you *are* particularly interested in my opinion on the matter for whatever reason, here is what I have to say to you:
|
||||||
|
|
||||||
|
The principled beginning of The Open Web was a great moment in history, but - like all historical principles - it is extremely important that we consider *context* and maintain an appropriate level of criticism when looking back on old manifestos written by old white guys. In general, try your best to *be reasonable*.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
This is free and unencumbered software released into the public domain.
|
||||||
|
|
||||||
|
Anyone is free to copy, modify, publish, use, compile, sell, or
|
||||||
|
distribute this software, either in source code form or as a compiled
|
||||||
|
binary, for any purpose, commercial or non-commercial, and by any
|
||||||
|
means.
|
||||||
|
|
||||||
|
In jurisdictions that recognize copyright laws, the author or authors
|
||||||
|
of this software dedicate any and all copyright interest in the
|
||||||
|
software to the public domain. We make this dedication for the benefit
|
||||||
|
of the public at large and to the detriment of our heirs and
|
||||||
|
successors. We intend this dedication to be an overt act of
|
||||||
|
relinquishment in perpetuity of all present and future rights to this
|
||||||
|
software under copyright law.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||||
|
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||||
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
|
OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
For more information, please refer to <https://unlicense.org>
|
||||||
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|

|
||||||
|
|
||||||
|
# David Blue's GitHub Repository Template
|
||||||
|
|
||||||
|
Howdy! I'm new to all of this and yet I've already grown quite tired of things like Labels not being set up the way I prefer, so I created this template for myself. It is very much a work in progress. I've left it public just in case it'd be of use to anyone else, and I hope it is! If there's any way I can catalyze that, please do reach out!
|
||||||
Reference in New Issue
Block a user