Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions LICENSE

This file was deleted.

32 changes: 32 additions & 0 deletions LICENSE.PMT
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
The Pearl Milk Tea (PMT) License
A Derivative of THE BEER-WARE LICENSE By Poul-Henning Kamp
<https://people.freebsd.org/~phk/>

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
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###########
# Keybind #
###########

keybind = super+right=next_tab
keybind = super+left=previous_tab
2 changes: 1 addition & 1 deletion visual-studio-code/python.code-workspace
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"settings": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
Expand Down
27 changes: 24 additions & 3 deletions visual-studio-code/settings.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
50 changes: 40 additions & 10 deletions visual-studio-code/settings.profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -21,18 +44,25 @@
},
"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]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[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
}
Loading