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

Object Oriented Design Concepts software
Filter: All | Freeware | Demo
 

Object Oriented Design Concepts

< 1 2 3 4 5 > 
Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 635

Visual Paradigm for UML (Modeler Edition) for Windows Visual Paradigm for UML is a powerful UML tool that supports complete software life-cycle - object-oriented analysis, object-oriented design, implementation, testing and deployment. This UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all...



Platforms: Windows

License: Commercial Cost: $99.00 USD Size: 184.6 MB Download (48): Visual Paradigm for UML (Modeler Edition) for Windows Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 575

Visual Paradigm for UML (Standard Edition) for Windows Visual Paradigm for UML is a professional UML tool that supports complete software lifecycle - object-oriented analysis, object-oriented design, construction, testing and deployment. The UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all...





Platforms: Windows

License: Commercial Cost: $299.00 USD Size: 100.12 MB Download (53): Visual Paradigm for UML (Standard Edition) for Windows Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 473

OO Patterns UNO This project is just a simple exploration of object oriented design patterns. Our project begins with a Conway Game of Life program, applying patterns where possible. The eventual goal of this project is to develop a reusable library of patterns.


Platforms: Windows, Mac, Linux

License: Freeware Size: 25.8 KB Download (49): OO Patterns UNO Download

Added: August 19, 2013 | Visits: 407

Alloy PHP Framework Alloy is a lightweight REST-centered Hierarchical MVC PHP Framework features for simple and elegant object-oriented design. It is also a modular organization, REpresentational State Transfer (REST) is a core part of Module architecture, and is built-in and accounted for from the beginning, not...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (41): Alloy PHP Framework Download

Added: April 16, 2010 | Visits: 1.829

CGI::XMLApplication CGI::XMLApplication is an Object Oriented Interface for CGI Script Applications. SYNOPSIS use CGI::XMLApplication; $script = new CGI::XMLApplication; $script->setStylesheetPath( "the/path/to/the/stylesheets" ); # either this for simple scripts $script->run(); # or if you need more...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): CGI::XMLApplication Download

Added: March 23, 2010 | Visits: 1.543

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: March 21, 2010 | Visits: 2.492

Php Object Generator Php Object Generator on short POG is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application. Over the years, we realized that a large portion of a PHP programmers time is wasted on repetitive coding of the Database...


Platforms: *nix

License: Freeware Size: 1024 KB Download (283): Php Object Generator Download

Added: August 11, 2010 | Visits: 966

File::Basename::Object File::Basename::Object is a Perl module with object-oriented syntax sugar for File::Basename. SYNOPSIS my $file = File::Basename::Object->new("/path/to/a/file.html", ".htm", ".html"); if(open(my $fh, <, $file)) { print "Now reading ", $file->basename, "n"; ... } if($file ==...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): File::Basename::Object Download

Released: October 21, 2012  |  Added: November 05, 2012 | Visits: 1.671

Object Contextualization Model The Object Contextualization Model extends the Object Oriented Paradigm by appending context to objects at the point of their definition. The context is represented by metadata, so that the objects with and without context have the same footstep and performance. Context definitions have no size...


Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Demo Cost: $0.00 USD Size: 917.07 KB Download (85): Object Contextualization Model Download

Added: September 11, 2010 | Visits: 738

jBixbe jBixbe is a high level object-oriented Java debugger. When debugging Java applications the object-oriented aspect is often ignored. So it is difficult to determine which object is the currently active one. jBixbe gives you a new innovative way to debug Java applications on the conceptual...


Platforms: *nix

License: Shareware Cost: $178.00 USD Size: 1.6 MB Download (93): jBixbe 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: 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: June 03, 2010 | Visits: 879

LavaPE LavaPE is a programming environment for the experimental object-oriented programming language Lava. It replaces text editing with structure editing, thereby preventing all syntactic and many semantic errors. The pure point-and-click nature of Lava programming and the concise representation of...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (88): LavaPE Download

Added: August 26, 2010 | Visits: 1.907

Tree::Binary Tree::Binary is a Object Oriented Binary Tree for Perl. SYNOPSIS use Tree::Binary; # a tree representaion of the expression: # ((2 + 2) * (4 + 5)) my $btree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2"))...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (326): Tree::Binary Download

Added: January 22, 2010 | Visits: 947

Porcupine Porcupine is a web application server that provides an object oriented framework for developing web applications rapidly. Many of the tasks required for building web applications as you know them, are either eliminated or simplified. For instance, when developing a Porcupine application you...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (90): Porcupine Download

Added: January 25, 2010 | Visits: 737

STXML STXML framework is an object-oriented API for working with XML data. It is straightforward and simple to use for probably 90% of what most people use XML for. Future verions will build upon these foundations to make both creating and accessing XML-based data much easier.


Platforms: Mac

License: Freeware Size: 86 KB Download (95): STXML Download

Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 505

Jenetics Jenetics is a Java based object oriented library of an Genetic Algorithm. The library offers a clear separation of the several concepts of the algorithm, e.g. Gene, Chromosome, Genotype, Phenotype, Population and FitnessFunction. for WindowsAll


Platforms: Windows

License: Freeware Download (46): Jenetics Download

Added: May 27, 2013 | Visits: 592

Object Oriented eXperience Objects XoXo is a non subtile reference to the Gossip Girl tremendous TV series. The real module name should be "OOXO" which stands for "Object Oriented eXperience Objects".This is an API meant to be used over the OOX module that provides arbitrary OOP objects handling and persistance API.


Platforms: PHP

License: Freeware Size: 40.96 KB Download (46): Object Oriented eXperience Objects Download

Released: July 28, 2009  |  Added: August 08, 2009 | Visits: 1.467

Seccia Seccia is a software development environment that offers you powerful assistance with your object-oriented programming. This software is distributed as FREEWARE. Its revolutionary nature makes it competitive against the big names of RAD programming. It features: - a complete...


Platforms: Windows

License: Freeware Size: 5.72 MB Download (153): Seccia Download

Added: March 14, 2010 | Visits: 784

ASNMTAP::Asnmtap ASNMTAP::Asnmtap is an object-oriented Base Class to build modules that provides a nice object oriented interface for ASNMTAP. SYNOPSIS use ASNMTAP::Asnmtap; my $objectAsnmtap = ASNMTAP::Asnmtap->new ( _programName => test-asnmtap.pl, _programDescription => "Test ASNMTAP::Asnmtap",...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (86): ASNMTAP::Asnmtap Download

< 1 2 3 4 5 >