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

Acting Classes software
Filter: All | Freeware | Demo
 

Acting Classes

< 1 2 3 4 5 > 
Added: February 01, 2010 | Visits: 874

Class::Tangram Class::Tangram is a Perl module for tangram-friendly classes, DWIM attributes. SYNOPSIS package MyObject; use base qw(Class::Tangram); our $fields = { int => [ qw(foo bar) ], string => [ qw(baz quux) ] }; package main; my $object = MyObject->new(foo => 2, baz => "hello"); print...



Platforms: *nix

License: Freeware Size: 50.18 KB Download (106): Class::Tangram Download

Added: January 18, 2010 | Visits: 1.034

RTx::Foundry RTx::Foundry are base classes for the RT Foundry system. SYNOPSIS Not at the moment. See http://rt.openfoundry.org/ for a demo. Currently, the only way to install RT Foundry is from the ports files in http://rt.openfoundry.org/Foundry/Project/Download/?Queue=OpenFoundry, which requires a...





Platforms: *nix

License: Freeware Size: 481.28 KB Download (105): RTx::Foundry Download

Added: February 01, 2010 | Visits: 1.043

Java for C++ Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them. The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes. The...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (105): Java for C++ Download

Added: August 09, 2010 | Visits: 1.018

MySQL Abstractor MySQL Abstractor package contains PHP classes that implements a MySQL database abstraction layer. It provides several classes. There is one for establishing connections and executing SQL queries, another for composing and executing SELECT, INSERT, UPDATE and DELETE queries from a list of...


Platforms: *nix

License: Freeware Download (103): MySQL Abstractor Download

Added: August 07, 2010 | Visits: 912

Unix::Conf::Bind8::Conf Unix::Conf::Bind8::Conf is a front end for a suite of classes for manipulating a Bind8 style configuration file. SYNOPSIS my ($conf, $obj, $ret); $conf = Unix::Conf::Bind8->new_conf ( FILE => named.conf, SECURE_OPEN => /etc/named.conf, ) or $conf->die ("couldnt create `named.conf"); #...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): Unix::Conf::Bind8::Conf Download

Added: March 20, 2010 | Visits: 902

Games::Blackjack Games::Blackjack is a Perl module with Blackjack Utility Classes. SYNOPSIS use Games::Blackjack; # Create new shoe of cards my $shoe = Games::Blackjack::Shoe->new(nof_decks => 4); # Create two hands, player/dealer my $player = Games::Blackjack::Hand->new(shoe => $shoe); my $dealer =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Games::Blackjack Download

Added: January 27, 2010 | Visits: 803

IAMBACKUP IAMBACKUP provides a set of classes for backing up and restoring a MySQL database. IAM backup is package made of two classes. One performs the backup of the selected MySQL database, and the second restores the database. Both classes support gzip-compressed files for improved performance. When...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (101): IAMBACKUP Download

Added: July 23, 2010 | Visits: 1.113

LibSerial LibSerial provides a collection of C++ classes that allow one to access serial ports on POSIX systems like standard C++ iostream objects. Member functions are provided for setting various parameters of the serial ports such as the baud rate, character size, flow control and others. LibSerials...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (101): LibSerial Download

Added: January 18, 2010 | Visits: 954

Moss Moss is a collection of Java classes which includes additional custom Swing components (Tri state check boxes, complete password entry dialogs. Its also a JFrame/JDialog framework to assist in creating large GUIs), file and image modification classes (EXIF/IPTC reading and editing, image...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (100): Moss Download

Added: January 25, 2010 | Visits: 1.190

Image Info REALbasic Classes Image Info is a REALbasic class for retrieving information about images. Because it does not need to open entire images, it returns the info very quickly.Applications can be built to run on PPC, Carbon (OS X) and Windows.Image Info reads all info from the data fork of files, so files without...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (100): Image Info REALbasic Classes Download

Added: May 10, 2010 | Visits: 813

classes::Test classes::Test are functions to help with classes pragma testing. SYNOPSIS can_new can_set_get has_decl has_class_const has_mixins has_mixins_hash is_classes MyClass; is_classes main; is_throwable X::Mine; is_classes_exc X::Mine; Generic tests based on Test::Builder designed to...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (99): classes::Test Download

Added: August 09, 2010 | Visits: 1.014

StrBio StrBio is a set of Java classes and libraries useful for development of software for computational structural biology research. They are licenced under the LGPL. he strbio.org classes are the basis for several published research projects, including the Pred2ary secondary structure prediction...


Platforms: *nix

License: Freeware Size: 12.7 MB Download (98): StrBio Download

Added: February 02, 2010 | Visits: 1.124

Inline::Java Inline::Java lets you write Perl classes in Java and wrap/use existing Java classes. The project is an ILSM (Inline Language Support Module) for Java 2, and is part of the Inline family of modules..


Platforms: *nix

License: Freeware Size: 94.21 KB Download (98): Inline::Java Download

Added: March 18, 2010 | Visits: 1.065

Memory Structures Library Memory Structures Library (MemSL) is a complete data structures/collection classes library with memory tracing, memory debugging, entry/exit tracing, exception handling, definable memory handlers, built-in thread support, and much more. The project supports single, double, and circular linked...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (98): Memory Structures Library Download

Added: August 20, 2010 | Visits: 1.149

FiForms FiForms started as a collection of PHP classes for creating web-based data entry screens for a MySQL database. FiForms library has since grown into a collection of projects addressing many aspects of web-database development needs. The FiForms framework currently includes the FiForms data-entry...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (97): FiForms Download

Added: February 02, 2010 | Visits: 968

Template::Plugin::Java Template::Plugin::Java is a Perl module that can generate Java Classes from XML description files and templates. SYNOPSIS From an xml file such as: < aBean > < java: option1="value1" > < option2 >value2< /option2 > < /java: > < foo >10< /foo > < bar >String< /bar > < container > < baz...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::Java Download

Added: March 25, 2010 | Visits: 691

XNap Commons XNap Commons project provides a set of utility Java classes for easy handling of common tasks like sortable tables, auto completion, and internationalization, a settings framework, and Swing components like common dialogs, a wizard, a closeable tabbed pane, a directory chooser, and...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (97): XNap Commons Download

Added: October 19, 2010 | Visits: 830

UNIVERSAL::derived_classes SYNOPSIS require UNIVERSAL::derived_classes; package A; package B; @ISA = qw( A ); package C; @ISA = qw( B ); package main; my @derived_classes = A->derived_classes; # B, C my @derived_classes_reversed = A->derived_classes_reversed; # C, B UNIVERSAL::derived_classes provides the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (97): UNIVERSAL::derived_classes Download

Added: June 02, 2010 | Visits: 1.013

Class::Agreement Class::Agreement is a Perl module that add contracts to your Perl classes easily. SYNOPSIS package SomeClass; use Class::Agreement; # use base Class::Accessor or Class::MethodMaker, # or roll your own: sub new { ... } invariant { my ($self) = @_; $self->count > 0; }; precondition...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (96): Class::Agreement Download

Added: September 06, 2010 | Visits: 1.206

phpManta Mdoc phpManta is a suite of PHP classes, examples and scripts intended to help PHP programmers writing stable PHP applications and websites. Coding is faster using auto-documentation, templates and web widgets from the phpManta suite. Mdoc is a new auto-documentation tool to create manuals like...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (95): phpManta Mdoc Download

< 1 2 3 4 5 >