This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
王 | |
江 | |
周 | |
胡 | |
刘 | |
李 | |
吴 | |
毛 | |
温 | |
习 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#============================================================================= | |
# FileName: ipv6 | |
# Desc: 说明文档 | |
# Author: luoshu | |
# Email: [email protected] | |
# HomePage: http://www.luoshu.me | |
# Version: 0.0.1 | |
# LastChange: 2011-06-24 04:23:29 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: UTF-8 | |
# | |
# Yupoo 照片备份工具 | |
# 此工具不需要API,直接就能备份你的照片信息,下载后以图片 + 一个文本文件的方式存放 | |
# 备份包括内容: | |
# 原图,标题,说明,Tag,当然有 Exif 信息 | |
# | |
# Jason Lee <[email protected]> | |
# http://huacnlee.com | |
# 2011-01-28 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### get news from your friends at renren.com | |
# Copyright: (c) 2009,2010 Jakukyo Friel <[email protected]> | |
# License: GPL v2 | |
# Config area | |
# We put everything in an hg repo. You should set it up already. | |
renrepo=$HOME/repo/renren |