Skip to content

Instantly share code, notes, and snippets.

View binux's full-sized avatar

Roy Binux binux

View GitHub Profile
@binux
binux / passcode.py
Created January 14, 2013 02:51
http://www.ingress.com/intel 登陆,提取cookie填入cookie变量中
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# vim: set et sw=4 ts=4 sts=4 ff=unix fenc=utf8:
# Author: Binux<1@binux.me>
# http://binux.me
# Created on 2013-01-14 10:29:51
import re
import cPickle
import requests
@binux
binux / fake_gps.js
Last active December 10, 2015 23:28
var marker = new google.maps.Marker({
position: new google.maps.LatLng(Z.d().h.getCenter().Ya, Z.d().h.getCenter().Za),
draggable: true,
map: Z.d().h
});
var STEP = 0.000163;
function goto(a,b) {
GOTO_a = a; GOTO_b = b;
}
#!/usr/bin/python
swf = open('core.swf').read()
KEY = 'dkrltl0%4*@jrky#@$'
def decrypt(p1, p2=1):
l3 = None
l5 = 0
l6 = 0
l7 = 0
@binux
binux / basedb.py
Created August 30, 2012 12:28
basedb for sqlite
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# vim: set et sw=4 ts=4 sts=4 ff=unix fenc=utf8:
# Author: Binux<17175297.hk@gmail.com>
# http://binux.me
# Created on 2012-08-30 17:43:49
import logging
logger = logging.getLogger()
@binux
binux / google_image_search.py
Created August 13, 2012 07:46
search for a larger size of image
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# vim: set et sw=4 ts=4 sts=4 ff=unix fenc=utf8:
# Author: Binux<17175297.hk@gmail.com>
# http://binux.me
# Created on <T_CREATE_DATE>
import sys
import re
import requests
@binux
binux / TLE.user.js
Created July 19, 2012 07:42
export thunder lixian url to aria2/wget
// ==UserScript==
// @name ThunderLixianExporter
// @namespace http://binux.me/
// @version 0.1
// @description export thunder lixian url to aria2/wget
// @match http://dynamic.cloud.vip.xunlei.com/user_task?*
// @run-at document-end
// @copyright 2012+, You
// ==/UserScript==
@binux
binux / encode_fix.py
Created April 24, 2012 11:20
fix encoding for unicode in term.
import sys
import codecs
sys.stdout = codecs.getwriter('utf8')(sys.stdout)
#!/usr/bin/env bash
set -x
sleep 10 &
PID=$!
while kill -0 $PID
do
ps h -o pcpu,pmem -p $PID
@binux
binux / daemon.sh
Created January 10, 2012 07:38
防止多重启动的守护进程
#!/usr/bin/env bash
if [ ! $STY ]; then
screen -S $(basename $0 .sh) -U -d -m $0 $*
exit 0
fi
if [ ! $LOCK ]; then
LOCK=$(echo $0 $* | md5sum | cut -f 1 -d " ").lock
fi
@binux
binux / proxyheader.php
Created January 6, 2012 15:49
请求信息输出
<html>
<head>
<title>CS_ProxyJudge ver 1.0</title>
</head>
<body bgcolor="#808080">
<font color="#FFFFFF"><B>
<PRE>
<?
//=======================================================================
// 修改记录: