Skip to content

Instantly share code, notes, and snippets.

@tanbro
tanbro / sample.py
Created March 28, 2012 06:55
Server-Sent Events feature for tornado webserver
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Created on 2011-8-29
@author: tanbro
'''
import os
@tanbro
tanbro / StringSplit.c
Created August 30, 2011 03:34
split char* into char*[]
/*
============================================================================
Name : StringSplit.c
Author :
Version :
Copyright :
Description : Hello World in C, Ansi-style
============================================================================
*/