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

Shock Wave Object software
Filter: All | Freeware | Demo
 

Shock Wave Object

< 1 2 3 4 5 > 
Added: July 15, 2010 | Visits: 1.177

WAVE Utilities WAVE Utilities package contains three programs for dealing with WAVE format audio files. SimplifyWave The standard permits WAVE format audio files to contain a variety of chunks, such as playlists, cue lists, and padding. A fair amount of software, however, is unable to parse such complex...



Platforms: *nix

License: Freeware Size: 78.85 KB Download (95): WAVE Utilities Download

Added: September 24, 2010 | Visits: 932

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method...





Platforms: *nix

License: Freeware Size: 4.7 MB Download (96): Bio::Root::Object Download

Added: July 11, 2010 | Visits: 949

XO Wave 0.19.7 XO Wave is digital audio software package complete with everything you need to get your music from your instruments to CD. XO Wave lets you record, edit, mix and burn all in one package. CD Burning is easy: just import audio, mark your tracks and burn your red book master. Not only that, but...


Platforms: *nix

License: Shareware Cost: $75.00 USD Size: 10.4 MB Download (103): XO Wave 0.19.7 Download

Added: January 01, 2010 | Visits: 1.721

The Object Oriented Database Kit 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..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): The Object Oriented Database Kit Download

Added: February 25, 2010 | Visits: 765

Object::LocalVars Object::LocalVars is a Perl module with outside-in objects with local aliasing of $self and object variables. SYNOPSIS package My::Object; use strict; use Object::LocalVars; give_methods our $self; # this exact line is required our $field1 : Prop; our $field2 : Prop; sub as_string :...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Object::LocalVars Download

Added: February 17, 2010 | Visits: 924

Object::Transaction Object::Transaction is a virtual base class for transactions on files containing serialized hash objects. SYNOPSIS use Object::Transaction; transaction($coderef, @codeargs); commit(); abandon(); $there_is_a_pending_transaction = transaction_pending() package Pkg; @ISA =...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): Object::Transaction Download

Added: April 07, 2010 | Visits: 981

Object Relational Membrane 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...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): Object Relational Membrane Download

Added: June 04, 2010 | Visits: 1.092

Locale::Object::Language Locale::Object::Language Perl module contains language information objects. Locale::Object::Language allows you to create objects containing information about languages such as their ISO codes, the countries theyre used in and so on. SYNOPSIS use Locale::Object::Language; my $eng =...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Locale::Object::Language Download

Added: May 02, 2010 | Visits: 1.118

JOAP::Server::Object JOAP::Server::Object is a base class for Things Servable By JOAP Servers. ABSTRACT This verbosely-named OO package -- sorry about that -- is the base class for object servers, classes, and instances inside a JOAP server. It is probably not such a hunky-dory idea to inherit from this class...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): JOAP::Server::Object Download

Added: July 18, 2010 | Visits: 1.383

Virtual Object System The Interreality project is a collection of Open Source, Free Software projects based on the Virtual Object System (VOS) platform. Virtual Object System projects goal is to develop a open platform for multi-user 3D virtual reality games, applications, and interactive, collaborative 3D virtual...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (110): Virtual Object System Download

Added: March 23, 2010 | Visits: 830

Object::InsideOut Object::InsideOut is a comprehensive inside-out object support module. SYNOPSIS package My::Class; { use Object::InsideOut; # Numeric field # With combined get+set accessor my @data :Field :Type(numeric) :Accessor(data); # Takes INPUT (or input, etc.) as a mandatory parameter to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): Object::InsideOut Download

Added: March 15, 2010 | Visits: 824

Basset::Object Basset::Object is a Perl module used to create objects. This is my ultimate object creation toolset to date. It has roots in Mail::Bulkmail, Text::Flowchart, and the unreleased abstract object constructors that Ive tooled around with in the past. If you want an object to be compatible with...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Basset::Object Download

Added: April 14, 2010 | Visits: 890

Basset::Object::Persistent Basset::Object::Persistent is a subclass of Basset::Object that allows objects to be easily stored into a relational database. Presently only supports MySQL, but that may change in the future. SYNOPSIS (no synopsis, this is an abstract super class that should never be instantiated directly,...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (88): Basset::Object::Persistent Download

Added: April 03, 2010 | Visits: 951

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): Rose::Object::MakeMethods::Generic Download

Added: June 04, 2010 | Visits: 1.474

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: July 05, 2010 | Visits: 1.353

Rose::DB::Object::Helpers Rose::DB::Object::Helpers is a mix-in class containing convenience methods for Rose::DB::Object. SYNOPSIS package MyDBObject; use Rose::DB::Object; our @ISA = qw(Rose::DB::Object); use Rose::DB::Object::Helpers clone, { load_or_insert => find_or_create }; ... $obj =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (114): Rose::DB::Object::Helpers Download

Added: October 02, 2010 | Visits: 956

Rose::DB::Object::QueryBuilder Rose::DB::Object::QueryBuilder is a Perl module that can build SQL queries on behalf of Rose::DB::Object::Manager. SYNOPSIS use Rose::DB::Object::QueryBuilder qw(build_select); # Build simple query $sql = build_select ( dbh => $dbh, select => COUNT(*), tables => [ articles ], columns...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (95): Rose::DB::Object::QueryBuilder Download

Added: October 18, 2010 | Visits: 887

Rose::Object Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic object base class. It provides very little...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (87): Rose::Object Download

Added: April 09, 2010 | Visits: 757

Object::Relation::Meta::Attribute::Schema Object::Relation::Meta::Attribute::Schema is a Perl module for Object::Relation database store builder. Synopsis # Assuming MyThingy was generated by Object::Relation::Meta and that were building # a data store schema. my $class = MyThingy->my_class; print "nAttributes:n"; for my $attr...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (94): Object::Relation::Meta::Attribute::Schema Download

Added: July 27, 2010 | Visits: 833

Object::Relation::Meta::Class::Schema Object::Relation::Meta::Class::Schema is a Perl module for Object::Relation database store builder. This module is provides metadata for all Object::Relation classes while building a storage schema. Loading Object::Relation::Schema causes it to be used instead of Object::Relation::Meta::Class....


Platforms: *nix

License: Freeware Size: 24.58 KB Download (87): Object::Relation::Meta::Class::Schema Download

< 1 2 3 4 5 >