[General] | |
loglevel = notify | |
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, ::ffff:0:0:0:0/1, ::ffff:128:0:0:0/1 | |
bypass-tun = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12 | |
# dns-server = 119.29.29.29,223.5.5.5,114.114.115.115 | |
# external-controller-access = [email protected]:6155 | |
# ipv6 = true | |
// REMEMBER TO CHANGE THE external-controller-access' PASSWORD |
#!/usr/bin/env python | |
#encoding=utf-8 | |
# Hacker Need Food! | |
import json | |
import os | |
import sys | |
import random | |
from optparse import OptionParser | |
import urllib, urllib2, cookielib |
//已发送邮件的标记内容 | |
var EMAIL_SENT = "EMAIL_SENT"; | |
//记录已发送记录的列,一般为原有数据的后面一列,从0开始 | |
var EMAIL_SENT_COLUMN = 9; | |
// 发送的邮件主题 | |
var SUBJECT = "北京GDG之编程语言沙龙参会确认函"; | |
// email 所在的列,从0开始算 |
#Facebook Hacker Cup 2013
注册地址:http://www.facebook.com/hackercup/register
友情提示:国内访问facebook连接不好,需要使用网络软件
##各轮比赛时间
注:晋级规则皆为往年的
{ | |
"font_size": 11.0, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"shift_tab_unindent": true, | |
"rulers": [80] | |
} |
Prereq:
apt-get install zsh
apt-get install git-core
Getting zsh to work in ubuntu is weird, since sh
does not understand the source
command. So, you do this to install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh