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 | |
| oxver=89 # The original version on official server | |
| xver=89.0 # Our own version | |
| xcode=8900 # Our own version code for Magisk module | |
| progress() { | |
| echo -e "\n\033[44m${1}\033[0m\n" | |
| } |
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
| # based on https://github.com/openstack/nova/blob/master/.gitignore | |
| # You also need to modify .gitignore files in nova/CA and it's subdirectory. | |
| *.DS_Store | |
| #*.egg* | |
| *.log | |
| *.mo | |
| *.pyc | |
| *.swo | |
| *.swp | |
| *.sqlite |
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
| # based on https://github.com/libvirt/libvirt/blob/master/.gitignore | |
| *#*# | |
| *.#*# | |
| #*.[18] | |
| #*.[18].in | |
| *.a | |
| *.cov | |
| *.exe | |
| *.exe.manifest | |
| *.gcda |
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
| " https://github.com/1995eaton/chromium-vim | |
| " Settings | |
| let searchengine dogpile = "http://www.dogpile.com/search/web?q=%s" " If you leave out the '%s' at the end of the URL, | |
| " your query will be appended to the link. | |
| " Otherwise, your query will replace the '%s'. | |
| let completionengines = ["google", "amazon", "imdb", "dogpile"] | |
| let searchalias g = "google" " Create a shortcut for search engines. |
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
| [Unit] | |
| Description=Shadowsocks Server | |
| After=network.target | |
| [Service] | |
| Type=forking | |
| PIDFile=/var/run/shadowsocks/server.pid | |
| PermissionsStartOnly=true | |
| ExecStartPre=/bin/mkdir -p /var/run/shadowsocks | |
| #ExecStartPre=/bin/chown nobody:nogroup /var/run/shadowsocks |
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
| Nubia Z7mini | |
| http://www.nubia.cn/product.php?id=376 | |
| http://item.jd.com/1165978.html | |
| Nubia Z7max | |
| http://item.jd.com/1163613.html | |
| Nubia Z5S | |
| http://www.nubia.cn/product.php?id=335 | |
| http://item.jd.com/1069757.html |
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
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
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
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 Attila Incze <http://atimb.me> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |