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

Argument freeware
Filter: All | Freeware | Demo
 

Argument

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.195

Geography::States Geography::States is a Perl module with map states and provinces to their codes, and vice versa. SYNOPSIS use Geography::States; my $obj = Geography::States -> new (COUNTRY [, STRICT]); EXAMPLES my $canada = Geography::States -> new (Canada); my $name = $canada -> state (NF); #...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (109): Geography::States Download

Added: May 06, 2010 | Visits: 790

Runabout The Runabout is an extension of the Java libraries that adds two-argument multi-dispatch to Java without changing the language or the VM. It uses reflection to find visit methods, which are invoked using dynamically generated and loaded code. The Runabout does not need a special compiler or...





Platforms: *nix

License: Freeware Size: 28.67 KB Download (90): Runabout Download

Added: June 18, 2010 | Visits: 1.004

Tie::CountLoop Tie::CountLoop is a Perl module that helps you have a counter looping in a scalar with min max and increment value. SYNOPSIS use Tie::CountLoop; tie my $counter , Tie::CountLoop,15 ,-1 ,15 ,7 ,0; my $t = tied $counter; $t->increment( 1 ); for ( 1 .. 20 ) { print " <<$counter>> <$_>...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Tie::CountLoop Download

Added: May 13, 2010 | Visits: 496

NArg NArg is a .NET command-line argument library. NArg library supports Mono and the Microsoft .NET Frameworks 1.1 and 2.0.. Get NArg at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. NArg is a .NET command-line argument library,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): NArg Download

Added: February 24, 2010 | Visits: 956

Unix::Conf::Bind8::DB::A Unix::Conf::Bind8::DB::A is a Class representing A records. METHODS Methods specified here are overridden. They might or not be differnt from the derived ones. For other methods refer to the METHODS section for Unix::Conf::Bind8::DB::Record. new () Arguments LABEL => string, CLASS =>...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (95): Unix::Conf::Bind8::DB::A Download

Added: June 27, 2010 | Visits: 460

Libopennet Libopennet is a library that provides the function open_net() which accepts the same parameters as the open() system call, but the pathname argument can be an FTP or HTTP URL. Libopennet project allows you to open_net() files the same way you open() them now. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (93): Libopennet Download

Added: May 20, 2010 | Visits: 1.185

HTML::Entities::Numbered HTML::Entities::Numbered is a Perl module for conversion of numbered HTML entities. SYNOPSIS use HTML::Entities::Numbered; $html = Hi Honey♥; # convert named HTML entities to numbered (decimal) $decimal = name2decimal($html); # Hi Honey♥ # to numbered (hexadecimal) $hex =...


Platforms: *nix

License: Freeware Size: 8 MB Download (92): HTML::Entities::Numbered Download

Added: August 08, 2010 | Visits: 718

FXPy FXPy is a Python extension module which provides an interface to the FOX cross-platform GUI library. The FXPy API follows the standard FOX API very closely and for the most part you can use FOX documentation as a reference. But of course, Python isnt C++ and so here are some differences of...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (90): FXPy Download

Added: September 25, 2010 | Visits: 788

Test::MockDBI Test::MockDBI is Perl module mock DBI interface for testing. SYNOPSIS use Test::MockDBI; OR use Test::MockDBI qw( :all ); Test::MockDBI::set_dbi_test_type(42); if (Test::MockDBI::get_dbi_test_type() == 42) { ... $mock_dbi = get_instance Test::MockDBI; $mock_dbi->bad_method(...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (95): Test::MockDBI Download

Added: August 12, 2010 | Visits: 634

File::Glob File::Glob is a Perl extension for BSD glob routine. SYNOPSIS use File::Glob :glob; @list = bsd_glob(*.[ch]); $homedir = bsd_glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (CORE::glob() does this automatically...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (88): File::Glob Download

Added: May 05, 2010 | Visits: 846

TbsSQL TbsSQL is a PHP class for SQL abstraction. TbsSQLs goal of this tool is to reduce the code when working with SQL through PHP. The TbsSQL is available for the following databases: - MySQL - MySQLi - SQL-Server (via Ms-Odbc) - PostgreSQL (version 7.2 or higher) Example: $id = 29; $name =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (117): TbsSQL Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 458

JCLAP JCLAP, which is actually short for Java Command-Line Argument Parser was designed as an accessible tool for Java developers. It is supposed to help you provide a simple and robust Command-Line Interface for software applications that don't require a Graphical User Interface.


Platforms: Windows

License: Freeware Download (409): JCLAP Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 444

C# CLI C# CLI is a library that has been written in C# in order to be used with programs that run from the Command Line Interface. The library provides Command Line argument parsing and help screen printing. Now you can improve your development process with the help of this tool.


Platforms: Windows, Windows Vista, 7

License: Freeware Download (45): C# CLI Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 285

QArgumentsParser QArgumentsParser is designed as an accessible and useful arguments parser library for Qt. The only dependencies are the Qt libraries and Qt development packages. The library is dealing with the Command Line arguments sent to the application. To use the library, just pass the argc and argv to...


Platforms: Windows

License: Freeware Download (44): QArgumentsParser Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 385

bin2header bin2header takes any file as an argument and converts its binary data into a source header file for use in C/C++ applications. The data is stored as a character array. bin2header can be easily launched from the command line using the required command.


Platforms: Windows

License: Freeware Download (46): bin2header Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 476

Binary to Header bin2header takes any file as an argument and converts its binary data into a source header file for use in C/C++ applications. The data is stored as a character array.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.7 KB Download (56): Binary to Header Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 354

Easy Args Easy Args java command line processing API is designed using annotations and reflection to greatly simplify the tasks involved in argument processing, including required argument detection, automatic type conversion, and the generation of usage help.


Platforms: Windows, Mac, Linux

License: Freeware Size: 77.57 KB Download (44): Easy Args Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 281

Regex-Matching Highlighter Accepts a regular expression as an argument and any matches found (stdin) will be highlighted (stdout) using shell color escape sequences. Good for looking through logs/monitoring console output/etc.


Platforms: Windows, Mac, Linux

License: Freeware Size: 7.82 KB Download (46): Regex-Matching Highlighter Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 448

Sentential and Deducutive Reasoning When this project is complete, a user may enter in an deductive argument in standard form, and out pops a fresh, baked validity judgement.


Platforms: Windows, Mac

License: Freeware Size: 5.99 KB Download (47): Sentential and Deducutive Reasoning Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 540

ST@FF - Support Tool and Forum Frameset ST@FF is a discussion forum/notesboard, designed for problem tracking, organized by argument/topic, supports access control, logging, keywords, e-mail notification, multiple instances, configurable self-registration and guest users.


Platforms: Windows, Mac, Linux

License: Freeware Size: 352.07 KB Download (46): ST@FF - Support Tool and Forum Frameset Download

< 1 2 3 4 5 >