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

Oo freeware
Filter: All | Freeware | Demo
 

Oo

1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 1.147

File::Next::OO File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. SYNOPSIS File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing. Call it always with object notation. Not mixed as in File::Next itself....



Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): File::Next::OO Download

Added: November 14, 2010 | Visits: 788

Getopt::OO Getopt::OO is an object oriented command line parser. It handles short, long and multi (--x ... -) value options. Getopt::OO module also incorporates help for options to simplify generation of usage statements. SYNOPSIS use Getopt::OO qw(Debug Verbose); my ($handle) = Getopt::OO->new(@ARGV,...





Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Getopt::OO Download

Added: July 10, 2010 | Visits: 935

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: June 18, 2013 | Visits: 404

File::Stat::OO File::Stat::OO is an object-oriented interface for accessing file status attributes. SYNOPSIS use File::Stat::OO; my $foo = File::Stat::OO->new({file => '/etc/password'}); $foo->stat; # stat file specified at instantiation time print $foo->size; print $foo->mtime; # modification time in...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): File::Stat::OO Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 349

Stalk: an OO language Stalk is a new prototyping, message-passing OO language similar to Self. The interpreter compiles source text to bytecode for the Stalk Virtual Machine (SVM) and caches it. Compilable on most systems with sane C++ compilers, stalk has optional gtk binding


Platforms: Windows, Mac, Linux

License: Freeware Size: 849.38 KB Download (48): Stalk: an OO language Download

Added: May 10, 2013 | Visits: 510

OO PHP Library 1.8a OO PHP Library is an object-oriented library written in PHP with enhanced features for RAPID creation of web-interface to databases.


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

License: Freeware Download (55): OO PHP Library 1.8a Download

Added: April 22, 2013 | Visits: 337

Table - OO Interface Table - OO Interface implements an OO interface. Colspan, rowspan, table style, cell style, and data style may all be defined.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Table - OO Interface Download

Added: May 07, 2013 | Visits: 314

OO Mysql Wrapper OO Mysql Wrapper is a wrapper to access MySQL databases. It provides functions to execute SELECT, INSERT, UPDATE and DELETE queries from parameters defined by query objects.The query objects take care of defining query table, fields, escape field values, condition clauses and the limit clause.OO...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): OO Mysql Wrapper Download

Added: June 08, 2013 | Visits: 247

SkyEater OO Free SkyEater OO is a monophonic synthesizer. You can play melody with keyboard on your mac.


Platforms: Mac

License: Freeware Size: 716.8 KB Download (49): SkyEater OO Free Download

Added: August 05, 2013 | Visits: 482

OO Pinyin Guide OO Pinyin Guide is a Java extension for OpenOffice 3 or higher. It enables the user to add pinyin transliteration over Chinese characters inside a text document. This tool can be useful for people learning or teaching Chinese.


Platforms: *nix

License: Freeware Size: 1.16 MB Download (36): OO Pinyin Guide Download

Added: September 10, 2013 | Visits: 457

OO Text To Speech OO Text To Speech is a text-to speech macro for OpenOffice.org. It's a syllable analyzer: using a reading motor, it reads a document and translates it into a vocal message. About OpenOffice OpenOffice.org is a multiplatform and multilingual office suite and an open-source project. Compatible...


Platforms: *nix

License: Freeware Size: 4.96 MB Download (37): OO Text To Speech Download

Added: January 18, 2010 | Visits: 1.437

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.060

AFS::Command::PTS AFS::Command::PTS is a OO API to the AFS pts command. SYNOPSIS use AFS::Command::PTS; my $pts = AFS::Command::PTS->new(); my $pts = AFS::Command::PTS->new ( command => $path_to_your_pts_binary, ); my $pts = AFS::Command::PTS->new ( noauth => 1, force => 1, ); This module...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (100): AFS::Command::PTS Download

Added: January 18, 2010 | Visits: 1.005

AFS::Command::BOS AFS::Command::BOS is a OO API to the AFS bos command. SYNOPSIS use AFS::Command::BOS; my $bos = AFS::Command::BOS->new(); my $bos = AFS::Command::BOS->new ( command => $path_to_your_bos_binary, ); my $bos = AFS::Command::BOS->new ( localauth => 1, ); This module implements an OO...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (101): AFS::Command::BOS Download

Added: January 18, 2010 | Visits: 1.326

AFS::Command::FS AFS::Command::FS is a OO API to the AFS fs command. SYNOPSIS use AFS::Command::FS; my $fs = AFS::Command::FS->new(); my $fs = AFS::Command::FS->new ( command => $path_to_your_fs_binary, ); This module implements an OO API wrapper around the AFS fs command. The supported methods...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (101): AFS::Command::FS Download

Added: January 18, 2010 | Visits: 1.029

AFS::Command::VOS AFS::Command::VOS is a OO API to the AFS vos command..


Platforms: *nix

License: Freeware Size: 77.82 KB Download (91): AFS::Command::VOS Download

Added: January 27, 2010 | Visits: 1.199

Color::Object Color::Object is a OO-Color Module. A module for manipulation Colors within RGB, HSV and HSL color-spaces for usage within PDF-Documents especially with the Text::PDF::API modules. SYNOPSIS use Color::Object; $cl = Color::Object->new; $cl = Color::Object->newRGB($r,$g,$b); $cl =...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Color::Object Download

Added: September 08, 2010 | Visits: 1.193

CGI::Simple CGI::Simple is a simple totally OO CGI interface that is CGI.pm compliant. SYNOPSIS use CGI::Simple; $CGI::Simple::POST_MAX = 1024; # max upload via post default 100kB $CGI::Simple::DISABLE_UPLOADS = 0; # enable uploads $q = new CGI::Simple; $q = new CGI::Simple( { foo=>1, bar=>[2,3,4] }...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (103): CGI::Simple Download

Added: May 27, 2010 | Visits: 1.424

XML::WMM::ASX XML::WMM::ASX is a very simple OO interface to create Windows Media Metafile ASX. SYNOPSIS use XML::WMM::ASX $asx = new XML::WMM::ASX; This simple module allows you to create ASX file. METHODS The following methods are available: $asx = XML::WMM::ASX->new The constructor returns a...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (164): XML::WMM::ASX Download

Added: April 27, 2010 | Visits: 1.252

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

1 2 3 4 5 >