&t odegards.com/derek: May 27, 2002 Archives

May 27, 2002

Wolfram's New Kind of Science

Ray Kurzweil: Reflections on Stephen Wolfram's A New Kind of Science.

Posted by derek at 05:31 PM

Poor Sysadmin's Guide

Poor Sysadmin's Guide to Remote Linux Administration.

Posted by derek at 05:29 PM

Two-stage recursive algorithms in XSLT

Two-stage recursive algorithms in XSLT:

This article presents several examples of two-stage recursive XSLT algorithms. In each of them the first stage is implemented as DVC (divide and conquer) recursive template, and the second stage as simple recursive template. The examples show that such a combination results in better performance than other solutions, including classic DVC-only algorithms.

Posted by derek at 04:42 PM