~ubuntu-branches/ubuntu/breezy/judy/breezy

« back to all changes in this revision

Viewing changes to src/apps/demo/README_deliver

  • Committer: Bazaar Package Importer
  • Author(s): Theodore Y. Ts'o
  • Date: 2004-01-17 00:04:53 UTC
  • Revision ID: james.westby@ubuntu.com-20040117000453-d5sj6uoon2v1g4gf
Tags: upstream-0.0.4
ImportĀ upstreamĀ versionĀ 0.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# @(#) $Revision: 4.5 $ $Source: /judy/src/apps/demo/README_deliver $
 
2
 
 
3
# Demo programs to be included with the Judy distribution.
 
4
 
 
5
run_demo        Simple Judy example script; explains, shows source code,
 
6
                compiles and runs it.
 
7
 
 
8
Makefile        By default, makes all the demo programs.  The libJudy.a
 
9
                and Judy.h locations might have to be changed (via cc -I
 
10
                options).
 
11
 
 
12
funhist.c       Function histogram program.
 
13
 
 
14
interL.c        Interactive JudyL program.
 
15
interSL.c       Interactive JudySL program.
 
16
 
 
17
JudySort.c      JudySL version of "sort -u".