Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# coding=utf8
# author=evi1m0
# website=linux.im
'''
12306 Captcha Picture:
author: Evi1m0@20150316
1. Download Captcha
2. Pic Conver Text
@churehill
churehill / sss.conf
Created November 12, 2015 09:45
Shadowsocks Upstart Example Script
# Ubuntu upstart file at /etc/init/sss.conf
description "Shadowsocks Server"
author "tpircsboy"
start on runlevel [2345]
stop on shutdown
respawn
respawn limit 10 5
@churehill
churehill / python3_sudo.sh
Last active April 22, 2016 16:59
python3_sudo use for pycharm remote intepreter
#!/bin/bash
sudo -E env PYTHONPATH=$PYTHONPATH python3 "$@"
@churehill
churehill / test_highlight.cpp
Last active April 22, 2016 16:58
test github highlist
// Definition for a binary tree node.
struct TreeNode {
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
class Solution {
0452bc83981e3d5f90ba1bf76e38673bcc936a5d9512614d6b3bc8e0aa5bf4c04bcd3a532622c9c5628c5ae257db5d66c2dfd431ea0f899c0ca9881545f4a68143 lydiazgd