I hereby claim:
- I am markx on github.
- I am markx (https://keybase.io/markx) on keybase.
- I have a public key ASCnctcAu2m4b_QictI41mOoJ11QqJ4rrQ0Lq-5jDzjSwAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const readline = require('readline'); | |
| function READ(x) { | |
| return x; | |
| } | |
| function EVAL(x) { | |
| return x; | |
| } |
| cd.ctfs.ftn.qq.com | |
| disk.sz.ftn.qq.com | |
| hz.ftn.qq.com | |
| nj.disk.ftn.qq.com | |
| sh.ctfs.ftn.qq.com | |
| sz.ctfs.ftn.qq.com | |
| tj.ctfs.ftn.qq.com | |
| tj.disk.ftn.qq.com | |
| xa.ctfs.ftn.qq.com | |
| xa.tfs.ftn.qq.com |
| /** | |
| * Parse query string into an object. | |
| * | |
| * @method queryStringToObject | |
| * @param {String} str Query string. Use the query string from URL if this parameter is not provided. | |
| * @return {Object} Returns the object created from query string | |
| */ | |
| queryStringToObject: function (str) { | |
| var i, pair; | |
| var result = {}; |
| #!/bin/sh | |
| PLAYER="/cygdrive/d/Program?Files/SMPlayer/mplayer/mplayer.exe" | |
| say() { | |
| local IFS=+; | |
| $PLAYER -really-quiet -noconsolecontrols "http://translate.google.com/translate_tts?tl=en&q=$*"; | |
| } | |
| n=60 | |
| if [ "$#" -ge "1" ]; then |
| #!/usr/bin/env python | |
| import requests | |
| from lxml.html import fromstring | |
| import re | |
| import time | |
| fiction='' | |
| prefix='http://www.ranwen.net/files/article/17/17528/' |
| // ==UserScript== | |
| // @name Baidupan Multi-post | |
| // @namespace http://use.i.E.your.homepage/ | |
| // @version 0.1 | |
| // @description enter something useful | |
| // @match http*://pan.baidu.com/disk* | |
| // @copyright 2012+, Ke Xu <kxu000@gmail.com> | |
| // @run-at document-end | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name pingjiao | |
| // @namespace | |
| // @version 0.1 | |
| // @description to change the default choice of the judgement for teachers in UESTC | |
| // @match http://ea.uestc.edu.cn/xsjxpj.aspx* | |
| // @copyright 2012+, Mark | |
| // ==/UserScript== | |
| var i=0 |