- Disto: Debian
- Version: stable
- Size: at least 4000
- Username and password: please set
- Autorun: enable
- Init system: sysv
- Mount folders: one can enable android folder mount for config and gcode
- SSH: enable
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
| // ==UserScript== | |
| // @name YouTube字幕自动选择翻译->中文简体 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description translate to Chinese automatically. 自动点击字幕翻译到中文简体 | |
| // @author qwertyuiop6 | |
| // @match https://www.youtube.com/* | |
| // @grant none | |
| // ==/UserScript== |
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 python2 | |
| # | |
| # Find and replace tracker urls in a Deluge torrents.state | |
| import os | |
| import sys | |
| import platform | |
| import shutil | |
| import cPickle |