This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
Log of /trunk/scripts
Directory Listing
Revision
50 -
Directory Listing
Modified
Fri Jul 7 21:11:01 2006 UTC
(16 years, 11 months ago)
by
dpavlin
support for repeatable subfields, version bump to 0.20
THIS MIGHT BE INCOMPATIBILE CHANGE for old programs if they always expect to
get scalar for values in hash generated by to_hash.
Revision
43 -
Directory Listing
Modified
Thu Jun 29 23:20:14 2006 UTC
(16 years, 11 months ago)
by
dpavlin
actually use -n argument for maximum records to dump
Revision
42 -
Directory Listing
Modified
Fri Dec 9 14:50:52 2005 UTC
(17 years, 5 months ago)
by
dpavlin
added -d path and -n flags
Revision
36 -
Directory Listing
Modified
Thu Jan 6 20:48:07 2005 UTC
(18 years, 5 months ago)
by
dpavlin
renamed module to Biblio::Isis
Revision
32 -
Directory Listing
Modified
Wed Jan 5 15:46:26 2005 UTC
(18 years, 5 months ago)
by
dpavlin
new api version
- added count method (instead of calling maxmfn directly in object)
- added POD coverage test
- moved unpack_cnt to be separate method and document it
Revision
30 -
Directory Listing
Modified
Sun Jan 2 02:41:30 2005 UTC
(18 years, 5 months ago)
by
dpavlin
fix
Revision
29 -
Directory Listing
Modified
Sat Jan 1 22:39:27 2005 UTC
(18 years, 5 months ago)
by
dpavlin
renamed example script
Revision
17 -
Directory Listing
Modified
Thu Dec 30 19:45:14 2004 UTC
(18 years, 5 months ago)
by
dpavlin
small script to compare output from IsisDB with OpenISIS
Revision
15 -
Directory Listing
Modified
Wed Dec 29 22:46:40 2004 UTC
(18 years, 5 months ago)
by
dpavlin
mostly documentation improvements, but also nicer output and field names
output (using .FDT file) in to_ascii if read_fdt is specified
Revision
14 -
Directory Listing
Modified
Wed Dec 29 20:11:34 2004 UTC
(18 years, 5 months ago)
by
dpavlin
benchmark hash creation for various implementations
Revision
13 -
Directory Listing
Modified
Wed Dec 29 20:10:59 2004 UTC
(18 years, 5 months ago)
by
dpavlin
added debug output which displays raw structures
Revision
9 -
Directory Listing
Modified
Wed Dec 29 16:01:41 2004 UTC
(18 years, 5 months ago)
by
dpavlin
logically deleted records are by default skipped, but can be included using
include_deleted option to new
Revision
7 -
Directory Listing
Modified
Wed Dec 29 15:10:34 2004 UTC
(18 years, 5 months ago)
by
dpavlin
added benchmarking script, some speedup (7029.54/s vs 5829.19/s),
removed left-overs from php porting (dictionaries are not supported by this module),
make dump_isis.pl arguments same as dump_openisis.pl,
renamed GetMFN to fetch
Revision
4 -
Directory Listing
Modified
Tue Dec 28 04:06:04 2004 UTC
(18 years, 5 months ago)
by
dpavlin
print number of rows
Revision
2 -
Directory Listing
Modified
Tue Dec 28 01:41:45 2004 UTC
(18 years, 5 months ago)
by
dpavlin
first working version:
- add support for repeatable fields (so all hash values becomed arrays, even
with single element)
- scripts to dump CDS/ISIS database using this module and OpenIsis
- to_ascii method which dumps ascii output of record
Revision
1 -
Directory Listing
Added
Tue Dec 28 00:43:04 2004 UTC
(18 years, 5 months ago)
by
dpavlin
Import of old code back from february to actually make it work.