Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| iVBORw0KGgoAAAANSUhEUgAABaAAAAPoCAIAAACnGc6kAAAQAElEQVR4nOzdBXjTWhsH8FTm7sIGbLi7u7u7u7vrRS73Ah9+cXd3d3d3Z2zo3LW+700DpXRt140B6/j/tqdPenpykpymbc6bkxNhfKKYAQAAAAAAAAAwZnwGAAAAAAAAAMDICZk/T3JyMgMAAAAAAACQdfF4POYPk6kDHIhEAAAAAAAAAKTDT2pQZ+a4SaYIcCCQAQAAAAAAAJD56Wq/Z4bAx28IcCCcAQAAAAAAAJCVpGzp//qQxy8KcCCoAQAAAAAAAPDnUI8D/Jpgx08McCCoAQAAAAAAAAC/JtiR8QEOxDUAAAAAAAAAQCtV0CDDIx0ZFuBAXAMAAAAAAAAADJThkY4MCHD8mtAGAigAAAAAAAAAv97PHkGDa+//+FJ+KMCR4UEHRDEAAAAAAAAAMhU9TfUMjH38eJgjnQGOjIpEIKIBAAAAAAAAYKQ0GvU/Hu/4kTBHmgMcPx6SQFADAAAAAAAAIOvJqLulpC/MkbYAR7pjE78lqIFICgAAAAAAAIC6nz2ghsqPBzuohDTNaGiAI33BAlzJAgAAAAAAAJB5pK99/YNhkXTfMCVNXTkMCnCkY/uNq68HAAAAAAAAAOiitamejqhH+q49MbArh9CQZadpqUwaIaIBAAAAAAAAYHTSPcJoOjp0GBIZEaY6f5oW9jMy/5YCAQAAAAAAAP4QGTIwRzoG3Uhrhw79XTmE+hdj+AplbM4fnwsAAAAAAAAADGFIuztNQZA09dFIU5hDT4xDqKd0A4vOkDxpzQkAAAAAAAAAv0z6huEwPNJh+D1TdOUU6ll8qiX+sjzpgFgJAAAAAAAAQEoZeKdYwy9LMSTSYXhXDq0xDqGuRaZaVrpfZdIVfUDAAgAAAAAAAODHpbV9naYBNVKdJdUohoFdOVJmE6ZcTKpF/KRX05oNAAAAAAAAAH62dFyckmp/Df1hDgO7cmjEOIQa86c6c5pekskUEplcJldIpHKp |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 m-team/javbus预览/javlibrary评分/jable在线播放联动 | |
| // @namespace m-team javbus javlibrary jable connector | |
| // @version 2.1 | |
| // @description enjoy yourself | |
| // @license 1285500 | |
| // @author 1285500 | |
| // @include *://jable.tv/* | |
| // @include *://www.javbus.com/* | |
| // @include *://www.javlibrary.com/* |
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 | |
| # author @doskoi | |
| # Raven build environment setup | |
| RAVENDIR="$HOME/raven" | |
| ESPDIR="$RAVENDIR/esp" | |
| mkdir -p $RAVENDIR | |
| mkdir -p $ESPDIR |
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 | |
| PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin | |
| export PATH | |
| #=================================================================# | |
| # System Required: CentOS 6,7, Debian, Ubuntu # | |
| # Description: One click Install ShadowsocksR Server # | |
| # Author: 91yun # | |
| # Thanks: @breakwa11 <https://twitter.com/breakwa11> # | |
| # Thanks: @Teddysun <i@teddysun.com> # | |
| # Intro: https://shadowsocks.be/9.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
| #!/bin/sh | |
| # Create a RAM disk with same perms as mountpoint | |
| # Script based on http://itux.idev.pro/2012/04/iservice-speed-up-your-xcode-%D0%BD%D0%B5%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5-%D1%81%D0%BF%D0%BE%D1%81%D0%BE%D0%B1%D1%8B/ with some additions | |
| # Usage: sudo ./xcode_ramdisk.sh start | |
| USERNAME=$(logname) | |
| TMP_DIR="/private/tmp" | |
| RUN_DIR="/var/run" | |
| SYS_CACHES_DIR="/Library/Caches" |
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/sh | |
| PROJ=`find . -name '*.xib' -o -name '*.[mh]'` | |
| for png in `find . -name '*.png'` | |
| do | |
| name=`basename $png` | |
| if ! grep -qhs "$name" "$PROJ"; then | |
| echo "$png is not referenced" | |
| fi | |
| done |
NewerOlder