Skip to content

Instantly share code, notes, and snippets.

View zhangchenchen's full-sized avatar

pekingzcc zhangchenchen

View GitHub Profile
@zhangchenchen
zhangchenchen / tmux-cheatsheet.markdown
Last active June 15, 2017 08:48 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@zhangchenchen
zhangchenchen / python
Created August 29, 2016 10:13 — forked from 582033/python
多线程获取并验证代理
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys, re
import requests
import Queue
import threading
class Proxy():
def __init__(self, proxy_url, target_url, ver_keyword, timeout):