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

Inherits software
Filter: All | Freeware | Demo
 

Inherits

< 1 2 3 4 5 > 
Added: May 16, 2010 | Visits: 1.036

Data::SpreadPagination Data::SpreadPagination is a Perl module for page numbering and spread pagination. SYNOPSIS use Data::SpreadPagination; my $pageInfo = Data::SpreadPagination->new({ totalEntries => $totalEntries, entriesPerPage => $entriesPerPage, # Optional, will use defaults otherwise. # only 1 of...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Data::SpreadPagination Download

Added: February 07, 2010 | Visits: 1.220

OpenOffice::OODoc::Document OpenOffice::OODoc::Document is a top level component for content and layout processing. SYNOPSIS # get an OOo file handler my $oofile = ooFile("myfile.odt"); # connect a content-focused document interface my $content = ooDocument ( file => $oofile, member => content ); # connect a...





Platforms: *nix

License: Freeware Size: 215.04 KB Download (102): OpenOffice::OODoc::Document Download

Added: July 14, 2010 | Visits: 643

AEAE AEAE project is the Ajax Enhanced Asynchroneous Experience. USAGE: To use AEAE, you only got two things to write: The actual server task to do. For this just make a class that inherits from AEAE::Command, and simply implement the _doIt() method. See the AEAE::ComandExample :...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): AEAE Download

Added: October 06, 2010 | Visits: 1.051

Linux::Input::Joystick Linux::Input::Joystick is a joystick-specific interface for Linux 2.2+ SYNOPSIS Usage use YAML; my $js = Linux::Input::Joystick->new(/dev/input/js0); while (1) { my @event = $js->poll(0.01); print Dump($_) foreach (@event); } This is a subclass of Linux::Input that implements the...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (106): Linux::Input::Joystick Download

Added: July 05, 2010 | Visits: 1.353

Rose::DB::Object::Helpers Rose::DB::Object::Helpers is a mix-in class containing convenience methods for Rose::DB::Object. SYNOPSIS package MyDBObject; use Rose::DB::Object; our @ISA = qw(Rose::DB::Object); use Rose::DB::Object::Helpers clone, { load_or_insert => find_or_create }; ... $obj =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (114): Rose::DB::Object::Helpers Download

Added: June 22, 2010 | Visits: 1.257

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: November 08, 2010 | Visits: 689

VTKImaging VTKImaging is a Perl interface to VTKImaging library. Graphics::VTK::BooleanTexture Inherits from StructuredPointsSource Functions Supported for this class by the PerlVTK module: (To find more about their use check the VTK documentation at http://www.kitware.com.) const char *GetClassName...


Platforms: *nix

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

Added: May 12, 2010 | Visits: 664

VTKRendering VTKRendering is a Perl interface to VTKRendering library. Graphics::VTK::OpenGLRenderWindow Inherits from RenderWindow Functions Supported for this class by the PerlVTK module: (To find more about their use check the VTK documentation at http://www.kitware.com.) const char *GetClassName...


Platforms: *nix

License: Freeware Size: 675.84 KB Download (95): VTKRendering Download

Added: May 11, 2010 | Visits: 1.218

Linux::Distribution::Packages Linux::Distribution::Packages Perl module contains a list all packages on various Linux distributions. SYNOPSIS use Linux::Distribution::Packages qw(distribution_packages distribution_write); $linux = new Linux::Distribution::Packages({format => csv, output_file => packages.csv});...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (109): Linux::Distribution::Packages 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: February 25, 2010 | Visits: 863

Bio::DB::GFF::Feature Bio::DB::GFF::Feature is a relative segment identified by a feature type. Bio::DB::GFF::Feature is a stretch of sequence that corresponding to a single annotation in a GFF database. It inherits from Bio::DB::GFF::RelSegment, and so has all the support for relative addressing of this class and...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (92): Bio::DB::GFF::Feature Download

Added: July 15, 2010 | Visits: 915

Rsync::Config::Comment Rsync::Config::Comment is a Perl module with comments as objects. SYNOPSIS my $com1 = new Rsync::Config::Comment(value => this module is private); $com1->to_string(); prints: < TAB >#this module is private SUBROUTINES/METHODS new This class inherits from Rsync::Config::Blank....


Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): Rsync::Config::Comment Download

Added: April 23, 2010 | Visits: 786

Rsync::Config Rsync::Config is a Perl module for rsync configuration generator. Rsync::Config is a module who can be used to create rsync configuration files. A configuration file (from Rsync::Config point of view) is made by atoms and modules with atoms. A atom is the smallest piece from the configuration...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): Rsync::Config Download

Added: July 08, 2010 | Visits: 818

Image::Xpm Image::Xpm is a Perl module that can load, create, manipulate and save xpm image files. SYNOPSIS use Image::Xpm; my $j = Image::Xpm->new(-file, Camel.xpm); my $i = Image::Xpm->new(-width => 10, -height => 16); my $h = $i->new; # Copy of $i $i->xy(5, 8, red); # Set a colour (& add to...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (105): Image::Xpm Download

Added: June 14, 2010 | Visits: 765

mod_watchcat mod_watchcat is a module developed to provide watchcatd-awareness to the Apache 2 webserver. This allows a system administrator to set up timeouts for Apache processes, and thus provide protection against badly coded or malicious scripts. mod_watchcat can be configured to kill those...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): mod_watchcat Download

Added: August 12, 2010 | Visits: 758

IO::Pty IO::Pty is a pseudo TTY object class. SYNOPSIS use IO::Pty; $pty = new IO::Pty; $slave = $pty->slave; foreach $val (1..10) { print $pty "$valn"; $_ = <$slave>; print "$_"; } close($slave); IO::Pty provides an interface to allow the creation of a pseudo tty. IO::Pty inherits...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (112): IO::Pty Download

Added: June 02, 2010 | Visits: 783

LLg 1.07 LLg is a recursive descent parser generator. SYNOPSIS use LLg; @tokens = ( ADDOP => [-+], LEFTP => [(], RIGHTP => [)], INTEGER => 0|[1-9][0-9]*, ); $reader = Lex->new(@tokens); $ADDOP->debug; $expr = And->new(($factor, Any->new($ADDOP, $factor)), sub { shift(@_); my $result =...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): LLg 1.07 Download

Added: August 26, 2010 | Visits: 819

Class::Inner Class::Inner is a perlish implementation of Java like inner classes. SYNOPSIS use Class::Inner; my $object = Class::Inner->new( parent => ParentClass, methods => { method => sub { ... } }, }, constructor => new, args => [@constructor_args], ); Yet another implementation of an...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (98): Class::Inner Download

Added: August 21, 2010 | Visits: 847

PXP::Config PXP::Config is a Perl module for PXP configuration. SYNOPSIS # do this only once at server initialization: PXP::Config::init(file=>$finename); # then from anywhere: my $global_configuration_hash = PXP::Config::getGlobal(); # only from a plugin class: my $plugin_configuration_hash =...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): PXP::Config Download

Added: July 14, 2010 | Visits: 552

gtksourceviewmm gtksourceviewmm is a C++ wrapper for the gtksourceview text widget. gtksourceviewmm library supports undo/redo, syntax highlighting, and other features typical of a source editor. Gtk::SourceView is a proper decendent of Gtk::TextView and inherits all the relevant properties and methods. In...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (86): gtksourceviewmm Download

< 1 2 3 4 5 >