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

Base Class freeware
Filter: All | Freeware | Demo
 

Base Class

< 1 2 3 4 5 > 
Added: May 02, 2010 | Visits: 1.123

JOAP::Server::Object JOAP::Server::Object is a base class for Things Servable By JOAP Servers. ABSTRACT This verbosely-named OO package -- sorry about that -- is the base class for object servers, classes, and instances inside a JOAP server. It is probably not such a hunky-dory idea to inherit from this class... Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): JOAP::Server::Object Download

Added: January 24, 2010 | Visits: 1.271

Gtk2::Ex::MindMapView::HotSpot Gtk2::Ex::MindMapView::HotSpot is a base class for grips and toggles. SYNOPSIS use base Gtk2::Ex::MindMapView::HotSpot; This module is internal to Gtk2::Ex::MindMapView. Four Gtk2::Ex::MindMapView::HotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on a mind... Platforms: *nix

License: Freeware Size: 50.18 KB Download (125): Gtk2::Ex::MindMapView::HotSpot Download

Added: August 07, 2010 | Visits: 891

Gtk2::Ex::MindMapView::Border Gtk2::Ex::MindMapView::Border is a base class for border objects. SYNOPSIS use base Gtk2::Ex::MindMapView::Border; This module is internal to Gtk2::Ex::MindMapView. It is the base class for objects that draw borders and offers several classes that are to be overidden. INTERFACE... Platforms: *nix

License: Freeware Size: 50.18 KB Download (87): Gtk2::Ex::MindMapView::Border Download

Added: January 23, 2010 | Visits: 989

Gtk2::Ex::MindMapView::Content Gtk2::Ex::MindMapView::Content is a base class for content objects. SYNOPSIS use base Gtk2::Ex::MindMapView::Content; This module is internal to Gtk2::Ex::MindMapView. It is the base class for objects that show content and offers several classes that are to be overidden. INTERFACE... Platforms: *nix

License: Freeware Size: 50.18 KB Download (94): Gtk2::Ex::MindMapView::Content Download

Added: September 10, 2010 | Visits: 862

Volity::Game Volity::Game is a base class for Volity game modules. SYNOPSIS See Volity::Game::TicTacToe and its source code for a simple but full-featured example. This class provides a framework for writing Volity game modules in Perl. A Volity game module will be a subclass of this class. To turn... Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Volity::Game Download

Added: July 08, 2010 | Visits: 667

Volity::Jabber Volity::Jabber is a base class for Jabber-speaking Volity objects. SYNOPSIS package My::Volity::Object; use base qw(Volity::Jabber); use fields qw(wubba_wubba); # Override the parents initialize method to set values on construction. sub initialize { my $self = shift;... Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): Volity::Jabber Download

Added: June 21, 2010 | Visits: 970

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 22, 2010 | Visits: 1.265

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: May 15, 2010 | Visits: 1.022

Audio::LADSPA::Plugin Audio::LADSPA::Plugin is a base class for LADSPA plugins in Perl. SYNOPSIS use Audio::LADSPA; my (@plugin_classes) = Audio::LADSPA->plugins(); # or ... my $plugin_class = Audio::LADSPA->plugin( label => "delay_5s", id => 1043); my $plugin = $plugin_class->new($sample_rate);... Platforms: *nix

License: Freeware Size: 81.92 KB Download (114): Audio::LADSPA::Plugin Download

Added: August 19, 2010 | Visits: 1.018

Image::Button Image::Button is a base class for building PNG buttons using GD. SYNOPSIS use Image::Button::Rect; my $b1 = new Image::Button::Rect(text => text b1, font => newsgotn.ttf, fontsize => 20, file => b1.png); # $b2 is like $b1, but with different text and going to another file my $b2 =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Image::Button Download

Added: January 16, 2010 | Visits: 721

WWW::Dict WWW::Dict is a base class for WWW::Dict::* modules. SYNOPSIS use WWW::Dict; my $dict = WWW::Dict->new(Zdic); my $definition = $dict->define( $word ); print YAML::Dump( $definition ) This module is the base class for WWW::Dict::* modules, also a loder class for them. It doesnt query to... Platforms: *nix

License: Freeware Size: 19.46 KB Download (91): WWW::Dict Download

Added: November 27, 2010 | Visits: 862

Text::Query::BuildSQL Text::Query::BuildSQL is a base class for SQL query builders. SYNOPSIS package Text::Query::BuildSQLsqldb; use Text::Query::BuildSQL; use vars qw(@ISA); @ISA = qw(Text::Query::BuildSQL); Defines all the build_* functions to build a syntax tree. The tree nodes are [ operator scope... Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Text::Query::BuildSQL Download

Added: January 13, 2010 | Visits: 767

XML::LibXML::Node XML::LibXML::Node is an abstract base class of XML::LibXML nodes. SYNOPSIS $name = $node->nodeName; $node->setNodeName( $newName ); $bool = $node->isSameNode( $other_node ); $bool = $node->isEqual( $other_node ); $content = $node->nodeValue; $content = $node->textContent; $type =... Platforms: *nix

License: Freeware Size: 256 KB Download (103): XML::LibXML::Node Download

Added: April 13, 2010 | Visits: 1.140

Curses::UI::Widget Curses::UI::Widget is a base class for all widgets. CLASS HIERARCHY Curses::UI::Widget - base class SYNOPSIS This class is not used directly by somebody who is building an application using Curses::UI. Its a base class that is expanded by the Curses::UI widgets. See WIDGET STRUCTURE below... Platforms: *nix

License: Freeware Size: 143.36 KB Download (103): Curses::UI::Widget Download

Added: April 27, 2010 | Visits: 912

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);... Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Added: June 06, 2010 | Visits: 1.527

RTF::Reader RTF::Reader is a base class for building RTF-processing modules. Gives you a simple toolset for doing what you want with RTF THIS MODULE IS AT BEST BETA, AT WORST, STILL IN PLANNING. The interface may change, the docs are almost certainly slighty out of date.... The latest version of all this... Platforms: *nix

License: Freeware Size: 12.29 KB Download (370): RTF::Reader Download

Added: January 07, 2010 | Visits: 724

Apache2::Pod Apache2::Pod is a Perl base class for converting Pod files to prettier forms. SYNOPSIS The Apache2::Pod::* are mod_perl handlers to easily convert Pod to HTML or other forms. You can also emulate perldoc. FUNCTIONS No functions are exported. I dont want to dink around with Exporter in... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Apache2::Pod Download

Added: March 10, 2010 | Visits: 874

Regexp::Log Regexp::Log is a Perl base class for log files regexp builders. SYNOPSIS my $foo = Regexp::Log::Foo->new( format => custom %a %b %c/%d, capture => [qw( host code )], ); # the format() and capture() methods can be used to set or get $foo->format(custom %g %e %a %w/%s %c);... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Regexp::Log Download

Added: May 11, 2010 | Visits: 1.137

Doc::Perlish::Writer Doc::Perlish::Writer is a base class for stream output functions. SYNOPSIS # using - generally use a subclass my $writer = Doc::Perlish::Writer::XML->new(); $doc->receiver($writer); $doc->send_all(); my $output = $writer->output; # an IO::All object # or, you can pass an object or... Platforms: *nix

License: Freeware Size: 56.32 KB Download (110): Doc::Perlish::Writer Download

Added: September 10, 2010 | Visits: 612

Apache::MP3::L10N Apache::MP3::L10N is a base class for Apache::MP3 interface localization. This module is the base class for generating language handles (via Locale::Maketext) which Apache::MP3 (and subclasses) use for presenting their interface. To localize this for your language of choice, see the source... Platforms: *nix

License: Freeware Size: 327.68 KB Download (88): Apache::MP3::L10N Download

< 1 2 3 4 5 >