2007年3月26日 星期一

程式碼字型

環境:

- OS: Kubuntu Feisty Beta
- 字型設定: anti-aliasing fonts + sub-pixel hinting (Hinting style: Full)

兩種比較喜歡的字型:


Lucida Bright
(在 Kubuntu 下被包在 sun-java6-fonts 套件內)



Bitstream Vera Sans Mono



另外可以參考的文章: Simply Patrick: Programmer's Font

2007年3月6日 星期二

[FYI] Standard Gems: SimpleHTTPServer.test()

From Raving Techno Rant: Standard Gems: SimpleHTTPServer.test()

You can start up a web server from the current directory on port 8000 with a single line of python.

python -c "from SimpleHTTPServer import test; test()"
Even simpler:
python -m SimpleHTTPServer
Python Rules!!

Picasa for Linux

FYI: http://picasa.google.com/linux/learn_more.html