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

Argument software
Filter: All | Freeware | Demo
 

Argument

< 1 2 3 4 5 > 
Added: April 13, 2013 | Visits: 362

Centroid Calculation Function Function takes a picture as an argument (suitably should contain only one object whose centroid is to be obtained) and returns the x and y coordinates of its centroid.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Centroid Calculation Function Download

Added: April 16, 2013 | Visits: 305

Parabolic Cylinder Functions Routines for computation of Weber's parabolic cylinder functionsand their derivatives are provided for both moderate and greatvalues of the argument. Standard, real solutions are considered.Tables of values are included. Documentation in pdf format is added.





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 133.12 KB Download (44): Parabolic Cylinder Functions Download

Added: May 18, 2013 | Visits: 197

Poissrnd Replaces poissrnd.Improved speed when argument consists of many, wide ranging values.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Poissrnd Download

Added: March 29, 2013 | Visits: 531

MATLAB Matrix to LaTex table The script when run with a matrix as an argument shall create a self-contained LaTex file which shall have the supplied matrix as a simple table. Useful for quickly writing the data into a LaTex document.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): MATLAB Matrix to LaTex table Download

Added: July 14, 2013 | Visits: 269

DST-function Function that take datevalue/datevector as argument, and return number of hours for each day.The user can also give datevalues that correspond to hourly values, and get at correction term in order to correct hour values in DST-format to normalized time.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): DST-function Download

Added: April 22, 2013 | Visits: 540

A Simple MySQL Class Argument values that define tables, fields, field values and condition clauses can be passed to INSERT, UPDATE and SELECT queries.


Platforms: PHP

License: Freeware Size: 10 KB Download (47): A Simple MySQL Class Download

Added: October 29, 2013 | Visits: 214

argvalidate argvalidate is an open source and free argument ype validator library for Python developers.


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): argvalidate Download

Added: November 04, 2013 | Visits: 463

TAP::Harness::JUnit The only difference between this module and TAP::Harness is that this adds optional 'xmlfile' argument, that causes the output to be formatted into XML in format similar to one that is produced by JUnit testing framework.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): TAP::Harness::JUnit Download

Added: January 18, 2010 | Visits: 1.193

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: 787

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.003

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: 495

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: 955

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: 459

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: 717

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: 787

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: 633

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

< 1 2 3 4 5 >