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

Object Oriented Software Metrics
Filter: All | Freeware | Demo
 

Object Oriented Software Metrics

< 1 2 3 4 5 
Added: September 08, 2010 | Visits: 534

Gtk2::GladeXML::Simple Gtk2::GladeXML::Simple is a clean object-oriented interface to Gtk2::GladeXML. SYNOPSIS package MyApp; use base qw( Gtk2::GladeXML::Simple ); sub new { my $class = shift; my $self = $class->SUPER::new( $gladefile ); return $self; } ... # Signal handlers are methods of your class...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Gtk2::GladeXML::Simple Download

Added: October 14, 2010 | Visits: 683

Time::Piece Time::Piece is a Perl module that contains Object Oriented time objects. SYNOPSIS use Time::Piece; my $t = localtime; print "Time is $tn"; print "Year is ", $t->year, "n"; This module replaces the standard localtime and gmtime functions with implementations that return objects. It does...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Time::Piece Download

Added: September 10, 2010 | Visits: 953

Audio::MadJACK Audio::MadJACK is a Perl module to talk to MadJACK server using Object Oriented Perl. SYNOPSIS use Audio::MadJACK; my $mj = new Audio::MadJACK( osc.udp://madjack.example.net:4444/ ); $mj->load( Playlist_A/mymusic.mp3 ); $mj->play(); The Audio::MadJACK module uses Net::LibLO to talk to a...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): Audio::MadJACK Download

Added: November 24, 2010 | Visits: 1.313

GNU Sather 1.2.3 / 1.3 Beta GNU Sather is an object-oriented programming language designed to be simple, efficient and safe. This application aims to be appropriate for use in teaching, research, and industry. It was originally based on Eiffel but now incorporates ideas and approaches from several languages. One way of...


Platforms: *nix

License: Freeware Size: 5.3 MB Download (97): GNU Sather 1.2.3 / 1.3 Beta Download

Added: January 12, 2010 | Visits: 1.287

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: February 07, 2010 | Visits: 924

CVS Perl library CVS Perl library is a Perl module which is a wrapper around the CVS command with an object-oriented interface. Installation: To install this module type the following: perl Makefile.PL make make test make install.


Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): CVS Perl library Download

Added: October 14, 2010 | Visits: 1.008

Net::DRI Net::DRI is a collection of object oriented Perl modules that provides an abstract and uniform interface to connect to domain name providers, either registries, registrars or an entity at another level. Thus Net::DRI can be used by a registrar to establish connections with various registries,...


Platforms: *nix

License: Freeware Download (88): Net::DRI Download

Added: October 11, 2010 | Visits: 2.171

Tibco::Rv 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...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (253): Tibco::Rv Download

Added: February 11, 2010 | Visits: 980

SOFEA SOFEA project is a Matlab object-oriented Finite Element toolkit. It includes the book, A Pragmatic Introduction to Finite Element Analysis for Structural Engineers. The toolkit provides linear transient thermal analysis capabilities, with stress analysis and coupled multi-physics coming...


Platforms: *nix

License: Freeware Size: 3.8 MB Download (123): SOFEA Download

Added: August 26, 2010 | Visits: 1.902

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: May 19, 2010 | Visits: 1.083

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: June 05, 2010 | Visits: 1.003

CyVis CyVis project is a free software metrics collection, analysis and visualisation tool for java based software.. CyVis,software metrics,software complexity,software metrics visualiser, java code analysis,java code metrics


Platforms: *nix

License: Freeware Size: 4.8 MB Download (120): CyVis Download

Added: October 01, 2010 | Visits: 737

databeans databeans is a fully object oriented (not relational) persistence framework for Java, based on the use of the JavaBeans accessor methods to read and write data on disk instead of in the classes instance fields..


Platforms: *nix

License: Freeware Size: 655.36 KB Download (90): databeans Download

Added: June 06, 2010 | Visits: 808

XOAD XOAD, formerly known as NAJAX, is a AJAX/XAP object oriented framework for PHP that allows you to create richer Web applications. It uses JSON and native PHP serialized objects to communicate. Special attention has been paid to security. XOAD supports server side events (observation) and client...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (89): XOAD Download

Added: July 16, 2010 | Visits: 1.656

ffmpeg-php extension ffmpeg-php is an extension for PHP that adds an easy to use object-oriented API for retrieving information from movies and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHPs image functions. This works well for automatically creating...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (140): ffmpeg-php extension Download

Added: March 02, 2010 | Visits: 799

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: May 05, 2010 | Visits: 807

CherryPy CherryPy is a pythonic, object-oriented web development framework. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. CherryPy is now more than...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (90): CherryPy Download

Added: May 10, 2010 | Visits: 999

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: November 14, 2010 | Visits: 875

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: July 22, 2010 | Visits: 767

pyplusplus pyplusplus is an object-oriented framework for creating a code generator for the boost.python library..


Platforms: *nix

License: Freeware Size: 3.6 MB Download (95): pyplusplus Download

< 1 2 3 4 5