Skip to content

Instantly share code, notes, and snippets.

View nkchenz's full-sized avatar

Jaime Chen nkchenz

View GitHub Profile
@nkchenz
nkchenz / myvimrc
Created January 6, 2012 06:55
my .vimrc elflord theme, green comments, red strings and simple folds
set nocompatible
set backspace=indent,eol,start
set ruler
set showcmd
set wildmenu
set fo=cqrt
set laststatus=2
set textwidth=78
set ww=<,>,h,l
@nkchenz
nkchenz / binder.py
Created November 11, 2011 10:16
weibopy-binder-urllib2
# Copyright 2009-2010 Joshua Roesslein
# See LICENSE for details.
import httplib
import urllib
import time
import re
from weibopy.error import WeibopError
from weibopy.utils import convert_to_utf8_str