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

Object Class software
Filter: All | Freeware | Demo
 

Object Class

1 2 3 4 5 > 
Added: March 18, 2010 | Visits: 1.141

Netscape::History Netscape::History is a Perl object class for accessing Netscape history database. SYNOPSIS use Netscape::History; $history = new Netscape::History(); while (defined($url = $history->next_url() )) { } The Netscape::History module implements an object class for accessing the history...



Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): Netscape::History Download

Added: November 03, 2010 | Visits: 1.841

Netscape::Cache Netscape::Cache is a Perl object class for accessing Netscape cache files. SYNOPSIS The object oriented interface: use Netscape::Cache; $cache = new Netscape::Cache; while (defined($url = $cache->next_url)) { print $url, "n"; } while (defined($o = $cache->next_object)) { print...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (107): Netscape::Cache Download

Added: April 27, 2010 | Visits: 906

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Added: June 14, 2013 | Visits: 376

Class::ParamParser This Perl 5 object class implements two methods which inherited classes can use to tidy up parameter lists for their own methods and functions. The two methods differ in that one returns a HASH ref containing named parameters and the other returns an ARRAY ref containing positional parameters....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Class::ParamParser Download

Added: September 08, 2010 | Visits: 564

Text::Templar Text::Templar is a document-generation object class. SYNOPSIS use Text::Templar; my $template = << head >< title >This is the title: < % METHOD title % >< /title >< /head > < body > < % METHOD body % > < address > < % METHOD footer % > < /address > < /body > <...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (89): Text::Templar Download

Added: August 12, 2010 | Visits: 758

IO::Pty IO::Pty is a pseudo TTY object class. SYNOPSIS use IO::Pty; $pty = new IO::Pty; $slave = $pty->slave; foreach $val (1..10) { print $pty "$valn"; $_ = <$slave>; print "$_"; } close($slave); IO::Pty provides an interface to allow the creation of a pseudo tty. IO::Pty inherits...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (112): IO::Pty Download

Added: November 11, 2013 | Visits: 236

hairCapture hairCapture is a C++ object class library for live video handling, using the camera IP, V4L 1/2 (Video for Linux version 1 and 2) API's calls, for Linux operating system. It's run both in X and console, and live video is displayed by SDL library.


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 952.32 KB Download (39): hairCapture Download

Added: March 11, 2010 | Visits: 1.179

G-Inspector G-Inspector is a GLib(GTK+) object/class inspector.. Get G-Inspector at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. G-Inspector is a GLib(GTK+) object/class inspector.


Platforms: *nix

License: Freeware Size: 266.24 KB Download (116): G-Inspector Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 523

The Open OCL Project The aim of the Open OCL (Object Class Libraries) project is to develop a standard library API for true cross platform program development. Target platforms are Linux/UNIX, Windows and Mac OS X.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 259.18 KB Download (48): The Open OCL Project Download

Added: January 13, 2010 | Visits: 933

Class::Observable Class::Observable is a Perl module that allows other classes and objects to respond to events in yours. SYNOPSIS # Define an observable class package My::Object; use base qw( Class::Observable ); # Tell all classes/objects observing this object that a state-change # has occurred sub...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Class::Observable Download

Added: October 17, 2010 | Visits: 899

Class::Std::Storable Class::Std::Storable is a Perl module to support for creating serializable "inside-out" classes. SYNOPSIS In general, use this class exactly as you would Class::Std. package Ice::Cream; use Class::Std::Storable; { my %name_of :ATTR( :get :set ); my %flavor_of :ATTR( :get :set );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::Std::Storable Download

Added: March 07, 2010 | Visits: 944

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): Class::Struct::FIELDS Download

Added: May 09, 2010 | Visits: 893

Class::Std Class::Std is a Perl module to support for creating standard "inside-out" classes. SYNOPSIS package MyClass; use Class::Std; # Create storage for object attributes... my %name : ATTR; my %rank : ATTR; my %snum : ATTR; my %public_data : ATTR; # Handle initialization of objects of...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (93): Class::Std Download

Added: August 26, 2010 | Visits: 819

Class::Inner Class::Inner is a perlish implementation of Java like inner classes. SYNOPSIS use Class::Inner; my $object = Class::Inner->new( parent => ParentClass, methods => { method => sub { ... } }, }, constructor => new, args => [@constructor_args], ); Yet another implementation of an...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (98): Class::Inner Download

Added: November 14, 2010 | Visits: 967

Log::Dispatch::ToTk Log::Dispatch::ToTk provides class to redirect Log::Dispatch to Tk widgets. Most users will only need to use Log::Dispatch::TkText widget to have Log::Dispatch messages written on a text widget. For more fancy uses, this module can be used by a composite widget dedicated to handle...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Log::Dispatch::ToTk Download

Added: November 02, 2010 | Visits: 1.206

Bio::LiveSeq::Translation Bio::LiveSeq::Translation is a translation class for LiveSeq. This stores informations about aminoacids translations of transcripts. The implementation is that a Translation object is the translation of a Transcript object, with different possibilities of manipulation, different coordinate...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (104): Bio::LiveSeq::Translation Download

Added: July 18, 2010 | Visits: 1.540

The Qu Programming Language Qu is a powerful full-featured object oriented programming language. It is an Open Source software. The Qu Programming Language is absolutely free (as in free lunch) and distributed under the GNU General Public License (GPL). Qu is inspired by other languages. Most noticeably Perl, Python, Ruby...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (99): The Qu Programming Language Download

Added: November 21, 2013 | Visits: 423

dingus A dingus is sort of like a mock object. The main difference is that you don't set up expectations ahead of time. You just run your code, using a dingus in place of another object or class, and it will record what happens to it. Then, once your code has been exercised, you can make assertions...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (46): dingus Download

Added: November 24, 2010 | Visits: 1.200

idioskopos idioskopos (Greek: idio- inward, within, private; -skopos look, aim, target) is a C++ library that simplifies (hopefully) the addition of object reflection and introspection. There are numerous libraries that provide object introspection, but are generally part of some framework such as:...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (96): idioskopos Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 651

db4o for Java db4o (database for objects) is the open source object database, native to Java and .NET. Free software, available under the GPL and under a commercial license. Ideal for embedded use, e.g., in software running on mobile or medical devices, in packaged software, and for real-time systems. Key...


Platforms: All

License: Freeware Size: 39.01 MB Download (68): db4o for Java Download

1 2 3 4 5 >