Skip to content

Instantly share code, notes, and snippets.

View xream's full-sized avatar

xream xream

View GitHub Profile
@xream
xream / flora_pac.py
Created April 24, 2012 03:58
flora_pac.py
#!/usr/bin/env python
#
# Refined by @phuslu
# Flora_Pac by @leaskh
# www.leaskh.com, [email protected]
#
# based on chnroutes project (by [email protected])
#
import re
@xream
xream / tc.rb
Created March 26, 2012 10:26 — forked from lexrus/tc
Epoch / Unix Timestamp Converter
#!/bin/bash
# sudo chmod +x tc;sudo mv tc /usr/bin
if [[ -z "$1" ]]
then
printf %s "\
Nifty Timestamp Convertor by Lex Tang
tc 2012/12/12
tc 1355283413
"
exit