-# $Id: Makefile,v 1.3 2007-03-02 12:02:16 mike Exp $
LIBS = -lyaz -lxml2 -lssl # Ubuntu Linux 6.06
#!/usr/bin/perl -w
-# $Id: find-different-access-point.pl,v 1.1 2006-10-17 15:25:51 mike Exp $
#
# Run like this:
# find-different-access-point.pl fish bagel:210/gils bagel:210/marc
#!/usr/bin/perl -w
-# $Id: irspy-stats.pl,v 1.5 2007-10-31 16:07:40 mike Exp $
#
# perl -I ../lib irspy-stats.pl localhost:8018/IR-Explain---1 "net.host=*indexdata*"
#!/usr/bin/perl -w
-# $Id: reindex.pl,v 1.3 2007-03-07 11:35:38 mike Exp $
-
use strict;
use warnings;
use ZOOM;
-/* $Id: setrlimit.c,v 1.4 2008-04-10 08:13:29 mike Exp $ */
-
/*
* A simple wrapper program for the setrlimit(2) system call, which
* can be used to run a subprocess under a different regime -- much
#!/usr/bin/perl -w
-
-# $Id: test-net-z3950-zoom.pl,v 1.2 2006-07-19 16:28:59 mike Exp $
#
# Run the same way as "test-pod.pl". This is supposed to be an
# exactly equivalent program but written using the Net::Z3950::ZOOM
#!/usr/bin/perl -w
-
-# $Id: test-pod.pl,v 1.2 2006-07-19 11:52:34 mike Exp $
#
# Run like this:
# YAZ_LOG=pod perl -I ../lib test-pod.pl "bagel.indexdata.com/gils" "bagel.indexdata.com/marc"
#!/usr/bin/perl -w
-
-# $Id: test-xml-update.pl,v 1.9 2007-03-19 18:50:22 mike Exp $
#
# Run like this:
# perl -I ../lib ./test-xml-update.pl bagel.indexdata.dk:210/gils title "Test Database" author "Adam" description "This is a nice database"
/*
- * $Id: test-zoom-c.c,v 1.2 2006-07-20 12:01:43 mike Exp $
- *
* Run the same way as "test-pod.pl". This is supposed to be an
* exactly equivalent program but written using the ZOOM-C imperative
* API for asynchronous events directly rather than through the
#!/usr/bin/perl -w
-
-# $Id: test-zoom.pl,v 1.2 2007-02-26 14:48:52 mike Exp $
#
# Run the same way as "test-pod.pl". This is supposed to be an
# exactly equivalent program but written using the ZOOM-Perl