2004-05-28 23:38:46

The Art of Unix Programming, plucker version

This is a good book written by ESR. The original URL is http://www.catb.org/~esr/writings/taoup/html/.

I made a plucker version of this book. It is placed at here. Fell free to fetch it. :)

由 plasma 於 2004-05-28 23:38:46 所發表
迴響

There are many unicode characters in original HTMLs that plucker converts them into weird characters. I've used a tiny perl script (which is appended at the end of this follow up) to convert them into more readable characters, and re-converted the plucker database. Please download the plucker database again if you see this.

The chapter links (Prev, Up, Next) are working now, and the book is much more readable. Enjoy this good book.

perl -pi -e ' \
s/\xa0/ /g; \
s/‘/chr(96)/ge; \
s/’/'/g; \
s/—/--/g; \
s/“/chr(96).chr(96)/ge; \
s/”/''/g; \
s/–/-/g; \
s/−/-/g; \
s/
/ /g; \
' *.html

plasma 於 2004-05-29 10:05:16 所發表

Oops! What am I gonna do with my paperback copy? :Q

PowerOp 於 2004-06-01 10:44:19 所發表

PowerOP:

You can give it to me as a present. XD

/me flee in light speed~~~

plasma 於 2004-06-01 10:46:39 所發表

http://svn.ntcu.net/~plasma/plucker/ArtOfUnixProgramming.image.pdb is a version with image. The image is encoded as 8 bpp, so the filesize is quite large (about 2M).

Enjoy.

plasma 於 2004-06-01 12:38:27 所發表
發表評論










請依上圖輸入檢核碼: