2010年12月26日 星期日

幾個有趣的 Project 和文章

因為分頁開著放很久了,又沒時間去看,先紀錄下來,以後如果有空再...。

pep8
pep8 is a tool to check your Python code against some of the style conventions in PEP 8.

archery

Archey is a system information tool written in Python.

psutil :
psutil is a module providing an interface for retrieving information on running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat.

shellinabox
Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins.

How to get your code into an open source project