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

Diagramming An Argument software
Filter: All | Freeware | Demo
 

Diagramming An Argument

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

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 17, 2010 | Visits: 665

Tk::bindtags Tk::bindtags can determine which bindings apply to a window, and order of evaluation. SYNOPSIS $widget->bindtags([tagList]); @tags = $widget->bindtags; When a binding is created with the bind command, it is associated either with a particular window such as $widget, a class name such as...





Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::bindtags Download

Added: July 15, 2010 | Visits: 898

Parse::Binary::FixedFormat::Variants Parse::Binary::FixedFormat::Variants is a Perl module to convert between variant records and hashes. Parse::Binary::FixedFormat supports variant record formats. To describe a variant structure, pass a hash reference containing the following elements to new. The object returned to handle variant...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (89): Parse::Binary::FixedFormat::Variants Download

Added: November 27, 2010 | Visits: 1.322

Markup::MatchTree Markup::MatchTree is a Perl module for building trees to be compared to Markup::Trees. SYNOPSIS use Markup::MatchTree; my $match_tree = Markup::MatchTree->new( no_squash_whitespace => @same_as_I_used_for_Markup__Tree); $match_tree->parse_file (http://localhost/site_template.xml); Most...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Markup::MatchTree Download

Added: January 02, 2010 | Visits: 876

Socket6 Socket6 is a Perl module for IPv6 related part of the C socket.h defines and structure manipulators. SYNOPSIS use Socket; use Socket6; @res = getaddrinfo(hishost.com, daytime, AF_UNSPEC, SOCK_STREAM); $family = -1; while (scalar(@res) >= 5) { ($family, $socktype, $proto, $saddr,...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (89): Socket6 Download

Added: February 21, 2010 | Visits: 664

Splashy for Edgy Splashy for Edgy project paints graphic images directly to framebuffers using libdirectfb. Splashy is a boot splash program that doesnt require patching the Linux kernel. Splashy project paints graphic images directly to framebuffers using libdirectfb....


Platforms: *nix

License: Freeware Size: 532.48 KB Download (88): Splashy for Edgy Download

Added: October 18, 2010 | Visits: 892

Rose::Object Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic object base class. It provides very little...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (88): Rose::Object Download

Added: October 08, 2010 | Visits: 962

CGI::kSession CGI::kSession is a sessions manager for CGI. This module can be used anywhere you need sessions. As a session management module, it uses files with a configurable lifetime to handle your session data. For those of you familiar with PHP, you will notice that the session syntax is a little bit...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): CGI::kSession Download

Added: March 25, 2010 | Visits: 639

Plugin::Installer Plugin::Installers goal is to provide a simple, flexable interface for developing plugin languages. SYNOPSIS package Myplugin; use base qw( Plugin::Installer Plugin::Language::Foobar ); ... my $plugin = Myplugin->construct; # frobnicate is passed first to Plugin::Installer # via...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Plugin::Installer Download

Added: January 18, 2010 | Visits: 982

Astro::VO::VOEvent Astro::VO::VOEvent is an object interface to parse and create VOEvent messages. SYNOPSIS To parse a VOEvent file, $object = new Astro::VO::VOEvent( File => $file_name ); or $object = new Astro::VO::VOEvent( XML => $scalar ); Or to build a VOEVENT file, $xml = $object->build( %hash...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (87): Astro::VO::VOEvent Download

Added: January 25, 2010 | Visits: 599

DOT-TUNES DOT.TUNES is a fully developed web server application that supports mp3, AAC, aiff, .wav, mpeg, mp4, and .mov files, allowing you to share your iTunes library contents with your friends in other cities, your classmates across the dorm or the coworkers scattered throughout the building.[1]...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (87): DOT-TUNES Download

Added: April 14, 2010 | Visits: 844

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

Using Ruby hashes as keyword arguments However, as you have more and more keyword options, setting defaults in this way gets rather tedious. Fortunately, Ruby's Hash#merge comes to our rescue (almost) - it allows you to merge the contents of one hash with another. The only problem - any duplicate keys in the hash you are merging will...


Platforms: Windows, *nix, Ruby,

License: Freeware Download (75): Using Ruby hashes as keyword arguments Download

Added: May 10, 2013 | Visits: 582

hessian.swc The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments....


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

License: Freeware Download (61): hessian.swc Download

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

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

Added: May 10, 2013 | Visits: 499

Favorite Nodes  Each node has an "add to favorites" link at the bottom. The admin can specify which type of nodes are allowed to be added to favorites by users.Features - Filter for current users (my favorite nodes). - Filter for all nodes that have been added to favorites by any user. - A filter on the...


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

License: Freeware Download (56): Favorite Nodes Download

Added: May 10, 2013 | Visits: 363

Astro::Catalog This module stores generic meta-data about an astronomical catalogue.It takes a hash with an array refernce as an argument.The array should contain a list of Astro::Catalog::Item objects. Alternatively it takes a catalog format and either the name of a catalogue file or a reference to a scalar,...


Platforms: *nix, Perl, BSD

License: Freeware Download (56): Astro::Catalog Download

Added: June 04, 2013 | Visits: 542

Peek Summary This is a Views summary style plugin. It allows you to embed the results of a View with each argument in the argument summary. You may use a different display; for example, you might build an archive View with a Year+Month argument, that lists the four most popular nodes for each month in the...


Platforms: PHP

License: Freeware Size: 10 KB Download (54): Peek Summary Download

Added: May 10, 2013 | Visits: 337

Convert objects from string arguments Usually, although they are a character sequence, all the arguments when starting a program are making it a special format, and if they change an argument into various models and pass it, they are convenient.


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

License: Freeware Download (53): Convert objects from string arguments Download

Added: March 29, 2013 | Visits: 532

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

< 1 2 3 4 5 >