diff --git a/LICENSE b/LICENSE deleted file mode 100644 index fdddb29..0000000 --- a/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -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 diff --git a/LICENSE.PMT b/LICENSE.PMT new file mode 100644 index 0000000..797fcb1 --- /dev/null +++ b/LICENSE.PMT @@ -0,0 +1,32 @@ +The Pearl Milk Tea (PMT) License +A Derivative of THE BEER-WARE LICENSE By Poul-Henning Kamp + + +I'd just like to interject for a moment. What you're referring to as +boba or bubble tea, is in fact, pearl milk tea, or as I've recently +taken to calling it, PMT. Boba is not a drink unto itself, but rather +another component of a fully functioning asian drink made useful by the +milk, tea, sugar, cup with plastic seal and large straw comprising a +full pearl milk tea drink as defined by the Pearl Milk Tea Association +of America. Many people drink a modified version of milk tea every day, +without realizing it. Through a peculiar turn of events, the version of +milk tea which is widely enjoyed today is often called "boba", and many +of its users are not aware that it is basically a milk tea drink, +developed by the PMT Project." + +There really is a boba, and these people are drinking it, but it is just +a part of the drink they enjoy. Boba is the pearls: the semi-solid +tapioca in the drink that is sucked up through the large straw to +provide a chewy snack. The pearls are an essential part of a PMT drink, +but useless by itself; it can only be fully enjoyed in the context of a +complete PMT drink. Boba is normally used in combination with the PMT +milk tea drink: the whole system is basically milk tea with boba added, +or PMT. All the so-called "boba" drinks are really drinks made of PMT. + +- Brian M. + +As long as you retain this notice you can do whatever you want with this +stuff. If we meet some day, and you think this stuff is worth it, you +can buy me a pearl milk tea in return + +Yan Kuang diff --git a/README.md b/README.md index 414f1af..009c415 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,14 @@ System ## Reference ### General -* [Approved Verbs for PowerShell Commands](https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands) -* [Common Parameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters) + +- [Characters per line](https://en.wikipedia.org/wiki/Characters_per_line) +- [Approved Verbs for PowerShell Commands](https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands) +- [Common Parameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters) ### Windows -* [Overview of the Windows Registry](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc781906(v=ws.10)) +- [Overview of the Windows Registry](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc781906(v=ws.10)) #### PowerShell -* [Approved Verbs for PowerShell Commands](https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands) -* [about_Comparison_Operators](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_comparison_operators) +- [Approved Verbs for PowerShell Commands](https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands) +- [about_Comparison_Operators](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_comparison_operators) diff --git a/macos/Library/Application Support/com.mitchellh.ghostty/config b/macos/Library/Application Support/com.mitchellh.ghostty/config new file mode 100644 index 0000000..bae1bfb --- /dev/null +++ b/macos/Library/Application Support/com.mitchellh.ghostty/config @@ -0,0 +1,6 @@ +########### +# Keybind # +########### + +keybind = super+right=next_tab +keybind = super+left=previous_tab diff --git a/visual-studio-code/python.code-workspace b/visual-studio-code/python.code-workspace index 9c4395b..a76a613 100644 --- a/visual-studio-code/python.code-workspace +++ b/visual-studio-code/python.code-workspace @@ -1,7 +1,7 @@ { "settings": { "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" }, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", diff --git a/visual-studio-code/settings.json b/visual-studio-code/settings.json index 871c99e..a28badb 100644 --- a/visual-studio-code/settings.json +++ b/visual-studio-code/settings.json @@ -1,9 +1,30 @@ { "breadcrumbs.enabled": true, "editor.rulers": [ - 72, - 80, - 120 + { + "column": 72, + // "color": "#0909" + "color": "#005A00FF" + }, + { + "column": 80, + // "color": "#9909" + "color": "#4183C499" + }, + { + "column": 88, + // "color": "#cc09" + "color": "#FFD34366" + }, + // { + // "column": 100, + // "color": "#E33B2699" + // }, + { + "column": 120, + // "color": "#9009" + "color": "#4F5B93FF" + } ], "editor.suggestSelection": "first", "editor.wordWrap": "off", diff --git a/visual-studio-code/settings.profile.json b/visual-studio-code/settings.profile.json index e2c591b..0370a88 100644 --- a/visual-studio-code/settings.profile.json +++ b/visual-studio-code/settings.profile.json @@ -2,10 +2,33 @@ "breadcrumbs.enabled": true, "editor.inlineSuggest.enabled": true, "editor.insertSpaces": true, + "editor.minimap.enabled": true, + "editor.minimap.showSlider": "mouseover", "editor.rulers": [ - 72, - 80, - 120 + { + "column": 72, + // "color": "#0909" + "color": "#005A00FF" + }, + { + "column": 80, + // "color": "#9909" + "color": "#4183C499" + }, + { + "column": 88, + // "color": "#cc09" + "color": "#FFD34366" + }, + // { + // "column": 100, + // "color": "#E33B2699" + // }, + { + "column": 120, + // "color": "#9009" + "color": "#4F5B93FF" + } ], "editor.wordWrap": "off", "explorer.compactFolders": false, @@ -21,12 +44,6 @@ }, "files.trimTrailingWhitespace": true, "workbench.startupEditor": "none", - "github.copilot.enable": { - "*": true, - "plaintext": true, - "markdown": true, - "scminput": false - }, "telemetry.telemetryLevel": "crash", "terminal.integrated.shell.osx": "/bin/bash", "[json]": { @@ -34,5 +51,18 @@ }, "[markdown]": { "editor.wordWrap": "off" - } + }, + "github.copilot.enable": { + "*": true, + "plaintext": true, + "markdown": true, + "scminput": false + }, + "github.copilot.nextEditSuggestions.enabled": true, + "chat.instructionsFilesLocations": { + ".github/instructions": true + }, + "postman.telemetry.enabled": false, + "postman.mcp.notifications.postmanMCP": false, + "redhat.telemetry.enabled": false } diff --git a/windows/home/AppData/Roaming/tabby/config.yaml b/windows/home/AppData/Roaming/tabby/config.yaml new file mode 100644 index 0000000..ccbc32c --- /dev/null +++ b/windows/home/AppData/Roaming/tabby/config.yaml @@ -0,0 +1,561 @@ +version: 8 +groups: [] +configSync: + parts: {} +hotkeys: + toggle-window: + - Ctrl-Space + copy-current-path: [] + ctrl-c: + - Ctrl-C + copy: + - Ctrl-Shift-C + paste: + - Ctrl-Shift-V + - Shift-Insert + select-all: + - Ctrl-Shift-A + clear: [] + zoom-in: + - Ctrl-= + - Ctrl-Shift-= + zoom-out: + - Ctrl-- + - Ctrl-Shift-- + reset-zoom: + - Ctrl-0 + home: + - Home + end: + - End + previous-word: + - Ctrl-Left + next-word: + - Ctrl-Right + delete-previous-word: + - Ctrl-Backspace + delete-line: + - Ctrl-Shift-Backspace + delete-next-word: + - Ctrl-Delete + search: + - Ctrl-Shift-F + pane-focus-all: + - Ctrl-Shift-I + focus-all-tabs: + - Ctrl-Alt-Shift-I + scroll-to-top: + - Ctrl-PageUp + scroll-page-up: + - Alt-PageUp + scroll-up: + - Ctrl-Shift-Up + scroll-down: + - Ctrl-Shift-Down + scroll-page-down: + - Alt-PageDown + scroll-to-bottom: + - Ctrl-PageDown + restart-telnet-session: [] + restart-ssh-session: [] + launch-winscp: [] + settings-tab: {} + settings: + - Ctrl-, + serial: + - Alt-K + restart-serial-session: [] + new-tab: + - Ctrl-Shift-T + new-window: + - Ctrl-Shift-N + profile: {} + profile-selectors: {} + group-selectors: {} + toggle-fullscreen: + - F11 + - Alt-Enter + close-tab: + - Ctrl-Shift-W + reopen-tab: + - Ctrl-Shift-Z + toggle-last-tab: [] + rename-tab: + - Ctrl-Shift-R + next-tab: + - Ctrl-Shift-Right + - Ctrl-Tab + previous-tab: + - Ctrl-Shift-Left + - Ctrl-Shift-Tab + move-tab-left: + - Ctrl-Shift-PageUp + move-tab-right: + - Ctrl-Shift-PageDown + rearrange-panes: + - Ctrl-Shift + duplicate-tab: [] + restart-tab: [] + reconnect-tab: [] + disconnect-tab: [] + explode-tab: + - Ctrl-Shift-. + combine-tabs: + - Ctrl-Shift-, + tab-1: + - Alt-1 + tab-2: + - Alt-2 + tab-3: + - Alt-3 + tab-4: + - Alt-4 + tab-5: + - Alt-5 + tab-6: + - Alt-6 + tab-7: + - Alt-7 + tab-8: + - Alt-8 + tab-9: + - Alt-9 + tab-10: + - Alt-0 + tab-11: [] + tab-12: [] + tab-13: [] + tab-14: [] + tab-15: [] + tab-16: [] + tab-17: [] + tab-18: [] + tab-19: [] + tab-20: [] + split-right: + - Ctrl-Shift-S + split-bottom: + - Ctrl-Shift-D + split-left: [] + split-top: [] + pane-nav-right: + - Ctrl-Alt-Right + pane-nav-down: + - Ctrl-Alt-Down + pane-nav-up: + - Ctrl-Alt-Up + pane-nav-left: + - Ctrl-Alt-Left + pane-nav-previous: + - Ctrl-Alt-[ + pane-nav-next: + - Ctrl-Alt-] + pane-nav-1: [] + pane-nav-2: [] + pane-nav-3: [] + pane-nav-4: [] + pane-nav-5: [] + pane-nav-6: [] + pane-nav-7: [] + pane-nav-8: [] + pane-nav-9: [] + pane-maximize: + - Ctrl-Alt-Enter + close-pane: [] + pane-increase-vertical: [] + pane-decrease-vertical: [] + pane-increase-horizontal: [] + pane-decrease-horizontal: [] + switch-profile: + - Ctrl-Alt-T + profile-selector: + - Ctrl-Shift-E + command-selector: + - Ctrl-Shift-P +terminal: + searchOptions: {} + colorScheme: + name: Tabby Default + foreground: '#cacaca' + background: '#171717' + cursor: '#bbbbbb' + colors: + - '#000000' + - '#ff615a' + - '#b1e969' + - '#ebd99c' + - '#5da9f6' + - '#e86aff' + - '#82fff7' + - '#dedacf' + - '#313131' + - '#f58c80' + - '#ddf88f' + - '#eee5b2' + - '#a5c7ff' + - '#ddaaff' + - '#b7fff9' + - '#ffffff' + customColorSchemes: [] + profile: local:powershell +ssh: + warnOnClose: true +clickableLinks: {} +accessibility: {} +appearance: + colorSchemeMode: auto +hacks: {} +providerBlacklist: [] +commandBlacklist: [] +enableAnalytics: false +profileDefaults: + ssh: + disableDynamicTitle: true +profileBlacklist: [] +enableWelcomeTab: false +pluginBlacklist: [] +profiles: + - id: >- + split-layout:custom:Web-Onigiri-Umeboshi:5efaddbc-a419-4476-a343-2877cd4f71ea + type: split-layout + name: Web-Onigiri-Umeboshi + options: + recoveryToken: + type: app:split-tab + ratios: + - 0.5 + - 0.5 + orientation: h + children: + - type: app:local-tab + profile: + id: local:powershell + type: local + name: PowerShell + group: '' + options: + restoreFromPTYID: false + command: powershell.exe + args: + - '-nologo' + cwd: C:\Users\Aries\Desktop\Project\Repository\W\Web-Onigiri + env: + WT_SESSION: 0 + width: null + height: null + pauseAfterExit: false + runAsAdministrator: false + icon: >- + + color: '' + disableDynamicTitle: false + weight: 0 + isBuiltin: true + isTemplate: false + terminalColorScheme: null + behaviorOnSessionEnd: auto + savedState: false + tabTitle: Web-Onigiri + tabCustomTitle: '' + tabIcon: >- + + disableDynamicTitle: false + - type: app:split-tab + ratios: + - 0.5 + - 0.5 + orientation: v + children: + - type: app:local-tab + profile: + id: local:powershell + type: local + name: PowerShell + group: '' + options: + restoreFromPTYID: false + command: powershell.exe + args: + - '-nologo' + cwd: C:\Users\Aries\Desktop\Project\Repository\W\Web-Onigiri\umeboshi + env: + WT_SESSION: 0 + width: null + height: null + pauseAfterExit: false + runAsAdministrator: false + icon: >- + + color: '' + disableDynamicTitle: false + weight: 0 + isBuiltin: true + isTemplate: false + terminalColorScheme: null + behaviorOnSessionEnd: auto + savedState: false + tabTitle: Web-Onigiri-Umeboshi + tabCustomTitle: '' + tabIcon: >- + + disableDynamicTitle: false + - type: app:local-tab + profile: + id: local:powershell + type: local + name: PowerShell + group: '' + options: + restoreFromPTYID: false + command: powershell.exe + args: + - '-nologo' + cwd: C:\Users\Aries\Desktop\Project\Repository\W\Web-Onigiri\umeboshi + env: + WT_SESSION: 0 + width: null + height: null + pauseAfterExit: false + runAsAdministrator: false + icon: >- + + color: '' + disableDynamicTitle: false + weight: 0 + isBuiltin: true + isTemplate: false + terminalColorScheme: null + behaviorOnSessionEnd: auto + savedState: false + tabTitle: Web-Onigiri-Umeboshi + tabCustomTitle: '' + tabIcon: >- + + disableDynamicTitle: false diff --git a/windows/miscellaneous/Work/Program/yt-dlp/yt-dlp.conf b/windows/miscellaneous/Work/Program/yt-dlp/yt-dlp.conf index 9fade5a..ad98415 100644 --- a/windows/miscellaneous/Work/Program/yt-dlp/yt-dlp.conf +++ b/windows/miscellaneous/Work/Program/yt-dlp/yt-dlp.conf @@ -3,4 +3,5 @@ # Download and Merge Best Video and Best Audio -f "bv+ba/b" - +# --format "bv*[ext=webm]+ba[ext=webm][acodec=opus]" +# --format "bv*[ext=webm]+ba[ext=webm][acodec=opus]/b[ext=mp4]"