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

Oriented freeware
Filter: All | Freeware | Demo
 

Oriented

< 1 2 3 4 5 > 
Added: March 23, 2010 | Visits: 1.541

The Complex Language The Complex Language project is an object oriented programming language intended for scripting or rapid prototyping of applications. The design goals were to have very few simple but powerful concepts and to be easy to use and easy to learn. The project provides a working interpreter along with...



Platforms: *nix

License: Freeware Size: 133.12 KB Download (106): The Complex Language Download

Added: June 08, 2010 | Visits: 827

AspectES AspectES is an implementation of Aspect-Oriented Programming in JavaScript 1.5, as standardized by EcmaScript Specification 262. AspectES project contains core classes that enable software engineers to gracefully develop JavaScript applications that have clear, well-documented designs that...





Platforms: *nix

License: Freeware Size: 1.1 MB Download (88): AspectES Download

Added: June 16, 2010 | Visits: 1.544

RADIUS::Packet RADIUS::Packet is an object-oriented Perl interface to RADIUS packets. SYNOPSIS use RADIUS::Packet; use RADIUS::Dictionary; my $d = new RADIUS::Dictionary "/etc/radius/dictionary"; my $p = new RADIUS::Packet $d, $data; $p->dump; if ($p->attr(User-Name eq "lwall") { my $resp = new...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (147): RADIUS::Packet Download

Added: September 21, 2010 | Visits: 880

Class::Delegation Class::Delegation is a Perl object-oriented delegation. SYNOPSIS package Car; use Class::Delegation send => steer, to => ["left_front_wheel", "right_front_wheel"], send => drive, to => ["right_rear_wheel", "left_rear_wheel"], as => ["rotate_clockwise", "rotate_anticlockwise"] send...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (87): Class::Delegation Download

Added: July 08, 2010 | Visits: 1.295

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: February 20, 2010 | Visits: 628

OOPS OOPS is Object Oriented Persistent Store. SYNOPSIS use OOPS; transaction(sub { $oops = new OOPS dbi_dsn => $DBI_DSN, username => $username, password => $password, table_prefix => "MY"; $oops->commit; $oops->{my_1st_bit_of_data} = a scalar; $oops->{my_2nd_bit_of_data} = { A => hash...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (90): OOPS Download

Added: April 17, 2010 | Visits: 776

Xmldoom Xmldoom package contains the XML Document Object-Oriented Model. Xmldoom is what is commonly refered to as an Object Persistence Framework or an Object-Relational Mapping [1]. Basically, it is a framework that allows you to create an automatic mapping between the tables in your relational...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): Xmldoom Download

Added: November 18, 2010 | Visits: 911

ckjm ckjm project calculates Chidamber and Kemerer object-oriented metrics by processing the bytecode of compiled Java files. For each class given, the program calculates the following six metrics proposed by Chidamber and Kemerer: WMC, weighted methods per class; DIT, depth of inheritance tree;...


Platforms: *nix

License: Freeware Size: 1024 KB Download (135): ckjm Download

Added: April 25, 2010 | Visits: 941

Algorithm::Permute Algorithm::Permute is a Perl module with handy and fast permutation with object oriented interface. SYNOPSIS use Algorithm::Permute; my $p = new Algorithm::Permute([a..d]); while (@res = $p->next) { print join(", ", @res), "n"; } my @array = (1..9); Algorithm::Permute::permute { print...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (108): Algorithm::Permute Download

Added: April 08, 2010 | Visits: 1.587

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API....


Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: April 04, 2010 | Visits: 1.038

OPML Writer OPML Writer is a PHP4 class for writing OPML files with an object-oriented approach..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (110): OPML Writer Download

Added: February 09, 2010 | Visits: 1.086

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

Added: February 15, 2010 | Visits: 919

SableCC 3.2 / 4 Alpha SableCC is an object-oriented framework that generates compilers (and interpreters) in the Java programming language. SableCC framework is based on two fundamental design decisions. Firstly, the framework uses object-oriented techniques to automatically build a strictly typed abstract syntax...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (95): SableCC 3.2 / 4 Alpha Download

Added: February 15, 2010 | Visits: 850

FramerD FramerD is a portable distributed object-oriented database designed to support the maintenance and sharing of knowledge bases. Unlike other object-oriented databases, FramerD is optimized for the sort of pointer-intensive data structures used by semantic networks, frame systems, and many...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (91): FramerD Download

Added: October 24, 2010 | Visits: 1.172

Grail Grail is an extensible Internet browser written entirely in the interpreted object-oriented programming language Python. It runs on Unix, Windows and Macintosh. Grail is easily extended to support new protocols or file formats. Grail is distributed in source form, free of charge, and without...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (108): Grail Download

Added: October 24, 2010 | Visits: 693

AIME AIME project is an Object Oriented (C++) MUD engine. AIME is a C++ MUD engine with an OO design, designed to provide utmost flexibility for the designer to create complex worlds. It has a fully-functional builder port, online interpreted specials code, and a flexible levels/quest/profession...


Platforms: *nix

License: Freeware Download (97): AIME Download

Added: October 12, 2010 | Visits: 995

GNUstep GNUstep is a cross-platform, object-oriented framework for desktop application development. Based on the OpenStep specification originally created by NeXT (now Apple), GNUstep enables developers to rapidly build sophisticated software by employing a large library of reusable software...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (99): GNUstep Download

Added: July 15, 2010 | Visits: 1.170

GOODS GOODS project is an object oriented fully distributed database management system using an active client model. The multithreaded high performance database server is language and application independent. The client application interface to the database is built using a metaobject protocol and...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (123): GOODS Download

Added: May 17, 2010 | Visits: 770

XOTcl XOTcl (XOTcl, pronounced exotickle) is an object-oriented scripting language based on MITs OTcl. XOTcl is intended as a value added replacement for OTcl. XOTcl is an open source project which was initiated by Gustaf Neumann and Uwe Zdun, its main developers. The following people have...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (89): XOTcl Download

Added: September 23, 2010 | Visits: 913

HTML::Tree::AboutObjects HTML::Tree::AboutObjects is an article: "Users View of Object-Oriented Modules". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #17 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): HTML::Tree::AboutObjects Download

< 1 2 3 4 5 >