林远睁开眼睛的时候,看见头顶是一片陌生的天花板。
灰白色,有几道裂纹,像被钝器砸过。后脑勺疼得厉害,不是那种隐隐作痛,而是有人在颅骨内侧敲一面铜锣。这种疼痛过于真实,不像是做梦。
林远睁开眼睛的时候,看见头顶是一片陌生的天花板。
灰白色,有几道裂纹,像被钝器砸过。后脑勺疼得厉害,不是那种隐隐作痛,而是有人在颅骨内侧敲一面铜锣。这种疼痛过于真实,不像是做梦。
Setup conda env lazily when LC_LAZY_CONDA present. Add the following line to your ssh config:
Host server
HostName ssh.my-server.com
User ubuntu
+ SetEnv LC_LAZY_CONDA=1| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome] | |
| "DesktopSharingHubEnabled"=dword:00000000 |
| mkdir -p ~/opt/git | |
| cd ~/opt/git | |
| # download packages | |
| wget https://ppa.launchpadcontent.net/git-core/ppa/ubuntu/pool/main/g/git/git_2.50.1-0ppa1~ubuntu20.04.1_amd64.deb | |
| wget https://ppa.launchpadcontent.net/git-core/ppa/ubuntu/pool/main/g/git/git-man_2.50.1-0ppa1~ubuntu20.04.1_all.deb | |
| dpkg-deb -x git_*.deb root | |
| dpkg-deb -x git-man_*.deb root | |
| mkdir -p ~/bin |
This documentation introduces an alternative to Sangfor EasyConnect client, which is quite outdated and annoying.
By following this tutorial, you'll be able to:
This gist contains my self-use blacklist for browser plugin uBlacklist.
Each website in this list satisfies at lease one of the following criteria:
| from requests import Session | |
| from re import match, search | |
| from bs4 import BeautifulSoup as bs | |
| from os import system, chdir | |
| class Teleplay: | |
| def __init__(self, url: str) -> None: | |
| '''Initialize a teleplay. `url` be like: `https://www.meijuwo.net/play/5940-1-1/`.''' | |
| m = match(r'(https://www.meijuwo.net/play/\d+-\d+-)\d+', url) |
| 🌞 Morning 33 commits ██▉░░░░░░░░░░░░░░░░░░ 13.8% | |
| 🌆 Daytime 81 commits ███████░░░░░░░░░░░░░░ 33.9% | |
| 🌃 Evening 125 commits ██████████▉░░░░░░░░░░ 52.3% | |
| 🌙 Night 0 commits ░░░░░░░░░░░░░░░░░░░░░ 0.0% |