Skip to content

Instantly share code, notes, and snippets.

View the0demiurge's full-sized avatar
🙈
好孩子看不见

Charles Xu the0demiurge

🙈
好孩子看不见
View GitHub Profile
@superbob
superbob / ddns_provider.conf
Last active February 23, 2025 13:44
Namecheap Synology DSM DDNS provider
#Insert this at the end of /etc.defaults/ddns_provider.conf
[Namecheap]
modulepath=/usr/syno/bin/ddns/namecheap.php
queryurl=https://dynamicdns.park-your-domain.com/update
@dderg
dderg / gist:a706082877e071cbd81c
Created May 1, 2015 11:03
Dvorak sublime vim keymap
[
{ "keys": ["e", "u"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["c"], "command": "enter_insert_mode",