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
| var PROXY = { | |
| "direct":"DIRECT", | |
| "goagent":"PROXY 127.0.0.1:8087", | |
| "vps":"PROXY 127.0.0.1:8123", | |
| "edu":"PROXY 127.0.0.1:4080", | |
| "sogou":"PROXY 127.0.0.1:8083", | |
| "tele":"PROXY 127.0.0.1:4480" | |
| }; | |
| var ALL = [ |
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 | |
| # | |
| # Refined by @phuslu | |
| # Flora_Pac by @leaskh | |
| # www.leaskh.com, i@leaskh.com | |
| # | |
| # based on chnroutes project (by Numb.Majority@gmail.com) | |
| # | |
| import re |
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 | |
| # sudo chmod +x tc;sudo mv tc /usr/bin | |
| if [[ -z "$1" ]] | |
| then | |
| printf %s "\ | |
| Nifty Timestamp Convertor by Lex Tang | |
| tc 2012/12/12 | |
| tc 1355283413 | |
| " | |
| exit |
NewerOlder