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

Ontological Argument freeware
Filter: All | Freeware | Demo
 

Ontological Argument

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 385

Automatic argument type conversion This decorator can be used to cast argument types automatically, using a pre-specified list of types, when a function is called.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Automatic argument type conversion Download

Added: May 10, 2013 | Visits: 513

GAA Argument Analyser GAA Argument Analyser allows you to analyze the arguments given to a program from the command line. You must create a configuration file in GAA language, and GAA will provide you .c and .h files to manage arguments.





Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (52): GAA Argument Analyser Download

Added: June 14, 2013 | Visits: 345

Views nids argument Allows you to specify an array of nids as a view argument.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Views nids argument Download

Added: May 19, 2013 | Visits: 432

Argument Picker API Argument Picker is a simple API to access and elaborate arguments in a flexible way.Basically it allows, given URL arguments like:example.com/myview/make:Volkswagen/model:Polo/year:2008/to retrieve one of those arguments through a function:arg_picker_get_selector_argument("make")which - in the...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Argument Picker API Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 380

GAA Argument Analyzer The GAA Argument Analyser helps programmers to analyze the arguments given to their program from the command line.


Platforms: Windows, Mac, Linux

License: Freeware Size: 233.76 KB Download (47): GAA Argument Analyzer Download

Added: May 10, 2013 | Visits: 296

Type checked argument lists with decorators This script shows you to use the new decorator feature of python 2.4 to systematically check the argument types for type-sensitive functions.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Type checked argument lists with decorators Download

Added: February 18, 2010 | Visits: 955

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: May 23, 2010 | Visits: 903

chilli_control chilli_control is a script that takes a command-line argument telling it what to do with your smoothwall, ie connect, disconnect, or get the status. This version is designed for smoothwall version 2.0 beta. You will need to edit the script to set it up for your smoothwall. If you use the same...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (98): chilli_control Download

Added: August 21, 2010 | Visits: 742

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 (87): Getopt::Clade Download

Added: September 15, 2010 | Visits: 879

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: November 06, 2010 | Visits: 695

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: January 24, 2010 | Visits: 695

Gtk2::Ex::MindMapView::ArgUtils Gtk2::Ex::MindMapView::ArgUtils is a Perl module with argument handling utilites. SYNOPSIS use Gtk2::Ex::MindMapView::ArgUtils; This is an internal set of argument handling utilities. INTERFACE args_required ($attributes_ref, @valid_keys) Complains if a required argument to a module...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (87): Gtk2::Ex::MindMapView::ArgUtils Download

Added: April 14, 2010 | Visits: 840

Getopt::GetArgs GetArgs is a Perl module to allow enhanced argument passing, including passing of case-insensitive named arguments as well as positioned arguments. SYNOPSIS sub WHATEVER { my @DEFAULT_ARGS = ( Content => "Default content", Verbose => 0 ); my %ARGS=GetArgs(@_,@DEFAULT_ARGS); # do some...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Getopt::GetArgs Download

Added: May 10, 2013 | Visits: 407

Views Argument API It creates a mechanism other than the URI for modules to specify arguments in block and embedded views.Usage - You can now easily create a block that lists a different set of nodes depending on the current node's taxonomy. - You can shows an image from a photo gallery related to the active node....


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Views Argument API Download

Added: May 10, 2013 | Visits: 331

Flexible enumerate() Flexible enumerate() script adds an additional start argument to the built-in enumerate function.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Flexible enumerate() Download

Added: May 10, 2013 | Visits: 382

Type-checking decorator This is a decorator that lets you annotate function definitions with argument type requirements. These type requirements are automatically checked by the system at function invocation time. The decorator frees you from writing type-checking boilerplate code by hand.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Type-checking decorator Download

Added: May 10, 2013 | Visits: 420

Autosuper to the limit This script returns a tuple (cls,self,method), where:  -  cls is the class in wich you can find the definition of the method from which this function is called;  -  self is the instance passed as first argument to the method from which this function is called;  -  method is the unbound...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Autosuper to the limit Download

Added: May 16, 2013 | Visits: 380

extract_word_table The function has the formtables = extract_word_table;No input argument needs to be specified, the function itself will prompt the user to select an already existing word document.The output argument is ab cell array containing all the tables present in the opened document as cells.the .zip file...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): extract_word_table Download

Added: April 22, 2013 | Visits: 536

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: November 04, 2013 | Visits: 460

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

1 2 3 4 5 >