Sat, 27 Apr 2024 17:31:08 UTC | login

Information for build perl-Fsdb-3.4-1.fc40

ID280262
Package Nameperl-Fsdb
Version3.4
Release1.fc40
Epoch2
SummaryA set of commands for manipulating flat-text databases from the shell
DescriptionFSDB is a package of commands for manipulating flat-ASCII databases from shell scripts. FSDB is useful to process medium amounts of data (with very little data you'd do it by hand, with megabytes you might want a real database). FSDB is very good at doing things like: - extracting measurements from experimental output - re-examining data to address different hypotheses - joining data from different experiments - eliminating/detecting outliers - computing statistics on data (mean, confidence intervals, correlations, histograms) - reformatting data for graphing programs Rather than hand-code scripts to do each special case, FSDB provides higher-level functions than one gets with raw perl or shell scripts. (Some features: control uses names instead of column numbers, it is self-documenting, and is robust with good error and memory handling.)
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 10 Jan 2024 10:38:13 UTC
CompletedWed, 10 Jan 2024 10:38:13 UTC
Tags
f40
RPMs
src
perl-Fsdb-3.4-1.fc40.src.rpm (info) (download)
noarch
perl-Fsdb-3.4-1.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 05 2024 John Heidemann <johnh@isi.edu> 3.4-1 - See http://www.isi.edu/~johnh/SOFTWARE/FSDB/