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

Oo freeware
Filter: All | Freeware | Demo
 

Oo

< 1 2 3 4 5 > 
Added: May 14, 2010 | Visits: 756

Argv Argv is a Perl module that provides an OO interface to an arg vector. SYNOPSIS use Argv; # A roundabout way of getting perls version. my $pl = Argv->new(qw(perl -v)); $pl->exec; # Run /bin/cat, showing how to provide "predigested" options. Argv->new(/bin/cat, [qw(-u -n)],...



Platforms: *nix

License: Freeware Size: 44.03 KB Download (86): Argv Download

Added: June 13, 2010 | Visits: 1.060

Business::PayBox Business::PayBox is a OO wrapper for Paybox Java Localhost Listener (LHL). SYNOPSIS To create object: use Business::PayBox; $PB = Business::PayBox->new(MRID => +490001234567); or $PB = Business::PayBox->new(MRID => +490001234567, server => 192.168.1.1, port => 61); To do a payment:...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Business::PayBox Download

Added: October 06, 2010 | Visits: 674

Class::DataStore Class::DataStore is a Perl module for generic OO data storage/retrieval. SYNOPSIS my %values = ( one => 1, two => 2 ); my $store = Class::DataStore->new( %values ); # using get/set methods $store->set( three, 3 ); my $three = $store->get( three ); # using AUTOLOAD method $store->four(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): Class::DataStore Download

Added: April 21, 2010 | Visits: 750

dtRdr::Traits::Class dtRdr::Traits::Class is a Perl module with shared OO stuff. Methods to Break Things NOT_IMPLEMENTED Imported into base class. Gives a nicer message than the standard "Cant locate method...", indicating that you did not typo the method name, but instead forgot to override it. sub...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (92): dtRdr::Traits::Class Download

Added: February 06, 2010 | Visits: 999

GFL::Image GFL::Image is an OO interface to P-e Gougelets Graphic File Library. SYNOPSIS use GFL::Image; my $im = GFL::Image-> new; $im -> load("test.png"); $im -> set( output => "jpeg", undolevel => 5 ); $im -> resize (320, 200); $im -> filter( maximum => 3, mediancross => 7 ); $im -> undo;...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (108): GFL::Image Download

Added: April 13, 2010 | Visits: 723

pgk pgk is a Perl Gimp Kit, a OO perl gtk interface. pgk::Widget new ($name,$type) pre: $name is the name of this widget. $type is the type of this widget. post: base class pgk::Widget created, that implements base functions for all derived pgk classes. add($widget) pre: $widget is a...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): pgk Download

Added: June 07, 2010 | Visits: 1.076

PDL::Graphics::X PDL::Graphics::X is a PDL OO access to X windows. SYNOPSIS # example 1 use PDL; use PDL::Graphics::X; my $x_size = 255; my $y_size = 255; my $win1 = PDL::Graphics::X->new({SIZE_X => $x_size, SIZE_Y => $y_size}); my $a = xvals(zeroes(byte,$x_size,$y_size)); $win1->imag($a); # example...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): PDL::Graphics::X Download

Added: July 13, 2010 | Visits: 1.020

Common Media Input Layer 0.91 Common Media Input Layer (CMIL) is an C++ OO framework designed to improve the state of cross-platform input handling in games and other similar applications. CMIL was created out of the belief that the methods used in most media APIs perform input handling in a confusing, difficult, inflexible...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (97): Common Media Input Layer 0.91 Download

Added: April 03, 2010 | Visits: 1.423

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: September 02, 2010 | Visits: 977

Date::Roman Date::Roman is a Perl OO extension for handling roman style dates. SYNOPSIS use Date::Roman; $caesar_death = Date::Roman->new(roman => id 3 702); print $caesar_death->ical(),"n"; #prints -520315 This module defines a class for handling Roman dates as defined by Julius Caesar in 45 BC..


Platforms: *nix

License: Freeware Size: 38.91 KB Download (124): Date::Roman Download

Added: August 08, 2010 | Visits: 1.434

MP3::Player::PktConcert MP3::Player::PktConcert is a Perl OO wrapper to John Seagulls C API to the Intel Pocket Concert. SYNOPSIS use MP3::Player::PktConcert; my $pocket_concert = new MP3::Player::PktConcert; my $proc_port = $pocket_concert->mount(); $pocket_concert->open(); my @tracks =...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): MP3::Player::PktConcert Download

Added: September 10, 2010 | Visits: 973

Memories of Mordor Memories of Mordor project is a light multi-level game with its own OO gaming library. Memories of Mordor is a light, 2D multi-level game that contains its own easy-to-use and extend OO Java game programming library. It has no dependencies on other libraries. You are entering Mordor, a land...


Platforms: *nix

License: Freeware Download (98): Memories of Mordor Download

Added: January 18, 2010 | Visits: 2.227

Math::Group::Thompson Math::Group::Thompson Perl module contains OO methods that calculates the cardinality of the ball of radius n of Thompson group F. SYNOPSIS use Math::Group::Thompson; my $F = Math::Group::Thompson->new( VERBOSE => 0 ); my $card = $F->cardBn(3,); print "#B(3) = $cardn"; The...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Math::Group::Thompson Download

Added: May 08, 2010 | Visits: 760

Template::Plugin::Heritable Template::Plugin::Heritable is a Perl module with OO dispatching and inheritance for templates. SYNOPSIS [% USE Heritable %] [%# searches providers for a "view" template method on class (which should be a metamodel object, eg someobj.meta in Perl 6) %] [% Heritable.include(class, "view",...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Template::Plugin::Heritable Download

Added: September 04, 2010 | Visits: 549

ImplicitThis ImplicitThis is a syntactical sugar for OO methods. SYNOPSIS use ImplicitThis; ImplicitThis::imply(); sub new { my $type = shift; my %args = @_; # must be blessed hash object bless { foo => $args{foo}, bar => $args{bar}, }, $type; } sub my_accessor { # $this is read for us. $bar...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): ImplicitThis Download

Added: May 10, 2013 | Visits: 427

xmlrpc parameter mapping for OO-style programming This script automates the creation and lookup of objects passed from and to xmlrpc server methods so that incoming calls arguments are automatically replaced by their respective objects, and returned objects get mapped and their ids returned.


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


Added: October 08, 2010 | Visits: 747

Alzabo Alzabo is a Perl module with data modelling tool and RDBMS-OO mapper. SYNOPSIS Cannot be summarized here. What is Alzabo? Alzabo is a suite of modules with two core functions. Its first use is as a data modelling tool. Through either a schema creation GUI, a perl program, or reverse...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (88): Alzabo Download

Added: June 03, 2010 | Visits: 714

IO-stringy IO-stringy is a I/O on in-core objects like strings and arrays. SYNOPSIS IO:: ::AtomicFile adpO Write a file which is updated atomically ERYQ ::Lines bdpO I/O handle to read/write to array of lines ERYQ ::Scalar RdpO I/O handle to read/write to a string ERYQ ::ScalarArray RdpO I/O handle...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (96): IO-stringy Download

Added: May 08, 2010 | Visits: 604

LibPHPBase LibPHPBase is a class-library with various tools for creating websites, the most important and useful parts are: HTML Abstraction A set of classes representing HTML-tags making OO-based site design easy. The generated code strives to be clean and to follow w3c-recommendation....


Platforms: *nix

License: Freeware Size: 90.11 KB Download (93): LibPHPBase Download

Added: June 26, 2010 | Visits: 1.189

SQL::Generator SQL::Generator is a Perl module to generate SQL-statements with oo-perl. SYNOPSIS use SQL::Generator; With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI)....


Platforms: *nix

License: Freeware Size: 13.31 KB Download (124): SQL::Generator Download

< 1 2 3 4 5 >