This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
hacks /
| name | age | message | |
|---|---|---|---|
| |
Readme.txt | Sat Feb 07 03:50:11 -0800 2009 | |
| |
doctest | Sat Feb 07 03:36:05 -0800 2009 | |
| |
lightty | Mon Feb 23 22:39:47 -0800 2009 | |
| |
pyvi | Sat Feb 07 03:36:05 -0800 2009 | |
| |
rejson | Thu Feb 19 03:09:02 -0800 2009 |
Readme.txt
Utility scripts.
doctest - Utility to run doctests in a python script.
$ doctest code.py
lightty - Script to run the given program as fastcgi using Lighttpd.
$ lightty code.py
http://0.0.0.0:8080
....
$ lightty code.py 9000
http://0.0.0.0:9000
....
pyvi - Script to open source file of a python module in vim.
$ pyvi os.path







