
This directory contains some sample programs and developer
regression tests that couldn't be run automatically.

  ntrace                -- a utility for tracing memory 
                           allocation errors in C programs
  sioux                 -- a Nemerle HTTP server
  boyer-moore.n         -- Boyer-Moore algorithm
  knuth-morris-pratt.n  -- Knuth-Morris-Pratt algorithm
  lcs.n                 -- longest common substring
  nondec-subseq.n       -- longest non-decreasing subsequence
  rachunki.n            -- a billing generator for a conference
  shift-or.n            -- shift-or text searching algorithm
  sql.n                 -- example of data base connectivity
  suffix.n              -- suffix trees
