joedog
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4
JoeDog::Wacky 0.2
JoeDog::Wacky provides a perl module that implements the WACKY/1.0 protocol. more>>
JoeDog::Wacky provides a perl module that implements the WACKY/1.0 protocol.
It allows you to manipulate the keyboard lights on any computer running Wacky.
This is a autoloadable module which allows the programmer to interface a wackyd via WACKY/1.0 protocol. For this to be of any value, you must first acquire wackyd.
INSTALLATION
JoeDog::Wacky.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:
$ perl Makefile.PL
$ make
$ make test
$ su
$ make install
USAGE
use JoeDog::Wacky;
my $wacky = new JoeDog::Wacky( $hostname );
$wacky->send( $pattern );
$wacky->send( $message );
$wacky->close( );
<<lessIt allows you to manipulate the keyboard lights on any computer running Wacky.
This is a autoloadable module which allows the programmer to interface a wackyd via WACKY/1.0 protocol. For this to be of any value, you must first acquire wackyd.
INSTALLATION
JoeDog::Wacky.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:
$ perl Makefile.PL
$ make
$ make test
$ su
$ make install
USAGE
use JoeDog::Wacky;
my $wacky = new JoeDog::Wacky( $hostname );
$wacky->send( $pattern );
$wacky->send( $message );
$wacky->close( );
Download (0.008MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
JoeDog::Stats 1.14
JoeDog::Stats provides a perl module that performs statistical analyses on grouped or ungrouped data. more>>
JoeDog::Stats provides a perl module that performs statistical analyses on grouped or ungrouped data.
A perl module that performs statistical analyses on grouped or ungrouped data provided by arrays, hashes or frequency distributions. Frequency distributions can be saved to file and loaded later.
These files require a fraction of disk space compared to the original data. They are perfect for long-term storage and analysis.
INSTALLATION
JoeDog::Stats.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:
$ perl Makefile.PL
$ make
$ make test
$ su
$ make install
USAGE
see: perldoc JoeDog::Stats
<<lessA perl module that performs statistical analyses on grouped or ungrouped data provided by arrays, hashes or frequency distributions. Frequency distributions can be saved to file and loaded later.
These files require a fraction of disk space compared to the original data. They are perfect for long-term storage and analysis.
INSTALLATION
JoeDog::Stats.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:
$ perl Makefile.PL
$ make
$ make test
$ su
$ make install
USAGE
see: perldoc JoeDog::Stats
Download (0.016MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
JoeDog::Config 2.01
JoeDog::Config provides a perl extension for parsing data/configuration file. more>>
JoeDog::Config provides a perl extension for parsing data/configuration file.
It reads columns, key-value pairs, and INI style config files into arrays, hashes and hashes of hashes. It can take characters or regexes for separators.
ABSTRACT:
This is a autoloadable module which allows the programmer
to read data from an configuration file into various perl
data types, arrays, multi-dimentional arrays and hashes.
INSTALLATION
JoeDog::Config.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:
$ perl Makefile.PL
$ make
$ make test
$ su
$ make install
USAGE
use JoeDog::Config;
my $cnf = new JoeDog::Config(filename);
my @array = $cnf->get_column();
my @arrays = $cnf->get_columns(sep);
my @aoa = $cnf->get_table(sep,num);
my @aoa = $cnf->get_table(sep,[num1, num2, etc...]);
my %hash = $cnf->get_hash(sep);
my %hashes = $cnf->get_hashes(sep);
<<lessIt reads columns, key-value pairs, and INI style config files into arrays, hashes and hashes of hashes. It can take characters or regexes for separators.
ABSTRACT:
This is a autoloadable module which allows the programmer
to read data from an configuration file into various perl
data types, arrays, multi-dimentional arrays and hashes.
INSTALLATION
JoeDog::Config.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:
$ perl Makefile.PL
$ make
$ make test
$ su
$ make install
USAGE
use JoeDog::Config;
my $cnf = new JoeDog::Config(filename);
my @array = $cnf->get_column();
my @arrays = $cnf->get_columns(sep);
my @aoa = $cnf->get_table(sep,num);
my @aoa = $cnf->get_table(sep,[num1, num2, etc...]);
my %hash = $cnf->get_hash(sep);
my %hashes = $cnf->get_hashes(sep);
Download (0.014MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
JoeDog::ProgressBar 1.1
JoeDog::ProgressBar provides a perl extension that provides an ASCII progress bar for your perl scripts. more>>
JoeDog::ProgressBar provides a perl extension that provides an ASCII progress bar for your perl scripts.
You can run it inside any for which you can calculate the last iteration.
This is a autoloadable module which allows the programmer to add a progress bar to loops.
47% done: +++++++++++++++++++++++> |
INSTALLATION
JoeDog::ProgressBar.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no problem
with this installation as it will be familiar:
$ perl Makefile.PL
$ make
$ make test
$ su
$ make install
USAGE
use JoeDog::ProgressBar;
my $bar = new ProgressBar($max_size);
for(0..$max_size){
$bar->refresh($_);
}
<<lessYou can run it inside any for which you can calculate the last iteration.
This is a autoloadable module which allows the programmer to add a progress bar to loops.
47% done: +++++++++++++++++++++++> |
INSTALLATION
JoeDog::ProgressBar.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no problem
with this installation as it will be familiar:
$ perl Makefile.PL
$ make
$ make test
$ su
$ make install
USAGE
use JoeDog::ProgressBar;
my $bar = new ProgressBar($max_size);
for(0..$max_size){
$bar->refresh($_);
}
Download (0.003MB)
Added: 2007-03-23 License: Public Domain Price:
945 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above joedog search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed