Skip to content

Instantly share code, notes, and snippets.

View logicmd's full-sized avatar

Kevin Tong logicmd

  • Meta
  • Seattle
View GitHub Profile
@jason5ng32
jason5ng32 / surge.conf
Last active November 6, 2024 06:39
Surge Configs ( for 2.x )
[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
@wstczlt
wstczlt / fan.py
Last active August 29, 2015 13:57 — forked from c4pt0r/fan.py
#!/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
@hwdsl2
hwdsl2 / .MOVED.md
Last active December 27, 2024 15:13
IPsec VPN Server Auto Setup Script for Ubuntu and Debian
@hanguokai
hanguokai / notify.js
Created April 28, 2013 10:29
本代码为 Google Apps Script 。 用于读取 Google Drive 中的报名表(电子表格),去除重复数据,并根据姓名和 Email 地址发送通知邮件。
//已发送邮件的标记内容
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连接不好,需要使用网络软件


##各轮比赛时间

注:晋级规则皆为往年的

@agnoster
agnoster / README.md
Last active February 14, 2025 19:54
My ZSH Theme

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark

@logicmd
logicmd / Preferences.sublime-settings.json
Created July 20, 2012 15:43
Preferences sublime settings
{
"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]
}
@tsabat
tsabat / zsh.md
Last active October 16, 2024 14:43
Getting oh-my-zsh to work in Ubuntu