qingfeng (QingFeng)

Name
QingFeng
Email
Website/Blog
http://qingfeng.github.com/
Company
SINA
Location
China Beijing
Member Since
Jul 26, 2008 (about 1 year)

Following 9 githubbers and watching 63 repositories view all →

Public Repositories (9)

  • ntfs

    Net Monitor File System

    legend

    Last updated Wed Nov 04 19:04:51 -0800 2009

  • qingfeng.github.com

    QingFeng's blog

    legend

    Last updated Tue Sep 15 09:55:52 -0700 2009

  • rtm.tmbundle

    RTM tmbundle

    legend

    Last updated Mon Sep 07 07:43:27 -0700 2009

  • dang

    美しい Photos

    legend

    Last updated Mon Jun 08 02:07:35 -0700 2009

  • py-tokyodystopia

    Tokyo DystopiaのPython Interface

    legend

    Last updated Fri Apr 10 09:27:46 -0700 2009

  • rrdtool_server

    根据key-value结构,使用rrdtool统一绘图的服务

    legend

    Last updated Mon Feb 23 01:45:21 -0800 2009

  • lovegame

    is a love game

    legend

    Last updated Tue Feb 17 06:41:14 -0800 2009

  • ttdict

    Python dict save to Tokyo Tyrant

    legend

    Last updated Fri Jan 16 08:14:20 -0800 2009

  • django-ajax-tag

    Django Ajax Tag, ROR link_to_remote clone.

    legend

    Last updated Sun Aug 10 05:57:28 -0700 2008

Public Activity feed

qingfeng forked gist: 259412 Fri Dec 18 02:00:18 -0800 2009
try: from django.core.management import setup_environ import settings
qingfeng created gist: 256988 Tue Dec 15 06:45:24 -0800 2009
#!/usr/bin/expect spawn ssh yanxu@IP
qingfeng updated gist: 254337 Fri Dec 11 08:57:52 -0800 2009
#!/bin/sh cat ntfs.rts | xargs python -c $1 "import sys;print int(sys.argv[1])/1000000" | xargs ...
qingfeng created gist: 254337 Fri Dec 11 08:52:17 -0800 2009
#!/bin/sh cat ntfs.rts | xargs python -c $1 "import sys;print int(sys.argv[1])/1000000" | xargs ...
qingfeng forked gist: 253321 Thu Dec 10 05:08:55 -0800 2009
# encoding: utf-8 import urllib2
qingfeng started watching flyerhzm/rfetion Sun Dec 06 03:55:51 -0800 2009
rfetion's description:
rfetion is a ruby gem for China Mobile fetion service that you can send SMS free.
qingfeng created gist: 246159 Tue Dec 01 00:15:24 -0800 2009
#!/usr/local/bin/python from optparse import OptionParser from datetime import date
qingfeng started watching p2k/pygowave Sun Nov 29 01:08:01 -0800 2009
pygowave's description:
The Open Source Python Google Wave Client/Server solution
qingfeng updated gist: 239402 Wed Nov 25 11:19:15 -0800 2009
#!/bin/sh /usr/local/bin/curl -F "data=xxx.xxx.xx_ja;0;PING OK" http://<IP>:8888/
qingfeng updated gist: 239402 Fri Nov 20 02:55:02 -0800 2009
#!/bin/sh /usr/local/bin/curl -F "data=xxx.xxx.xx_ja;0;PING OK" http://<IP>:8888/
qingfeng created gist: 239402 Fri Nov 20 02:26:31 -0800 2009
import tornado.httpserver import tornado.ioloop import tornado.web
qingfeng updated gist: 236746 Mon Nov 16 23:17:11 -0800 2009
from __future__ import with_statement import os,sys
qingfeng forked gist: 236746 Mon Nov 16 23:16:56 -0800 2009
# -*- coding:utf-8-*- import os,sys filename = sys.argv[1]
qingfeng started watching django-extensions/django-extensions Tue Nov 10 04:35:06 -0800 2009
django-extensions was created Sat Mar 21 09:11:19 -0700 2009
qingfeng created a page in the qingfeng/ntfs wiki Wed Nov 04 19:12:15 -0800 2009
"NTFS Version 2.0" is at qingfeng/ntfs/wikis/ntfs-version-20
qingfeng created tag v1.0 at qingfeng/ntfs Wed Nov 04 19:04:51 -0800 2009
New tag is at qingfeng/ntfs/tree/v1.0
qingfeng added khsing to ntfs Wed Nov 04 07:05:05 -0800 2009
ntfs is at qingfeng/ntfs
qingfeng created branch master at qingfeng/ntfs Mon Nov 02 03:13:53 -0800 2009
New branch is at qingfeng/ntfs/tree/master
qingfeng created repository ntfs Mon Nov 02 03:11:07 -0800 2009
New repository is at qingfeng/ntfs
qingfeng updated gist: 222240 Fri Oct 30 03:00:16 -0700 2009
#encoding: utf-8 from django.contrib import admin from django import forms
qingfeng created gist: 222240 Fri Oct 30 02:51:55 -0700 2009
#encoding: utf-8 from django.contrib import admin from django import forms
qingfeng added JoeDimaggio to py-tokyodystopia Thu Oct 15 22:48:39 -0700 2009
py-tokyodystopia is at qingfeng/py-tokyodystopia
qingfeng started watching btbytes/pyofc2 Tue Oct 13 01:47:23 -0700 2009
pyofc2's description:
Python Open Flash Chart Library
qingfeng started watching btbytes/djofc2_demo Tue Oct 13 01:45:47 -0700 2009
djofc2_demo's description:
Using Python Open Flash Chart 2 with Django
qingfeng created gist: 199795 Fri Oct 02 07:40:21 -0700 2009
from multiprocessing import Pool,Process def f(x):