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

Oriented freeware
Filter: All | Freeware | Demo
 

Oriented

< 1 2 3 4 5 > 
Added: March 01, 2010 | Visits: 1.324

Zoop PHP Framework Zoop is an object oriented framework for PHP based on a front controller. It is designed to be very fast and efficient and very nice for the programmer to work with. Zoop PHP Framework is easily extensible, and you need only include the functionality you use. It features GuiControls (a PHP...



Platforms: *nix

License: Freeware Size: 593.92 KB Download (120): Zoop PHP Framework Download

Added: May 19, 2010 | Visits: 1.088

UML::State UML::State is an object oriented module which draws simple state diagrams. SYNOPSIS use UML::State; my $diagram = UML::State->new( $node_array, $start_list, $accept_list, $edges ); # You may change these defaults (doing so may even work): $UML::State::ROW_SPACING = 75; # all numbers...





Platforms: *nix

License: Freeware Size: 55.3 KB Download (119): UML::State Download

Added: April 08, 2010 | Visits: 1.586

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: January 01, 2010 | Visits: 1.726

The Object Oriented Database Kit The Object Oriented Database Kit is a set of tools to help database applications developers to handle database communication, reporting, and printing. It has a solid, stable, and easy to use API. The project is also GUI toolkit agnostic and portable..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): The Object Oriented Database Kit Download

Added: July 08, 2010 | Visits: 1.238

Missile of Holiday Cheer Missile of Holiday Cheer is a winter holiday vertically oriented flying finesse game. Missile of Holiday Cheer is a game that revolves around piloting missiles bearing presents from elves workshops up to Santas low-orbiting mothership. There are five elf groups and a number of powerups, and...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (112): Missile of Holiday Cheer Download

Added: July 17, 2010 | Visits: 522

FastFrame FastFrame is a heavily object oriented application framework that is structured around the MVC pattern. The goal is to enable developers to create clean, secure, and robust Web applications quickly. It is written in PHP and provides the common tools a Web application requires: authentication,...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (111): FastFrame Download

Added: April 04, 2010 | Visits: 1.037

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.085

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: August 30, 2013 | Visits: 1.421

XPontus XML Editor XPontus XML Editor is a simple XML Editor oriented towards text editing. It can perform validation(DTD, XML Schema, Relax NG, Batch XML validation), XSL transformations(HTML, XML, PDF, SVG), schema/DTD generation, XML/DTD/HTML/XSL code completion, code formatting and much more. The brand new...


Platforms: *nix

License: Freeware Size: 23.5 MB Download (109): XPontus XML Editor 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: 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: January 12, 2010 | Visits: 1.292

ogre4j 1.4.3 Beta ogre4j project enables the use of the OGRE (Object-Oriented Graphics Rendering Engine) libraries in Java applications. The first approach was made by Ivica Aracic aka bytelord (http://www.bytelords.de). Thanks to him for taking the first steps! The last stable CVS version located at the OGRE...


Platforms: *nix

License: Freeware Size: 1024 KB Download (108): ogre4j 1.4.3 Beta Download

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: September 24, 2010 | Visits: 1.317

WMS Javascript Library WMS Javascript Library is an object-oriented JavaScript library for creating dynamic Web-based maps from otherwise static WMS (Web Map Service) images by adding pan/zoom functionality with Google Maps-like draggability. Custom clickable overlays can be added to create a useful GIS. WMS...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (104): WMS Javascript Library Download

Added: March 02, 2010 | Visits: 801

pTest 1.0 pTest framework is an Object Oriented PHP 5 testing framework. The project differs from other testing frameworks in that it doesnt suffer from a dogmatic following of JUnit. A good feature of this framework is that it can be as easily used from the commandline as embedded and extended by your...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): pTest 1.0 Download

Added: November 14, 2010 | Visits: 877

Py++ Py++ is an object-oriented framework for creating a code generator for the Boost.Python library..


Platforms: *nix

License: Freeware Size: 2.5 MB Download (103): Py++ Download

Added: May 10, 2010 | Visits: 1.001

Common Music Common Music (CM) is an object-oriented music composition environment. Common Music produces sound by transforming a high-level representation of musical structure into a variety of control protocols for sound synthesis and display..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (102): Common Music Download

Added: May 10, 2013 | Visits: 898

MyOODB MyOODB is an Object-Oriented Database with many features not available in existing database products. MyOODB is one part of a two part SDK solution. Together with MyOOWEB, MyOOSDK provides a development environment for software hackers who desire small fast but powerful applications. It is the...


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

License: Freeware Download (102): MyOODB Download

Added: April 27, 2010 | Visits: 1.026

JVOIPLIB JVOIPLIB is an object-oriented Voice over IP (VoIP) library written in C++. It is based upon work done for my thesis at the School for Knowledge Technology (or School voor Kennistechnologie in Dutch), a cooperation between the Hasselt University and the Maastricht University. A part of this...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (101): JVOIPLIB Download

Added: July 09, 2010 | Visits: 999

Klikit-Linux 0.1-5b Klikit-Linux is a non-formal project oriented on developing a modern, free, user-friendly and fun Linux desktop. The project uses the well known, award winning KDE environment. Klikit-Linux can run as a LIVE-CD on practically any PC (x86), and can be installed to your hard drive in just a few...


Platforms: *nix

License: Freeware Size: 795 MB Download (101): Klikit-Linux 0.1-5b Download

< 1 2 3 4 5 >