Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.900 Times

Process Getopt freeware
Filter: All | Freeware | Demo
 

Process Getopt

1 2 3 4 5 > 
Added: July 01, 2013 | Visits: 191

process-getopt process_getopt is a wrapper around getopt for bash script developers. It saves you time, reduces the chance for errors and increases the chance that doco is actually written. It is the bash equivalent of RedHat's popt and GNU's argp for C. Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): process-getopt Download

Added: April 08, 2010 | Visits: 956

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare... Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Getopt::Declare Download

Added: November 06, 2010 | Visits: 701

Getopt::Tabular Getopt::Tabular is a Perl module for table-driven argument parsing for Perl 5. SYNOPSIS use Getopt::Tabular; (or) use Getopt::Tabular qw/GetOptions SetHelp SetHelpOption SetError GetError/; ... ≥topt::Tabular::SetHelp (long_help, usage_string); @opt_table = (... Platforms: *nix

License: Freeware Size: 25.6 KB Download (86): Getopt::Tabular Download

Added: September 10, 2010 | Visits: 686

Tk::Getopt Tk::Getopt is a user configuration window for Tk with interface to Getopt::Long. SYNOPSIS use Tk::Getopt; @opttable = ([opt1, =s, default], [opt2, !, 1], ...); $opt = new Tk::Getopt(-opttable => @opttable, -options => %options, -filename => "$ENV{HOME}/.options"); $opt->set_defaults; #... Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Tk::Getopt Download

Released: November 01, 2006  |  Added: November 26, 2006 | Visits: 6.034

Process Audit Free Edition -Monitors Process Execution on local & remote machine -Prevents unauthorized application startup on local & remote machine -Logs activities Text Based log file -Detailed System Log -Real time process monitoring -Automated process termination Platforms: Windows

License: Freeware Size: 485.84 KB Download (999): Process Audit Free Edition Download

Released: August 08, 2008  |  Added: April 23, 2014 | Visits: 218.675

Remote Process Viewer Remote Process Viewer is a free remote Windows Task Manager for your network. It will show you detailed information about all the processes that are currently running on a chosen network client. It reveals such information as the process file name, full path, PID (process identifier), PID of the... Platforms: Windows, Windows 7

License: Freeware Size: 228.38 KB Download (4103): Remote Process Viewer Download

Added: May 27, 2010 | Visits: 1.301

Java GetOpt Library Java GetOpt library implements option parsing and a common online help behaviour, including an XML format for topics, command, and options (which can be queried with --help --xml) and support for online browsing with --help --browse. Whats New in This Release: � The getopt library can... Platforms: *nix

License: Freeware Size: 204.8 KB Download (96): Java GetOpt Library Download

Added: August 21, 2010 | Visits: 747

Getopt::Clade Getopt::Clade is a Perl module with command-Line Argument Declaration Engine. This module is a placeholder for the real Getopt::Clade module. The module was supposed to be released by July 2005, to support the book "Perl Best Practices". Unfortunately, due to a series of family medical crises,... Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Getopt::Clade Download

Added: September 12, 2010 | Visits: 795

Getopt::Euclid Getopt::Euclid is Perl module executable uniform command-Line interface descriptions. SYNOPSIS use Getopt::Euclid; if ($ARGV{-i}) { print "Interactive mode...n"; } for my $x (0..$ARGV{-size}{h}-1) { for my $y (0..$ARGV{-size}{w}-1) { do_something_with($x, $y); } } __END__ =head1... Platforms: *nix

License: Freeware Size: 24.58 KB Download (91): Getopt::Euclid Download

Added: March 17, 2010 | Visits: 812

Getopt::Lucid Getopt::Lucid is a clear, readable syntax for command line processing. SYNOPSIS use Getopt::Lucid qw( :all ); # basic option specifications with aliases @specs = ( Switch("version|V"), Counter("verbose|v"), Param("config|C"), List("lib|l|I"), Keypair("define"), Switch("help|h") );... Platforms: *nix

License: Freeware Size: 39.94 KB Download (104): Getopt::Lucid Download

Added: September 15, 2010 | Visits: 886

Getopt::Tiny Getopt::Tiny is yet another command line argument parsing module. SYNOPSIS use Getopt::Tiny; my $arg = default value; my @list; my %hash; my $flag; my %set; # begin usage info my (%flags) = ( argx => $arg, # set a parameter listx => @list, # fill in a list hashx => %hash, # set... Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Getopt::Tiny Download

Added: February 12, 2010 | Visits: 674

Getopt::Helpful Getopt::Helpful is an integrated option hash / help messages. STATE This module is still under development, but is being publish on CPAN to satisfy some code which depends on it. The interface may change in a future version and some of the functionality is not yet complete. SYNOPSIS This... Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Getopt::Helpful Download

Added: July 15, 2010 | Visits: 2.036

bibEC Process Card bibEC Process Card is a multiple gateway credit card payment processor. This class is meant to process credit card payments via one of multiple payment gateways that are supported. Currently the class supports the following payment gateways: Plug and Pay, Authorize.net, ViaKlix, and paynet .... Platforms: *nix

License: Freeware Download (295): bibEC Process Card Download

Added: October 19, 2010 | Visits: 905

Getopt::Function Getopt::Function is a Perl module to provide mixed options with help information. SYNOPSIS use Getopt::Function qw(maketrue makevalue); $::opthandler = new Getopt::Function [ ], { => [ , , ] } $result = GetOptions (...option-descriptions...); $::opthandler->std_opts;... Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): Getopt::Function Download

Added: March 04, 2010 | Visits: 940

Getopt::Long::Descriptive Getopt::Long::Descriptive is a Getopt::Long module with usage text. SYNOPSIS use Getopt::Long::Descriptive; my ($opts, $usage) = describe_options($format, @opts, %arg); FORMAT $format = "usage: myprog %o myarg..."; %o will be replaced with a list of the short options, as well as the... Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Getopt::Long::Descriptive Download

Added: August 21, 2010 | Visits: 612

Getopt::Popt Getopt::Popt is a Perl interface to the popt(3) library. SYNOPSIS use Getopt::Popt qw(:all); # setup the options array push @options,new Getopt::Popt::Option( longName => "long", shortName => "l", argInfo => POPT_ARG_STRING, arg => $qux, val => $val); # or, if youre lazy, have... Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): Getopt::Popt Download

Added: November 15, 2010 | Visits: 1.440

Getopt::Attribute Getopt::Attribute is a Perl module to attribute wrapper for Getopt::Long. SYNOPSIS use Getopt::Attribute; our $verbose : Getopt(verbose!); our $all : Getopt(all); our $size : Getopt(size=s); our $more : Getopt(more+); our @library : Getopt(library=s); our %defines : Getopt(define=s);... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): Getopt::Attribute Download

Added: October 25, 2010 | Visits: 1.181

Getopt::Plus Getopt::Plus is a Perl module with options wrapper with standard options, help system and more. FILE_SIZE_HUMAN Map from file size in bytes to human name, as hashref, keys being name (full name, lowercase, no trailing s) and abbrev (one/two-letter abbreviation). Option Types Permissable... Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): Getopt::Plus Download

Added: March 26, 2010 | Visits: 1.519

Process Raw Images Process Raw Images is a service menu for processing many raw images at once. Supports output to Jpeg, Png and Tiff.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security... Platforms: *nix

License: Freeware Size: 6.14 KB Download (148): Process Raw Images Download

Added: May 04, 2010 | Visits: 925

Getopt::EvaP Getopt::EvaP is a Perl module to evaluate Perl command line parameters. SYNOPSIS use vars qw/@PDT @MM %OPT/; use Getopt::EvaP; EvaP @PDT, @MM, %OPT; EXPORT use Getopt::EvaP exports the subs EvaP and EvaP_PAC into your name space. @PDT is the Parameter Description Table, which is a... Platforms: *nix

License: Freeware Size: 52.22 KB Download (99): Getopt::EvaP Download

1 2 3 4 5 >