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

Tora For Simplex Method freeware
Filter: All | Freeware | Demo
 

Tora For Simplex Method

< 1 2 3 4 5 > 
Added: April 15, 2010 | Visits: 837

Exception::Class::TryCatch Exception::Class::TryCatch is a syntactic try/catch sugar for use with Exception::Class. SYNOPSIS use Exception::Class::TryCatch; # simple usage of catch() eval { Exception::Class::Base->throw(error) }; catch my $err and warn $err->error; # catching only certain types or else...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Exception::Class::TryCatch Download

Added: July 05, 2010 | Visits: 742

Statistics::MaxEntropy MaxEntropy is a Perl5 module for Maximum Entropy Modeling and Feature Induction. SYNOPSIS use Statistics::MaxEntropy; # debugging messages; default 0 $Statistics::MaxEntropy::debug = 0; # maximum number of iterations for IIS; default 100 $Statistics::MaxEntropy::NEWTON_max_it = 100; #...





Platforms: *nix

License: Freeware Size: 41.98 KB Download (94): Statistics::MaxEntropy Download

Added: January 13, 2010 | Visits: 659

Devel::PerlySense Devel::PerlySense package contains IntelliSense for Perl. PerlySense is an IntelliSense style utility for editors. Conveniently navigate and browse the code and documentation of your project and Perl installation. SYNOPSIS From Emacs C-p C-d -- Smart docs -- Show docs...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (87): Devel::PerlySense Download

Added: November 25, 2010 | Visits: 1.026

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Added: August 03, 2010 | Visits: 770

PyChecker PyChecker is a tool for finding bugs in python source code. PyChecker program finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): PyChecker Download

Added: May 10, 2013 | Visits: 498

phpobject tools PHPObject is an opensource alternative to Flash Remoting for PHP developers. With PHPObject, you can call a method of a PHP class/library on your web server as if the class/library was defined in Flash itself. It takes care of your client-server connections and makes passing of variables...


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

License: Freeware Download (51): phpobject tools Download

Added: May 10, 2013 | Visits: 466

Dynamically added methods to a class This script allows you to add a method to a class at an arbitrary point in your code. The method is available instantly to all already existing instances and of course ones yet to be created. If you specify method_name then that name is used for the method call.


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

License: Freeware Download (57): Dynamically added methods to a class Download

Added: May 14, 2013 | Visits: 631

MSN-Notifier This is a wordpress plugin, which help those who don't want to give up MSNSpace. This plugin hooks onto the publish action of a post, so that whenever you publish a post in your wordpress, a notification containing the title, a teaser of the post (therefore first 50 characters or up to the "more"...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): MSN-Notifier Download

Added: August 07, 2013 | Visits: 391

Flask-OAuth Flask-OAuth is a Flask extension that allows you to interact with remove OAuth enabled applications. Currently it only implements the consumer interface so you cannot expose your own API with OAuth. It depends on the python-oauth2 module. You can install the requirements from PyPI with...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Flask-OAuth Download

Added: July 14, 2013 | Visits: 477

Net::SDP Net::SDP is an SDP (Session Description Protocol) parser and generator. Net::SDP is object oriented and a single instance of Net::SDP represents a single SDP session description. There are methods to easily get, set and create each of the fields in the session description. The classes...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (37): Net::SDP Download

Added: September 08, 2010 | Visits: 1.192

CGI::Simple CGI::Simple is a simple totally OO CGI interface that is CGI.pm compliant. SYNOPSIS use CGI::Simple; $CGI::Simple::POST_MAX = 1024; # max upload via post default 100kB $CGI::Simple::DISABLE_UPLOADS = 0; # enable uploads $q = new CGI::Simple; $q = new CGI::Simple( { foo=>1, bar=>[2,3,4] }...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (103): CGI::Simple Download

Added: May 27, 2010 | Visits: 883

htmlcat htmlcat is a script that combines a number of HTML files into one. The beginning of the first file (up to and including < body ... >) is used for all the files since only their bodies are concatenated. An optional divider followed by the label of a file is used between files. Note that: *...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): htmlcat Download

Added: August 17, 2010 | Visits: 728

mod_auth_any 1.6 mod_auth_any is an authentication Apache module using any external program. Installation Instructions As of version 1.4, the recommended compilation method uses the Makefile. As of version 1.5, please see the readme file in the docs directory, and use the Makefile. Compiling with Apache See...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (104): mod_auth_any 1.6 Download

Added: June 02, 2010 | Visits: 1.079

Perlbug::Interface::Web Perlbug::Interface::Web is a web interface to perlbug database. SYNOPSIS my $o_web = Perlbug::Interface::Web->new; print $o_web->top; print $o_web->request(help); print $o_web->links; METHODS new Create new Perlbug::Interface::Web object. my $web = Perlbug::Interface::Web->new;...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (96): Perlbug::Interface::Web Download

Added: January 22, 2010 | Visits: 1.649

Chart::Plot Chart::Plot is a Perl module to plot two dimensional data in an image. SYNOPSIS use Chart::Plot; my $img = Chart::Plot->new(); my $anotherImg = Chart::Plot->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() ); $img->setData (@xdataset, @ydataset);...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Chart::Plot Download

Added: April 15, 2010 | Visits: 1.201

TestGen4J TestGen4J automatically generates JUnit test cases from your own Java class files or source files. Its primary focus is to exercise boundary value testing of the arguments passed to the method. It uses rules, written in a user-configurable XML file, that define boundary conditions for the data...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (143): TestGen4J Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 551

JDots, Java Dynamic Object Tree Software JDots, Java Dynamic Object Tree Software. A library/framework to create a dynamic tree of Java objects, for active method communication/propagation. Java implementation of the BEAST project.


Platforms: Windows, Mac, Linux

License: Freeware Size: 154.52 KB Download (52): JDots, Java Dynamic Object Tree Software Download

Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 371

FSClass FSClass is a "meta-class" that allows programmers to create new classes directly in F-Script, instead of having to write them in Objective-C. No additional syntax or keywords are necessary, so the core F-Script language is unaffected and classes can be created programmatically. Methods are...


Platforms: Mac

License: Freeware Size: 307.2 KB Download (50): FSClass Download

Added: May 10, 2013 | Visits: 583

MySQL Backup Tool MySQL Backup is written in Perl. It uses mysqlshow to grab the database names and "show tables" to grab the table names for a user's account, and then uses mysqldump to save the data in a subdirectory named in the script. It then tars and gzips the files, using the date and time for the file...


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

License: Freeware Download (54): MySQL Backup Tool Download

Added: May 10, 2013 | Visits: 482

Registry Wrapper This script provides "Registry", a Windows registry wrapper class that makes it easy to work with the Windows registry.The class works with an inner class named "RegistryKey", which wraps up a Windows registry key and provides methods to access and manipulate the key information. The class...


Platforms: Windows, Python,

License: Freeware Download (50): Registry Wrapper Download

< 1 2 3 4 5 >