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

Inherits software
Filter: All | Freeware | Demo
 

Inherits

< 1 2 3 4 5 > 
Added: April 18, 2010 | Visits: 553

VTKGraphics VTKGraphics is a Perl interface to VTKGraphics library. SYNOPSIS use Graphics::VTK; use Graphics::VTK::Graphics; Graphics::VTK::Graphics is an interface to the Graphics libaray of the C++ visualization toolkit VTK. Graphics::VTK::AppendFilter Inherits from...



Platforms: *nix

License: Freeware Size: 675.84 KB Download (93): VTKGraphics Download

Added: October 23, 2010 | Visits: 1.266

FrameMaker::MifTree FrameMaker::MifTree is a MIF Parser Perl module. SYNOPSIS use FrameMaker::MifTree; my $mif = FrameMaker::MifTree->new; $mif->parse_miffile(filename.mif); @strings = $mif->daughters_by_name(String, recurse => 1); print $strings[0]->string; $strings[3]->string(Just another new string.);...





Platforms: *nix

License: Freeware Size: 48.13 KB Download (151): FrameMaker::MifTree Download

Added: February 25, 2010 | Visits: 643

Ekahau Ekahau is a synchronous interface to Ekahau location sensing system. SYNOPSIS The Ekahau class provides a straightforward synchronous interface to the Ekahau location sensing systems YAX protocol. The YAX protocol itself is asynchronous, so this module tries its best to hide that from you....


Platforms: *nix

License: Freeware Size: 34.82 KB Download (116): Ekahau Download

Added: September 04, 2010 | Visits: 1.188

File::Maker File::Maker is a Perl module that mimics a make by loading a database and calling targets methods. SYNOPSIS ##### # Subroutine interface # use File::Maker qw(load_db); %data = load_db($pm); ###### # Object interface # require File::Maker; $maker = $maker->load_db($pm);...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): File::Maker Download

Added: April 15, 2010 | Visits: 1.581

Test::STDmaker::Demo Test::STDmaker::Demo is a Perl module that generates demo scripts from a test description short hand. The Test::STDmaker::Demo package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (126): Test::STDmaker::Demo Download

Added: August 23, 2010 | Visits: 728

Test::STDmaker::STD Test::STDmaker::STD is a Perl module that generates a STD POD from a test description short hand. The Test::STDmaker::STD package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and this...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): Test::STDmaker::STD Download

Added: July 21, 2010 | Visits: 1.175

Test::STDmaker::Check Test::STDmaker::Check is a Perl module that checks a software test description short hand. The Test::STDmaker::Check package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and this package...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): Test::STDmaker::Check Download

Added: February 14, 2010 | Visits: 1.123

Docs::Site_SVD::Tie::FormA Docs::Site_SVD::Tie::FormA is a software version description (SVD) for the Tie::FormA program module. The system is the Perl programming language software. As established by the Perl referenced documents, program modules, such the "Tie::Form" module, extends the Perl language. The "Tie::Form"...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (91): Docs::Site_SVD::Tie::FormA Download

Added: March 14, 2010 | Visits: 998

Bio::Matrix::PSM::InstanceSite Bio::Matrix::PSM::InstanceSite is a PSM site occurance. SYNOPSIS use Bio::Matrix::PSM::InstanceSite; #You can get an InstanceSite object either from a file: my ($instances,$matrix)=$SomePSMFile->parse_next; #or from memory my %params=(seq=>TATAAT, id=>"TATAbox1",...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (115): Bio::Matrix::PSM::InstanceSite Download

Added: November 19, 2010 | Visits: 845

Test::Cmd Test::Cmd is a Perl module for portable testing of commands and scripts. SYNOPSIS use Test::Cmd; $test = Test::Cmd->new(prog => program_or_script_to_test, interpreter => script_interpreter, string => identifier_string, workdir => , subdir => dir, match_sub => $code_ref, verbose => 1);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Test::Cmd Download

Added: June 14, 2010 | Visits: 1.145

Games::AlphaBeta::Reversi Games::AlphaBeta::Reversi is a Reversi position class for use with Games::AlphaBeta. SYNOPSIS package My::Reversi; use base qw(Games::AlphaBeta::Reversi); # implement drawing routine sub draw { ... } package main; use My::Reversi; use Games::AlphaBeta; my ($p, $g); $p =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (131): Games::AlphaBeta::Reversi Download

Added: February 27, 2010 | Visits: 896

Games::AlphaBeta::Position Games::AlphaBeta::Position is a base Position class for use with Games::AlphaBeta. SYNOPSIS package My::GamePos; use base qw(Games::AlphaBeta::Position); sub apply { ... } sub endpos { ... } # optional sub evaluate { ... } sub findmoves { ... } package main; my $pos =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): Games::AlphaBeta::Position Download

Added: March 10, 2010 | Visits: 747

Apache2::PageKit Apache2::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. SYNOPSIS In httpd.conf SetHandler perl-script PerlSetVar PKIT_ROOT /path/to/pagekit/files PerlSetVar PKIT_SERVER staging PerlHandler +Apache2::PageKit Apache2::PageKit->startup(/path/to/pagekit/files,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (97): Apache2::PageKit Download

Added: May 16, 2010 | Visits: 1.054

XML::DOM::Element XML::DOM::Element is an XML element node in XML::DOM. XML::DOM::Element extends XML::DOM::Node. By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes. Assume the following XML document: < elementExample id="demo" > <...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (102): XML::DOM::Element Download

Added: July 06, 2010 | Visits: 810

HTML::Seamstress::Quickstart HTML::Seamstress::Quickstart is a gentle introduction to HTML::Seamstress. Introduction This guide is designed to get you started with dynamically generating and modifying ("templating") HTML with HTML::Seamstress. We will work through several examples, with each one increasing your ability...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (93): HTML::Seamstress::Quickstart Download

Added: February 17, 2010 | Visits: 907

Class::DispatchToAll Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless {},My::Class # not a proper constructor, I know.. # this...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Class::DispatchToAll Download

Added: October 21, 2010 | Visits: 944

Audio::DB::Adaptor::dbi::sqlite Audio::DB::Adaptor::dbi::sqlite is a database adaptor for a specific mysql schema. This adaptor implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi,...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (89): Audio::DB::Adaptor::dbi::sqlite Download

Added: March 24, 2010 | Visits: 920

Audio::DB::Adaptor::dbi::mysql Audio::DB::Adaptor::dbi::mysql implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi, this module also implements the data loading functionality of...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::mysql Download

Added: November 22, 2010 | Visits: 892

DBIx::DWIW DBIx::DWIW is a Perl module for robust and simple DBI wrapper to Do What I Want (DWIW). SYNOPSIS When used directly: use DBIx::DWIW; my $db = DBIx::DWIW->Connect(DB => $database, User => $user, Pass => $password, Host => $host); my @records = $db->Array("select * from foo"); When...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (94): DBIx::DWIW Download

Added: January 25, 2010 | Visits: 714

MaskEditField MaskEditField is a REALbasic plugin class which inherits from EditField, to do masked text input.


Platforms: Mac

License: Freeware Size: 77 KB Download (96): MaskEditField Download

< 1 2 3 4 5 >