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

Base Class freeware
Filter: All | Freeware | Demo
 

Base Class

< 1 2 3 4 5 > 
Added: November 08, 2010 | Visits: 568

PObject PObject is a base class for perl objects, takes the irritation out of creating properties for objects. Allows quick creation of attributes and easy inheritance. I have stopped developing this class in favor of Class::Accessor, please use that instead. To install, the good old method: perl... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): PObject Download

Added: January 21, 2010 | Visits: 3.217

Konstrukt::Handler 0.5 Beta Konstrukt::Handler is a base class for handlers that control the processing of the requests. SYNOPSIS use Konstrukt::Handler; #inherit new(), process() and emergency_exit() use base Konstrukt::Handler; #create handler sub. usually a bit more comprehensive. see existing handlers sub... Platforms: *nix

License: Freeware Size: 522.24 KB Download (687): Konstrukt::Handler 0.5 Beta Download

Added: August 11, 2010 | Visits: 1.892

Bot::BasicBot::Pluggable Bot::BasicBot::Pluggable is a Perl extension to the simple irc bot base class allowing for pluggable modules. SYNOPSIS Creating the bot module # with all defaults my $bot = Bot::BasicBot->new(); # with useful options my $bot = Bot::BasicBot::Pluggable->new( channels => ["#bottest"],... Platforms: *nix

License: Freeware Size: 31.74 KB Download (461): Bot::BasicBot::Pluggable Download

Added: August 05, 2010 | Visits: 1.580

Crypt::ECDSA::Curve Crypt::ECDSA::Curve is a base class for ECC curves. These are for use with Crypt::ECDSA, a Math::GMPz based cryptography module. METHODS new Constructor. Takes the following named pair arguments: standard => standard-curve-name Used for named standard curves such as the NIST standard... Platforms: *nix

License: Freeware Size: 143.36 KB Download (193): Crypt::ECDSA::Curve Download

Added: May 10, 2013 | Visits: 211

All base class initializers get called This code can be used in debugging phase to notice errors sooner. It is usually always desirable to visit all base class __init__-methods, but Python does nothing to ensure they will be visited. Set AssertInit as a metaclass in the base class of your class hierarchy, and all errors from not... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): All base class initializers get called Download

Added: August 05, 2010 | Visits: 1.102

XML::SAX::Base XML::SAX::Base is a base Perl class with SAX Drivers and Filters. SYNOPSIS package MyFilter; use XML::SAX::Base; @ISA = (XML::SAX::Base); This module has a very simple task - to be a base class for PerlSAX drivers and filters. Its default behaviour is to pass the input directly to the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): XML::SAX::Base Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 445

Orbit42-Base: for good php class design. The Orbit42 Base Class is a building block for the creation of loosely coupled classes in php. Provides MySQL interface in such a way as to allow the database type to be changed by replaceing only the base class. Platforms: Windows, Mac, Linux

License: Freeware Size: 8.01 KB Download (47): Orbit42-Base: for good php class design. Download

Added: March 21, 2010 | Visits: 960

Class::ObjectTemplate Class::ObjectTemplate is a Perl extension for an optimized template builder base class. SYNOPSIS package Foo; use Class::ObjectTemplate; require Exporter; @ISA = qw(Class::ObjectTemplate Exporter); attributes(one, two, three); # initialize will be called by new() sub initialize { my... Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): Class::ObjectTemplate Download

Added: July 26, 2013 | Visits: 1.502

Base For PostgreSQL Base For PostgreSQL is a base class that can be used to wrap the access to records of tables in PostgreSQL databases.The script can query the information about the fields of a given table to be able to store and retrieve the values of the fields of the table records.Base For PostgreSQL can create... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Base For PostgreSQL Download

Added: April 11, 2013 | Visits: 396

class-wp-importer Shared base class for importer plugins.Installation : 1. Upload the class-wp-importer folder to the /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress Platforms: PHP

License: Freeware Size: 10 KB Download (41): class-wp-importer Download

Added: January 17, 2010 | Visits: 1.004

AI::NNFlex AI::NNFlex is a base Perl class for implementing neural networks. SYNOPSIS use AI::NNFlex; my $network = AI::NNFlex->new(config parameter=>value); $network->add_layer( nodes=>x, activationfunction=>function); $network->init(); $network->lesion( nodes=>PROBABILITY,... Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): AI::NNFlex Download

Added: June 06, 2013 | Visits: 449

ORM mapping class This PHP script is designed to act as a base class for storing and retrieving objects in MySQL databases. This base class should be extended by other class to define the MySQL database table and the fields to store and retrieve the object variables.ORM mapping class executes SQL queries with the... Platforms: PHP

License: Freeware Size: 10 KB Download (41): ORM mapping class Download

Added: July 25, 2013 | Visits: 356

Padre::Plugin::Shell::Base for Linux Padre::Plugin::Shell::Base is a base class for plugins that use the system shell to extend Padre. Example Subclass Padre::Plugin::Shell::Base to create a plugin. package Padre::Plugin::Shell::Foo; use base 'Padre::Plugin::Shell::Base'; use 5.008; use strict; use warnings; use Padre::Wx... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Padre::Plugin::Shell::Base for Linux Download

Added: August 13, 2010 | Visits: 1.089

FLAT::Legacy::FA::RE FLAT::Legacy::FA::RE is a regular expression base class. SYNOPSIS use FLAT::Legacy::FA::RE; use FLAT::Legacy::FA::NFA; my $re = RE->new(); $re->set_re(a|b|(hi)*); my $nfa = $re->to_nfa(); print $nfa->info(); # see stuff on NFA my $dfa = $nfa->to_dfa(); print $dfa->info(); # see stuff... Platforms: *nix

License: Freeware Size: 32.77 KB Download (117): FLAT::Legacy::FA::RE Download

Added: September 09, 2010 | Visits: 1.164

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite... Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: February 07, 2010 | Visits: 1.080

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after... Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Test::Unit::TestCase Download

Added: November 01, 2010 | Visits: 1.022

Danga::Socket Danga::Socket is an event loop and event-driven async socket base class. SYNOPSIS package My::Socket use Danga::Socket; use base (Danga::Socket); use fields (my_attribute); sub new { my My::Socket $self = shift; $self = fields::new($self) unless ref $self; $self->SUPER::new( @_ );... Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Danga::Socket Download

Added: October 18, 2010 | Visits: 894

Rose::Object Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic object base class. It provides very little... Platforms: *nix

License: Freeware Size: 28.67 KB Download (88): Rose::Object Download

Added: July 10, 2010 | Visits: 939

WWW::Mixi::OO::Page WWW::Mixi::OO::Page is a WWW::Mixi::OOs Pages base class. SYNOPSIS package WWW::Mixi::OO::Foo; use base qw(WWW::Mixi::OO::Page); sub uri { shift->absolute_uri(foo.pl); } # some implementations... METHODS new # subclass sub new { my $this = shift->SUPER::new(@_); # some... Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): WWW::Mixi::OO::Page Download

Added: May 10, 2013 | Visits: 351

ExceptionContainer ExceptionContainer script is an Exception base-class that supports keyword arguments and printing. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): ExceptionContainer Download

< 1 2 3 4 5 >