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

Shockwave Objects freeware
Filter: All | Freeware | Demo
 

Shockwave Objects

< 1 2 3 4 5 
Added: March 03, 2010 | Visits: 1.424

SiG Information Generator SiG Information Generator provides a class for persistant objects in PHP. SiG allows developers to create, store, retrieve, and search any custom PHP object. Using the Node base class one can create hierachies of related classes. It has been repackaged as a Wordpress Plugin. SiG is written in... Platforms: *nix

License: Freeware Size: 153.6 KB Download (102): SiG Information Generator Download

Added: April 26, 2010 | Visits: 778

B::OptreeShortestPath B::OptreeShortestPath is a Perl module that adds the methods ->shortest_path( $op ) and ->all_paths() to all B::OP objects in an optree. SYNOPSIS use B qw( main_root main_start ); use B::OptreeShortestPath; for ( main_start()->shortest_path( main_root() ) ) { print "$_n"; } METHODS... Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): B::OptreeShortestPath Download

Added: January 07, 2010 | Visits: 1.128

XML::Grove 0.46 XML::Grove is a Perl module with Perl-style XML objects. SYNOPSIS use XML::Grove; # Basic parsing and grove building use XML::Grove::Builder; use XML::Parser::PerlSAX; $grove_builder = XML::Grove::Builder->new; $parser = XML::Parser::PerlSAX->new ( Handler => $grove_builder );... Platforms: *nix

License: Freeware Size: 27.65 KB Download (92): XML::Grove 0.46 Download

Added: May 13, 2010 | Visits: 888

Faster Java Serialization Faster Java Serializations goal of the project is to enable faster serialization by generating bytecodes on the fly to serialize objects. When an object is serialized, its class is inspected and a class that implements the Serializer interface is generated. This class is tailor made to... Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): Faster Java Serialization Download

Added: April 22, 2010 | Visits: 1.228

Ace::Object Ace::Object is a Perl module to manipulate Ace Data Objects. SYNOPSIS # open database connection and get an object use Ace; $db = Ace->connect(-host => beta.crbm.cnrs-mop.fr, -port => 20000100); $sequence = $db->fetch(Sequence => D12345); # Inspect the object $r =... Platforms: *nix

License: Freeware Size: 296.96 KB Download (96): Ace::Object Download

Added: October 16, 2010 | Visits: 752

Devel::Carnivore Devel::Carnivore is a Perl module to spy on your hashes (and objects). SYNOPSIS use Devel::Carnivore; sub new_attribute { my %self : Watch("myName") = (); bless %self, shift; } sub new_functional { my $self = {}; watch $self, "myName"; bless $self } sub new_blessed { my $self =... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Devel::Carnivore Download

Added: April 19, 2010 | Visits: 1.393

Cisco::IPPhone Cisco::IPPhone is a package for creating Cisco IPPhone XML objects. SYNOPSIS use Cisco::IPPhone; $mytext = new Cisco::IPPhone; $mytext->Text({ Title => "My Title", Prompt => "My Prompt", Text => "My Text" }); $mytext->AddSoftKeyItem( { Name => "Update", URL => "SoftKey:Update",... Platforms: *nix

License: Freeware Size: 174.08 KB Download (155): Cisco::IPPhone Download

Added: May 24, 2010 | Visits: 825

MynahSA MynahSA is a cross-platform toolkit for connecting C++ objects to data streams. Developers using MynahSA can quickly and easily create client/server applications or encrypted files containing serialized object data. The toolkit uses OpenSSL for encryption and secure network communications.... Platforms: *nix

License: Freeware Size: 890.88 KB Download (97): MynahSA Download

Added: March 14, 2010 | Visits: 895

Pilot-QOF Pilot-QOF converts Palm databases to queriable objects. A Palm database record is an instance of the object, called an Entity. Objects are collated to form one data source, called books, that can contain any number of different objects - depending on the application running QOF. Pilot-QOF... Platforms: *nix

License: Freeware Size: 409.6 KB Download (85): Pilot-QOF Download

Added: March 02, 2010 | Visits: 965

EJOE EJOE is a lightweight Java client/server component built to send and receive objects through pluggable (de)serialization mechanisms. EJOE porject offers a high-performance, simple, and clean object request broker (whereby ORB is meant in its natural manner and not in its relation with CORBA),... Platforms: *nix

License: Freeware Size: 1.7 MB Download (88): EJOE Download

Added: January 10, 2010 | Visits: 730

Devel::Leak Devel::Leak is a utility for looking for perl objects that are not reclaimed. SYNOPSIS use Devel::Leak; ... setup code my $count = Devel::Leak::NoteSV($handle); ... code that may leak Devel::Leak::CheckSV($handle); Devel::Leak has two functions NoteSV and CheckSV. NoteSV walks the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Devel::Leak Download

Added: October 07, 2010 | Visits: 587

Yed Yed is an Open Source research project; its mission is the developing of a C software library made of modules ( objects )iUnknown.org instanceable in according to the main paradigms of Object Oriented Programming: incapsulation,data hiding and inheritance. Yed core acts at only C compiler... Platforms: *nix

License: Freeware Size: 48.13 KB Download (87): Yed Download

Added: April 27, 2010 | Visits: 912

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 26, 2010 | Visits: 1.618

OpenSymphony Cache OSCache is a high performance J2EE caching solution that can cache portions of JSP pages, entire HTTP responses (including dynamically generated images), and arbitrary Java objects. OpenSymphony Cache can provide your J2EE application with huge performance gains and graceful error tolerance... Platforms: *nix

License: Freeware Size: 2.8 MB Download (113): OpenSymphony Cache Download

Added: September 27, 2010 | Visits: 1.679

IOC::Proxy::Interfaces IOC::Proxy::Interfaces is a IOC::Proxy subclasss to proxy objects with a given interface. SYNOPSIS use IOC::Proxy::Interfaces; my $proxy_server = IOC::Proxy->new({ interface => AnInterface, # ... add other config values here }); $proxy_server->wrap($object); # our $object is now... Platforms: *nix

License: Freeware Size: 49.15 KB Download (108): IOC::Proxy::Interfaces Download

Added: February 26, 2010 | Visits: 1.530

Amazing Media Browser Amazing Media Browser automatically searches for all embed objects in a website and shows you a list of the source links. You can then conveniently browse through each link to see the content of the source file. These usually are a Flash movie, a Window Media movie or a mp3 file link. It can... Platforms: *nix

License: Freeware Size: 256 KB Download (104): Amazing Media Browser Download

Added: July 02, 2010 | Visits: 829

Tangram Tangram is a simple Perl module that can store pure objects in standard relational databases. Tangram is an object-relational mapper. It is orthogonal, meaning that it does not require anything of the objects stored in it (other than the common convention that base objects be based upon HASHes;... Platforms: *nix

License: Freeware Size: 153.6 KB Download (102): Tangram Download

Added: November 08, 2010 | Visits: 568

PObject PObject is a base class for perl objects, takes the irritation out of creating properties for objects. Allows quick creation of attributes and easy inheritance. I have stopped developing this class in favor of Class::Accessor, please use that instead. To install, the good old method: perl... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): PObject Download

Added: June 24, 2010 | Visits: 679

cache4j cache4j library is a cache for Java objects with a simple API and fast implementation. It features in-memory caching, a design for a multi-threaded environment, both synchronized and blocking implementations, a choice of eviction algorithms (LFU, LRU, FIFO), and the choice of either hard or soft... Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): cache4j Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 930

Mathpad Draw The Mathpad Draw application was designed to create static drawings of various mathematical objects. It is not a calculator, but there are some calculator aspects. Within the program, animation of several drawing types is possible. Not only is this fun to watch, it can be very informative about... Platforms: Windows

License: Freeware Download (356): Mathpad Draw Download

< 1 2 3 4 5