Skip to content

Instantly share code, notes, and snippets.

View M4cr0v's full-sized avatar
🎯
Focusing

M4cr0v M4cr0v

🎯
Focusing
View GitHub Profile
@M4cr0v
M4cr0v / update_xposed.sh
Created January 31, 2018 09:02 — forked from topjohnwu/update_xposed.sh
The script for updating all Systemless Xposed Modules
# /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"
}
@M4cr0v
M4cr0v / nova-2015.1.2.gitignore
Created July 8, 2016 12:49
nova-2015.1.2.gitignore
# 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
# based on https://github.com/libvirt/libvirt/blob/master/.gitignore
*#*#
*.#*#
#*.[18]
#*.[18].in
*.a
*.cov
*.exe
*.exe.manifest
*.gcda
@M4cr0v
M4cr0v / cVim.vimrc
Last active August 29, 2015 14:20
cVim.vimrc
" 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.
[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
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
@M4cr0v
M4cr0v / LICENSE.txt
Created February 22, 2012 11:15 — forked from aemkei/LICENSE.txt
Binary Tetris - 140byt.es
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
@M4cr0v
M4cr0v / LICENSE.txt
Created February 22, 2012 11:14 — forked from atimb/LICENSE.txt
Snake game in 140byt.es
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