« September 2005 | Main | November 2005 »
October 21, 2005
google-kongulo is what I want
http://goog-kongulo.sourceforge.net/
This plugin for Google Desktop Search is a simple web spider (Könguló is Icelandic for spider) that crawls websites you specify, e.g. intranet websites, and dumps them into Google Desktop Search so that you will see results from them when you perform a desktop search, and can browse their contents offline via GDS's cache.
I may go on and tweak it a bit so that I can manage my bookmark effectively. But who knows, I'm busy, I avoid programming as much as I can, and I don't have much knowledge of web programming.
Posted by Roy at 02:49 PM | Comments (0)
October 16, 2005
A Comparison of Solaris, Linux, and FreeBSD Kernels
http://www.opensolaris.org/os/article/2005-10-14_a_comparison_of_solaris__linux__and_freebsd_kernels/
Posted by Roy at 01:23 PM | Comments (0)
October 13, 2005
Oral hygiene
http://en.wikipedia.org/wiki/Oral_hygiene
http://www.jlab.org/~xiaochao/art/doggie/dental1.html
http://www.jlab.org/~xiaochao/art/doggie/dental2.html
http://en.wikipedia.org/wiki/Tooth
...
Posted by Roy at 03:33 PM | Comments (0)
October 11, 2005
Recursive Descendent Parser by hand vs. Parser Generator
Excerpted from Stanford's Year 2000 Quals on compiler.
Just for fun.
pros of descendent parser:
When grammar is simple.
Great flexibility. Look ahead more than one symbol or use other information.
Flexible and understandable error recovery.
pros of parser generator:
Easier, automatic parser construction.
LALR(1) more powerful than LL(1).
The CFG is more readable.
Parser likely to be faster.
Posted by Roy at 06:11 PM | Comments (0)