John Heidemann > Fsdb-2.43

Fsdb-2.43

This Release Fsdb-2.43  [Download] [Browse 02 Sep 2013
Other Releases
Links Discussion Forum ] [ View/Report Bugs (1) ] [ Dependencies ] [ Other Tools ]
CPAN Testers PASS (26)   FAIL (17)   NA (14)   UNKNOWN (34)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating      (0 Reviews) [ Rate this distribution ]
License unknown
Special Files
COPYING
Makefile.PL
MANIFEST
META.json
README

Modules

Fsdb a flat-text database for shell scripting     2.43
Fsdb::BoundedQueue thread-safe queues     2.00
Fsdb::Filter base class for Fsdb filters     1
Fsdb::Filter::cgi_to_db convert stored CGI files (from CGI.pm) to fsdb     2
Fsdb::Filter::combined_log_format_to_db convert Apache Combined Log Format to Fsdb     2
Fsdb::Filter::csv_to_db convert comma-separated-value data into fsdb     2
Fsdb::Filter::db_to_csv convert fsdb to the comma-separated-value file-format     2
Fsdb::Filter::db_to_html_table convert db to an HTML table     2
Fsdb::Filter::dbcol select columns from an Fsdb file     2
Fsdb::Filter::dbcolcopylast create new columns that are copies of prior columns     2
Fsdb::Filter::dbcolcreate create new columns     2
Fsdb::Filter::dbcoldefine define the columns of a plain text file to make it an Fsdb file     2
Fsdb::Filter::dbcolhisto compute a histogram over a column of Fsdb data     2
Fsdb::Filter::dbcolmerge merge multiple columns into one     2
Fsdb::Filter::dbcolmovingstats compute moving statistics over a window of a column of data     2
Fsdb::Filter::dbcolneaten pretty-print columns of Fsdb data (assuming a monospaced font)     2
Fsdb::Filter::dbcolpercentile compute percentiles or ranks for an existing column     2
Fsdb::Filter::dbcolrename change the names of columns in a fsdb schema     2
Fsdb::Filter::dbcolscorrelate find the coefficient of correlation over columns     2
Fsdb::Filter::dbcolsplittocols split an existing column into multiple new columns     2
Fsdb::Filter::dbcolsplittorows split an existing column into multiple new rows     2
Fsdb::Filter::dbcolsregression compute linear regression between two columns     2
Fsdb::Filter::dbcolstats compute statistics on a fsdb column     2
Fsdb::Filter::dbcolstatscores compute z-scores or t-scores for each value in a population     2
Fsdb::Filter::dbfilealter alter the format of an Fsdb file, changing the row/column seperator     2
Fsdb::Filter::dbfilediff compare two fsdb tables     2
Fsdb::Filter::dbfilepivot pivot a table, converting multiple rows into single wide row     2
Fsdb::Filter::dbfilestripcomments remove comments from a fsdb file     2
Fsdb::Filter::dbfilevalidate insure the source input is a well-formed Fsdb file     2
Fsdb::Filter::dbformmail write a shell script that will send e-mail to many people     2
Fsdb::Filter::dbjoin join two tables on common columns     2
Fsdb::Filter::dbmapreduce reduce all input rows with the same key     2
Fsdb::Filter::dbmerge merge all inputs in sorted order based on the the specified columns     2
Fsdb::Filter::dbmerge2 merge exactly two inputs in sorted order based on the the specified columns     2
Fsdb::Filter::dbmultistats run dbcolstats over each group of inputs identified by some key     2
Fsdb::Filter::dbpipeline allow db commands to be assembled as pipelines in Perl     2
Fsdb::Filter::dbrow select rows from an Fsdb file based on arbitrary conditions     2
Fsdb::Filter::dbrowaccumulate compute a running sum of a column     2
Fsdb::Filter::dbrowcount count the number of rows in an Fsdb stream     2
Fsdb::Filter::dbrowdiff comete row-by-row differences of some column     2
Fsdb::Filter::dbroweval evaluate code for each row of a fsdb file     2
Fsdb::Filter::dbrowuniq eliminate adjacent rows with duplicate fields, maybe counting     2
Fsdb::Filter::dbrvstatdiff evaluate statistical differences between two random variables     2
Fsdb::Filter::dbsort sort rows based on the the specified columns     2
Fsdb::Filter::dbsubprocess invoke a subprocess as a Fsdb filter object     2
Fsdb::Filter::html_table_to_db convert HTML tables into fsdb     2
Fsdb::Filter::kitrace_to_db convert kitrace output to Fsdb format     2
Fsdb::Filter::tabdelim_to_db convert tab-delimited data into fsdb     2
Fsdb::Filter::tcpdump_to_db convert tcpdump textual output to fsdb     2
Fsdb::Filter::xml_to_db convert a subset of XML into fsdb     2
Fsdb::IO base class for Fsdb IO (FsdbReader and FsdbWriter)     2
Fsdb::IO::Reader handle formatting reading from a fsdb file (handle) or queue     1.1
Fsdb::IO::Replayable support for buffering fsdb rows     1
Fsdb::IO::Writer handle formatting reading from a fsdb file (handle) or queue     1.1
Fsdb::Support support routines for Fsdb     1
Fsdb::Support::DelayPassComments support for buffering comments     1
Fsdb::Support::NamedTmpfile dreate temporary files that can be opened     1
Fsdb::Support::OS operating-system-specific support functions     1
Fsdb::Support::Pipe extend IO::Pipe for threaded use      
Fsdb::Support::TDistribution t-distributions for stats     1

Documentation

dbcolize DEPRICATED, now use dbfilealter  
dblistize DEPRICATED, now use dbfilealter  
dbrecolize DEPRICATED, now use dbfilealter  
dbrowenumerate enumerate rows, starting from zero  
dbstats DEPRICATED, now use dbcolstats  
generate_ints.pl make a repeating, controled stream of random integers  
modularize_program convert a fsdb library to a standalone program  
ns_to_db convert one of ns's output format to jdb  
update_modules update the list of fsdb modules in the three places they're kept  

Other Files

README.html