Pinned Repositories
dm_ali
Alibaba data mining contest, my code.
IT-Career
职业生涯中需要常常向前辈学习经验教训,这个仓库用来记录这样的文章和资源。
light
Theme 「light」 of hexo, improved. See my blog to check what is looks like.
lightum
A hexo theme improved from Light.
MVCDemo
一个 iOS Demo,展示如何用 MVC 的方式构建程序。基本功能是访问一个StartupNews 的一个非官方 API,加载列表;点击列表后进入相应的网页。用到了 AFNetwork,网页展示用了 Readability。
Projects
Trying to complete over 100 projects in various categories in Python. Fork to learn any new language.
python-practice
This repository stores the scripts I writes using python.
zippera.github.io
See my blog
zippera's Repositories
zippera/lightum
A hexo theme improved from Light.
zippera/zippera.github.io
See my blog
zippera/MVCDemo
一个 iOS Demo,展示如何用 MVC 的方式构建程序。基本功能是访问一个StartupNews 的一个非官方 API,加载列表;点击列表后进入相应的网页。用到了 AFNetwork,网页展示用了 Readability。
zippera/light
Theme 「light」 of hexo, improved. See my blog to check what is looks like.
zippera/IT-Career
职业生涯中需要常常向前辈学习经验教训,这个仓库用来记录这样的文章和资源。
zippera/python-practice
This repository stores the scripts I writes using python.
zippera/dm_ali
Alibaba data mining contest, my code.
zippera/Projects
Trying to complete over 100 projects in various categories in Python. Fork to learn any new language.
zippera/vimsettings
My vim settings and plugins.
zippera/blogposts
This is the source files of my blog posts,with extension of '.md'. To see my blog, go to http://zipperary.com.
zippera/coursera
Script for downloading Coursera.org videos and naming them.
zippera/hexotutorial
A gitbook for a tutorial on hexo, see
zippera/matlabcodes
various codes of matlab
zippera/papersdone
Track and List the papers I have read.
zippera/zippera.github.com
Welcome to my website!
zippera/bootstrap
The most popular front-end framework for developing responsive, mobile first projects on the web.
zippera/bulletinboard
A simple bulletin board created by PHP.
zippera/cpp-practice
zippera/depot
《Web Design for Developers 4th edition》对应的程序练习
zippera/express_hands_on
Learn express with mongoose from scratch.
zippera/fmpro
fm player
zippera/img2txt
Image to Ascii Text with color support. Dead simple, something useless. written in Python
zippera/jscode
Learn JS.
zippera/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. I fork this repo to study the source code , add comments and my understanding.
zippera/opencv-lane-vehicle-track
Automatically exported from code.google.com/p/opencv-lane-vehicle-track
zippera/pf
The simplest particle filter algorithm for object tracking
zippera/shadowsocks
zippera/shadowsocks-go
go port of shadowsocks
zippera/sike-css0to1-profile
responsive css from 0 to 1
zippera/simpleWebServer
练习用 unix c 写一个 web server,从最简单开始,逐渐完善功能