⚠️ Source of Truth: CONTRIBUTING.mdMANDATORY: Version Check Before Any Work:
- ALWAYS verify this file matches the source before making any changes
- If outdated, MUST update to latest version first via PR
- To check:
curl -s https://denpaio.github.io/CONTRIBUTING.md | diff CONTRIBUTING.md -- To sync:
curl -o CONTRIBUTING.md https://denpaio.github.io/CONTRIBUTING.md- DO NOT modify this file directly - all changes must be made in the source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Gemini Developer | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| pull_request_review_comment: | |
| types: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """Extend Python's built in HTTP server to save files | |
| curl or wget can be used to send files with options similar to the following | |
| curl -X PUT --upload-file somefile.txt http://localhost:8000 | |
| wget -O- --method=PUT --body-file=somefile.txt http://localhost:8000/somefile.txt | |
| __Note__: curl automatically appends the filename onto the end of the URL so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Change your BungeeCord configuration to enable PROXY Protocol. | |
| listeners: | |
| - host: 0.0.0.0:25577 | |
| proxy_protocol: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Author: Shi-Ken Don <[email protected]> | |
| # Source: https://git.io/deploy-google-bbr.sh | |
| # License: MIT | |
| set -e | |
| sudo -V > /dev/null || apt -y install sudo | |
| if [[ ! -e /etc/sysctl.d/11-google-bbr.conf ]]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Author: Shi-Ken Don <[email protected]> | |
| # Source: https://git.io/deploy-consul-agent.sh.dev | |
| # License: MIT | |
| set -e | |
| sudo -V > /dev/null || apt -y install sudo | |
| sudo apt -y install consul |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -e | |
| cat <<'END' | sudo tee /etc/yum.repos.d/epel-alonid-llvm.repo | |
| [epel-alonid-llvm-3.9.0] | |
| name=Copr repo for llvm-3.9.0 owned by alonid | |
| baseurl=https://copr-be.cloud.fedoraproject.org/results/alonid/llvm-3.9.0/epel-7-$basearch/ | |
| type=rpm-md | |
| enabled=0 | |
| gpgkey=https://copr-be.cloud.fedoraproject.org/results/alonid/llvm-3.9.0/pubkey.gpg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Author: Shi-Ken Don <[email protected]> | |
| # Source: https://git.io/debian-bootstrap.sh | |
| # License: MIT | |
| set -e | |
| sudo -V > /dev/null || apt -y install sudo | |
| curl -fsSL git.io/vpeYx | sed 's/eth0/enp1s0/' | bash |
Google Cloud Locations (e.g. 8.8.8.8)
- NT$25,000/年
BGP Providers: https://bgp.services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your settings in this file to overwrite the default settings | |
| // Extensions: | |
| // - ESLint | |
| // - Material Icon Theme | |
| // - Material Theme Kit | |
| // - Ruby | |
| // - stylelint | |
| { | |
| "editor.scrollBeyondLastLine": false, | |
| "editor.tabSize": 2, |
NewerOlder
