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

Introduction To Algorithms freeware
Filter: All | Freeware | Demo
 

Introduction To Algorithms

< 1 2 3 4 5 
Added: September 06, 2010 | Visits: 1.260

Persistent::MySQL Persistent::MySQL is a persistent class implemented using a MySQL database. SYNOPSIS use Persistent::MySQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Persistent::MySQL Download

Added: August 18, 2010 | Visits: 951

Persistent::LDAP Persistent::LDAP is a persistent class implemented using a LDAP directory. SYNOPSIS use Persistent::LDAP; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $person = new...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Persistent::LDAP Download

Added: March 05, 2010 | Visits: 840

Persistent::DBI Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. SYNOPSIS ### we are a subclass of ... ### use Persistent::DBI; @ISA = qw(Persistent::DBI); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence using...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Persistent::DBI Download

Added: March 16, 2010 | Visits: 955

Persistent::Base Persistent::Base is an Abstract Persistent Base Class. SYNOPSIS ### we are a subclass of ... ### use Persistent::Base; @ISA = qw(Persistent::Base); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores....


Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Persistent::Base Download

Added: June 17, 2010 | Visits: 1.302

Parallel::Pvm Parallel::Pvm is a Perl extension for the Parallel Virtual Machine (PVM) Message Passing System. SYNOPSIS use Parallel::Pvm; The PVM message passing system enables a programmer to configure a group of (possibly heterogenous) computers connected by a network into a parallel virtual machine....


Platforms: *nix

License: Freeware Size: 19.46 KB Download (200): Parallel::Pvm Download

Added: April 21, 2010 | Visits: 1.882

BDD BuDDy BDD BuDDy is a Binary Decision Diagram library, with : many highly efficient vectorized BDD operations, dynamic variable reordering, automated garbage collection, a C++ interface with automatic reference counting, and much more. The BDD package presented here was made as part of a PhD project...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (136): BDD BuDDy Download

Added: October 11, 2010 | Visits: 1.112

CTF CTF project is a multi-agent capture-the-flag framework for education. This project was started by Jason Rohrer during the fall of 2000 and was initially used to teach CS 472, Introduction to AI, at Cornell University. A homework assignment was given that asked students to design a CTF agent...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (105): CTF Download

Added: June 21, 2010 | Visits: 962

xDash::Archive::Pg xDash::Archive::Pg is a base class for Archive. SYNOPSIS package Archive; use base xDash::Archive::Pg; # Set up your own database access parameters sub SetParameters { shift->SUPER::SetDatabaseConnection( name => xdash, user => , password => ) } USAGE The module is developed in the...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (98): xDash::Archive::Pg Download

Added: June 04, 2010 | Visits: 1.475

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: March 14, 2010 | Visits: 880

Ravenous Ravenous is full featured web server written in Java. It allows you to write dynamic pages in Java without the need to read stacks of books before you get started... pure javalicous programming for your web projects! Ravenous is different becouse it attempts to make the process of writing high...


Platforms: *nix

License: Freeware Size: 768 KB Download (92): Ravenous Download

Added: July 02, 2010 | Visits: 1.110

Snd-ls Snd-ls is a distribution of the sound editor Snd. Its target is people that dont know scheme very well, and dont want to spend too much time configuring Snd. Snd-ls project can also serve as a quick introduction to Snd and how it can be set up..


Platforms: *nix

License: Freeware Size: 5.5 MB Download (128): Snd-ls Download

Added: April 08, 2010 | Visits: 1.180

The friendly interactive shell The friendly interactive shell is a user friendly shell intended mostly for interactive use. - If you want to see screenshots of fish in action, click here. - If you are familiar with the basics of shells,read this page for a short introduction to fish. - If you are dont know how to use a...


Platforms: *nix

License: Freeware Size: 768 KB Download (98): The friendly interactive shell Download

Added: August 15, 2010 | Visits: 752

Pod::SAX Pod::SAX is a SAX parser for Pod. SYNOPSIS my $h = XML::SAX::Writer->new(); my $p = Pod::SAX->new( Handler => $h ); $p->parse_uri(perlpodspec.pod); Very simply, this module parses POD (or perl) files and turns the Plain Old Documentation into SAX events (which often youll use to turn into...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Pod::SAX Download

Added: May 10, 2013 | Visits: 848

Refbase refbase is a web-based, standards-compliant, multi-user interface for managing scientific literature and bibliographic references. Based on php and mysql, it offers a bibliography database with powerful search tools and automatically generated citation lists. You can have a look at a more...


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

License: Freeware Download (103): Refbase Download

Added: October 23, 2010 | Visits: 804

W3C::LogValidator::Basic W3C::LogValidator::Basic is a W3C log validator. It can sort web server log entries by popularity (hits). SYNOPSIS use W3C::LogValidator::Basic; my $b = new W3C::LogValidator::Basic; $b->uris(http://www.w3.org/Overview.html, http://www.yahoo.com/index.html); my $result_string=...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): W3C::LogValidator::Basic Download

Added: February 11, 2010 | Visits: 980

SOFEA SOFEA project is a Matlab object-oriented Finite Element toolkit. It includes the book, A Pragmatic Introduction to Finite Element Analysis for Structural Engineers. The toolkit provides linear transient thermal analysis capabilities, with stress analysis and coupled multi-physics coming...


Platforms: *nix

License: Freeware Size: 3.8 MB Download (123): SOFEA Download

Added: August 21, 2010 | Visits: 780

RPilot RPilot project is an interpreter for the IEEE-standard language PILOT. RPilot is an interpreter for the IEEE-standard programming language PILOT written in portable C. PILOT is a language that was designed in the 1960s to support computer-aided instruction and is very simple to learn....


Platforms: *nix

License: Freeware Size: 36.86 KB Download (95): RPilot Download

Added: October 21, 2010 | Visits: 1.143

Sudoku Susser Sudoku Susser is a free program that helps you play Sudoku. If youve been living under a rock and dont know what a Sudoku puzzle is, the London Daily Mail has a good introduction to the puzzles and basic solving techniques. Sudoku Susser project makes it easy to make your selections as you...


Platforms: *nix

License: Freeware Size: 2 MB Download (105): Sudoku Susser Download

Added: April 06, 2010 | Visits: 786

TaxiPilot TaxiPilot is just a silly little game. The project is based on what I remember of the Spacetaxi-game on the C64. The objective is to pick up passengers waiting on a number of platforms and to drop them where they want to go. Thats basically it. Whats New in This Release: - added initial...


Platforms: *nix

License: Freeware Size: 4.5 MB Download (95): TaxiPilot Download

Added: August 08, 2010 | Visits: 785

QWizard QWizard is a Perl module that can display a series of questions, get the answers, and act on the answers. SYNOPSIS # # The following code works as a application *or* as a CGI script both: # use QWizard; my %primaries = ( starting_node => { title => "starting here", introduction =>...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (91): QWizard Download

< 1 2 3 4 5