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.477.064 Times

Arguments freeware
Filter: All | Freeware | Demo
 

Arguments

< 1 2 3 4 5 > 
Added: February 18, 2010 | Visits: 959

Arg_parser Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. Arg_parser is implemented as a C++ class, and is simpler, easier to use, and safer that "getopt_long". Arg_parser does not modify its arguments, nor uses any global variables. So you may create... Platforms: *nix

License: Freeware Size: 17.41 KB Download (91): Arg_parser Download

Added: June 04, 2010 | Visits: 766

gimmage gimmage is an image viewer that is perfect for command line usage as it accepts directories and image filenames as arguments. It has an in-application file browser that allows users to select and drag images and directories into the image viewing area in order to have them displayed.. Platforms: *nix

License: Freeware Size: 24.58 KB Download (95): gimmage Download

Added: March 09, 2010 | Visits: 979

OOWeb OOWeb is a lightweight, embedded HTTP server for Java applications that maps objects to URL directories, methods to pages and form/querystring arguments as method parameters. This allows for unparalleled ease in creating, deploying and testing web applications and most importantly, its fun to... Platforms: *nix

License: Freeware Size: 368.64 KB Download (101): OOWeb Download

Added: June 16, 2010 | Visits: 1.097

Chatbot::Alpha::Sort Chatbot::Alpha::Sort is a Perl module for alphabetic sorting of Chatbot::Alpha documents. SYNOPSIS use Chatbot::Alpha::Sort; # Create a new sorter. my $sort = new Chatbot::Alpha::Sort(); # Sort your files. $sort->start ( dir => ./before, out => ./after, ext => cba, );... Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Chatbot::Alpha::Sort Download

Added: November 06, 2010 | Visits: 1.276

The C++ Cmdline Library The C++ Cmdline Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested... Platforms: *nix

License: Freeware Size: 849.92 KB Download (108): The C++ Cmdline Library Download

Added: February 05, 2010 | Visits: 2.264

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested... Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Added: November 06, 2010 | Visits: 878

Math::FresnelZone SYNOPSIS use Math::FresnelZone; use Math::FresnelZone qw(fresnel fresnelMi fresnelKm); The arguments are: 0 - distance in kilometers or miles (default is 1), 1 - frequency in GHz (defualt 2.4), 2 - set to true to specify that the distance you are inputting is in miles and that the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Math::FresnelZone Download

Added: November 14, 2010 | Visits: 960

Callback Callback is an object interface for function callbacks. SYNOPSIS use Callback; my $callback = new Callback (&myfunc, @myargs); my $callback = new Callback ($myobj, $mymethod, @myargs); my $callback = new Callback ($old_callback, @myargs); $callback->call(@some_more_args); Callback... Platforms: *nix

License: Freeware Size: 4.1 KB Download (109): Callback Download

Added: March 14, 2010 | Visits: 1.434

Gnome Terminal Launcher Gnome Terminal Launcher applet reads the profiles from GConf and creates the corresponding menu entry to invoke the gnome-terminal command and its arguments. If you are a system administrator, perhaps a command line junkie, and you deal with a large number of servers on a daily basis, you may... Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): Gnome Terminal Launcher Download

Added: February 07, 2010 | Visits: 681

FreezeThaw FreezeThaw is a Perl module for converting Perl structures to strings and back. SYNOPSIS use FreezeThaw qw(freeze thaw cmpStr safeFreeze cmpStrHard); $string = freeze $data1, $data2, $data3; ... ($olddata1, $olddata2, $olddata3) = thaw $string; if (cmpStr($olddata2,$data2) == 0) {print... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): FreezeThaw Download

Added: January 24, 2010 | Visits: 1.016

Tk::Gpack Tk::Gpack module contains abbreviated geometry arguments for pack, grid and place geometry managers. This module exports four functions for each of the different geometry mananers into the Tk namespace. These functions provide a variety of styles for controlling the indevidual geometry of one,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Tk::Gpack Download

Added: January 05, 2010 | Visits: 850

Mod_suexec_helper Mod_suexec_helper adds UserId and GroupId directives to apache, which are passed as arguments to suexec when starting CGI scripts. Mod_suexec_helper Apache module allows much finer control of which user and group ID scripts get run as, compared to suexecs normal SuexecUserGroup directive that... Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): Mod_suexec_helper Download

Added: October 13, 2010 | Visits: 940

Class::MethodMaker::V1Compat Class::MethodMaker::V1Compat is a V1 compatibility code for C::MM. SYNOPSIS This class is for internal implementation only. It is not a public API. Class::MethodMaker version 2 strives for backward-compatiblity with version 1 as far as possible. That is to say, classes built with version 1... Platforms: *nix

License: Freeware Size: 88.06 KB Download (102): Class::MethodMaker::V1Compat Download

Added: March 11, 2010 | Visits: 1.031

Config::Magic SYNOPSIS Example 1 use Config::Magic; use Data::Dumper; $input=q{ Section 1 { [Section 4] #Comment style #1 //Comment style #2 ;Comment style #3 Monkey:1 Monkey=>2 Monkey:=3 < Section 2 > Foo = Bar Baz { Bip:1 Pants==5 } < /Section > < Tasty Cheese="3" / > < Section 5 >... Platforms: *nix

License: Freeware Size: 20.48 KB Download (113): Config::Magic Download

Added: November 14, 2010 | Visits: 794

Getopt::OO Getopt::OO is an object oriented command line parser. It handles short, long and multi (--x ... -) value options. Getopt::OO module also incorporates help for options to simplify generation of usage statements. SYNOPSIS use Getopt::OO qw(Debug Verbose); my ($handle) = Getopt::OO->new(@ARGV,... Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Getopt::OO Download

Added: July 10, 2010 | Visits: 620

Perl6::Contexts Perl6::Contexts - array and hash variables turn into references to themselves when used in non-numeric scalar context or as function arguments. SYNOPSIS my @foo = ( 1 .. 20 ); my $foo = @foo; # same as: my $foo = @foo; my $foo = 0 + @foo; # unchanged - length of @foo $obj->some_method(10,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (89): Perl6::Contexts Download

Added: March 25, 2010 | Visits: 619

JewelCLI JewelCLI provides an API to parse command line arguments. JewelCLI uses Java annotations to present a very simple but powerful interface. Options are defined using an annotated Java interface definition. This allow a declarative style which can be much clearer than the procedural style used by... Platforms: *nix

License: Freeware Size: 40.96 KB Download (87): JewelCLI Download

Added: October 24, 2010 | Visits: 1.140

Sudo Sudo (su "do") allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while logging the commands and arguments. The Sudo project is free software and is distributed under an ISC-style license. Whats New in... Platforms: *nix

License: Freeware Size: 552.96 KB Download (101): Sudo Download

Added: May 02, 2010 | Visits: 928

Getopt::GUI::Long Getopt::GUI::Long is a wrapper around Getopt::Long that extends the value of the original Getopt::Long module. SYNOPSIS use Getopt::GUI::Long; # pass useful config options to Configure Getopt::GUI::Long::Configure(qw(display_help no_ignore_case capture_output)); GetOptions(%opts,... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Getopt::GUI::Long Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 502

Tray Shortcuts Tray Shortcuts presents a menu constructed from a human-readable simple file where one can chain up various command line arguments or simple program shortcuts. Tray Shortcuts will help you easily set up a list of your most often used applications and have them ready to start anytime. for... Platforms: Windows, XP, Windows Vista, 7

License: Freeware Download (413): Tray Shortcuts Download

< 1 2 3 4 5 >