Main > Free Download Search >

Free object oriented software for linux

object oriented

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3357
Claw 0.4.0.148

Claw 0.4.0.148


Claw framework provides a convenient and intuitive way of developing PHP5-driven object oriented Web applications. more>>
Claw framework provides a convenient and intuitive way of developing PHP5-driven object oriented Web applications.
Claw project allows developing tree-structured Web applications with ease.
Main features:
- Clean Code / Database / Display logic seperation with Hierarchial MVC
- Page / method / variable chains (i.e.: /articles/read/10/comment/35)
- Search engine friendly & clean URLs without creating dozens of rewrite rules
- View / Variable inheritance during application flow
- Rapid and intuitive development process
- User permission handling
- Outside variable handling ($_GET, $_POST, $_REQUEST, $_COOKIE, etc.)
- Form handling and processing
- Session handling
- Configuration file handling
- DRY and KISS principles
- Support for web trends (i.e. AJAX)
- Database independance & object persistance
- Human-readable manual and example applications
- Loose-coupled components with possibility of choice and extensions
- Portability, easy setup and configuration (changing app location will not require changing any configs, except for .htaccess RewriteBase, which is optional)
- etc...
<<less
Download (0.057MB)
Added: 2006-04-06 License: GPL (GNU General Public License) Price:
1647 downloads
The Object Oriented Database Kit 0.5.8.1

The Object Oriented Database Kit 0.5.8.1


The Object Oriented Database Kit is a set of tools to help database applications developers to handle database communication. more>>
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.
<<less
Download (0.018MB)
Added: 2007-06-23 License: LGPL (GNU Lesser General Public License) Price:
860 downloads
Turtle3D 3.0

Turtle3D 3.0


Turtle3D project is a scheme implementation of the Turtle, in 3D. more>>
Turtle3D project is a scheme implementation of the Turtle, in 3D.

It is object oriented, so you can have many turtles in the drawing window.

A test program is included.

<<less
Download (0.015MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1093 downloads
Gst-Python 0.10.6

Gst-Python 0.10.6


Gst-Python provides Python bindings for the GStreamer project. more>>
Gst-Python provides Python bindings for the GStreamer project. These bindings provide access to almost all of the GStreamer C API through an object oriented Python API.
<<less
Download (0.48MB)
Added: 2006-12-15 License: LGPL (GNU Lesser General Public License) Price:
1046 downloads
ASNMTAP::Asnmtap::Applications 3.000.009

ASNMTAP::Asnmtap::Applications 3.000.009


ASNMTAP::Asnmtap::Applications is a Perl module that provides a nice object oriented interface for ASNMTAP Applications. more>>
ASNMTAP::Asnmtap::Applications is a Perl module that provides a nice object oriented interface for ASNMTAP Applications.

ASNMTAP::Asnmtap::Applications Subclass of ASNMTAP::Asnmtap

This version is still the old ASNMTAP Applications v3.000.001 addapted for using with the new ASNMTAP::Asnmtap, ASNMTAP::Asnmtap::Plugins and ASNMTAP::Asnmtap::Plugins::Nagios plugins.

We are working onto an new Object Oriented version for the ASNMTAP Applications

<<less
Download (1.6MB)
Added: 2006-06-12 License: Perl Artistic License Price:
1229 downloads
R3 0.31

R3 0.31


R3.pm is a Perl object oriented client interface to SAP R/3 using RFCSDK. more>>
R3.pm is a Perl object oriented client interface to SAP R/3 using RFCSDK.

SYNOPSIS

use R3;
$conn = new R3::conn (host=>$host, sysnr=>$sysnr, client=>$client,
user=>$usr, passwd=>$passwd);
$itab = new R3::itab ($conn, $table_name);
$func = new R3::func ($conn, $func_name);
...

R3.pm provides an object oriented interface to SAPs RFCSDK for connection to an R/3 system. R3::conn is the object interface to R/3 connections. R3::itab is the object interface to ABAP internal tables. R3::func is the object interface to ABAP RFC enabled functions.

<<less
Download (0.007MB)
Added: 2007-05-24 License: Perl Artistic License Price:
1015 downloads
Ctalk 0.0.95a / 0.0.96a RC4.1

Ctalk 0.0.95a / 0.0.96a RC4.1


Ctalk adds object oriented language features, like classes, methods, operator overloading, and inheritance, to C programs. more>> Ctalk 0.0.95a / 0.0.96a RC4.1 is a very useful and convenient product which adds object oriented language features, like classes, methods, operator overloading, and inheritance, to C programs.<<less
Added: 2009-07-27 License: GPL Price: FREE
downloads
 
Other version of Ctalk
Ctalk 0.0.95a / 0.0.96a RC4Ctalk provides you with a complete and very useful program which adds object oriented language features, like classes, methods, operator overloading, and inheritance, to C programs
Price: FREE
License:GPL
Download
4 downloads
Added: 2009-07-20
Object Relational Membrane 2a5

Object Relational Membrane 2a5


Object Relational Membrane is a Python package that provides the functionality of an object relational layer like EJB. more>>
Object Relational Membrane is a Python package that provides the functionality of an object relational layer like EJB or other persistence storage systems.
Object Relational Membrane is a thin compatibility layer between SQL table layouts and Object Oriented Python. While providing a good deal of functionality, it tries to be as small and simple as possible. It currently works with PostgreSQL and Gadfly.
Adapters for Firebird and MySQL are planed.
Enhancements:
- A number of small changes and enhancements.
- The last release previous to a "beta" release.
<<less
Download (0.17MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1005 downloads
ASNMTAP::Asnmtap::Plugins::Nagios 3.000.010

ASNMTAP::Asnmtap::Plugins::Nagios 3.000.010


ASNMTAP::Asnmtap::Plugins::Nagios provides a nice object oriented interface for building Nagios compatible plugins. more>>
ASNMTAP::Asnmtap::Plugins::Nagios provides a nice object oriented interface for building Nagios compatible plugins.

ASNMTAP::Asnmtap::Plugins::Nagios Subclass of ASNMTAP::Asnmtap::Plugins

SYNOPSIS

use ASNMTAP::Asnmtap::Plugins::Nagios;

my $objectNagios = ASNMTAP::Asnmtap::Plugins::Nagios->new ();

This module that provides a nice object oriented interface for building Nagios (http://www.nagios.org) compatible plugins.

EXAMPLE

use ASNMTAP::Asnmtap::Plugins::Nagios v3.000.010;

use ASNMTAP::Asnmtap::Plugins::Nagios;

my $objectNagios = ASNMTAP::Asnmtap::Plugins::Nagios->new ();

$objectNagios->dumpData ();

$objectNagios->exit (7);

<<less
Download (1.6MB)
Added: 2006-08-31 License: Perl Artistic License Price:
1151 downloads
DB::Appgen 1.0

DB::Appgen 1.0


DB::Appgen is a Perl interface which includes both function oriented and object oriented interfaces. more>>
DB::Appgen is a Perl interface which includes both function oriented and object oriented interfaces to manipulate data in APPGEN Custom Suite databases.

All this was made in about four hours including reading perlxstut manpage, so do not expect something pretty. Although it appears to be working OK in my tests.

Ill be doing some bigger data manipulations using this extension in the next couple of days and I will probably build some kind of higher level interface. If you dont see it on CPAN yet feel free to ask me about it.

<<less
Download (0.009MB)
Added: 2006-05-24 License: GPL (GNU General Public License) Price:
1251 downloads
GOODS 3.04

GOODS 3.04


GOODS project is an object oriented fully distributed database management system using an active client model. more>>
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 provides transparent persistency for normal programming languages.

An aspect oriented programming approach is used to implement object access, and synchronization policies make it possible to define various database access strategies to suit the requirements of a concrete application and separate them from application code.
<<less
Download (1.1MB)
Added: 2007-01-14 License: MIT/X Consortium License Price:
1014 downloads
STPHPLib 0.8.0

STPHPLib 0.8.0


STPHPLib is a suite of software components for developing object oriented and web based applications. more>>
STPHPLib is a suite of software components for developing object oriented and web based applications. It is an open-source framework written in PHP language. It encapsulates the common GUI controls like : checkbox, radiobutton, toolbars and so on, not present in HTML language in PHP objects to create sophisticated web applications.

You can store the attributes of the objects in XML files and read they with the STPHPXMLDoc & STPHPXMLElement objects. The style of the components and pages are defined throgh CSS files. If you use CSS files and XML files you can add support for themes to your applications.

<<less
Download (0.079MB)
Added: 2006-07-20 License: BSD License Price:
1191 downloads
Tibco::Rv 1.15

Tibco::Rv 1.15


Tibco::Rv are Perl bindings and Object-Oriented library for TIBCOs TIB/Rendezvous. more>>
Tibco::Rv are Perl bindings and Object-Oriented library for TIBCOs TIB/Rendezvous.

SYNOPSIS

use Tibco::Rv;

my ( $rv ) = new Tibco::Rv;

my ( $listener ) =
$rv->createListener( subject => ABC, callback => sub
{
my ( $msg ) = @_;
print "Listener got a message: $msgn";
} );

my ( $timer ) = $rv->createTimer( timeout => 2, callback => sub
{
my ( $msg ) = $rv->createMsg;
$msg->addString( field1 => myvalue );
$msg->addString( field2 => myothervalue );
$msg->sendSubject( ABC );
print "Timer kicking out a message: $msgn";
$rv->send( $msg );
} );

my ( $killTimer ) =
$rv->createTimer( timeout => 7, callback => sub { $rv->stop } );

$rv->start;
print "finishedn"

Tibco::Rv provides bindings and Object-Oriented classes for TIBCOs TIB/Rendezvous message passing C API.

All methods die with a Tibco::Rv::Status message if there are any TIB/Rendezvous errors.

<<less
Download (0.046MB)
Added: 2007-03-08 License: Perl Artistic License Price:
968 downloads
ElysianFields 21Nov2000

ElysianFields 21Nov2000


ElysianFields is a Extensible Object Oriented MUD engine in C++. more>>
ElysianFields project is a Extensible Object Oriented MUD engine in C++.

The BACCHUS/ElysianFields engine is designed from scratch. It is fully threaded, and has a Web interface.

The ElysianFields world is based in a fantastic realm. The main continent is called Elysian Fields, and has several regions, each of which boasting its own capital city with its own castle, and overlord.

The game is race and class based, although classes are defined more through action than through predetermined choice.

<<less
Download (0.74MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1045 downloads
AModules3 3.0.1

AModules3 3.0.1


AModules3 is a flexible framework for developing applications using Object Oriented Programming. more>>
AModules3 is a flexible framework for developing applications using Object Oriented Programming. Its like "Rails" for PHP. The project utilizes new features only found in PHP5 and shapes your application into a very efficient code.
Main features:
- Template and Skin support through SMlite
- Flexible and modular API system (also implements ModelViewController model)
- Multiple APIs - you can develop command line applications with amodules3
- PHP5+ (using exceptions and other new features)
- Seamless AJAX support
<<less
Download (0.34MB)
Added: 2007-01-18 License: LGPL (GNU Lesser General Public License) Price:
1018 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5