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

Objects freeware
Filter: All | Freeware | Demo
 

Objects

< 1 2 3 4 5 > 
Added: November 09, 2010 | Visits: 933

Rose::HTML::Objects Rose::HTML::Objects is a Perl object-oriented interfaces for HTML. SYNOPSIS use Rose::HTML::Form; $form = Rose::HTML::Form->new(action => /foo, method => post); $form->add_fields ( name => { type => text, size => 20, required => 1 }, height => { type => text, size => 5, maxlength => 5...



Platforms: *nix

License: Freeware Size: 133.12 KB Download (99): Rose::HTML::Objects Download

Added: June 17, 2013 | Visits: 910

JiBX JiBX is a tool for binding XML data to Java objects. It's extremely flexible, allowing you to start from existing Java code and generate an XML schema, start from an XML schema and generate Java code, or bridge your existing code to a schema that represents the same data. It also provides very...





Platforms: Mac

License: Freeware Size: 15.91 MB Download (99): JiBX Download

Added: June 27, 2010 | Visits: 807

Soundtank Soundtank hosts LADSPA plugins in "realtime objects" which embody the structure of the audio signal flow. RTObjects can be controlled in a completely customizeable fashion using MIDI events sent through the ALSA sequencer interface. Soundtank project outputs audio through ALSA or JACK. Inside...


Platforms: *nix

License: Freeware Size: 256 KB Download (98): Soundtank Download

Added: June 24, 2010 | Visits: 675

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

Added: March 15, 2010 | Visits: 1.725

Bio::Tools::Run::PiseWorkflow Bio::Tools::Run::PiseWorkflow is a class to create a Pise workflow using Pise application objects as methods. A workflow is defined by a set of methods which all instanciate the class PiseApplication. SYNOPSIS # First, create a Bio::Tools::Run::AnalysisFactory::Pise object: my $factory = new...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (97): Bio::Tools::Run::PiseWorkflow Download

Added: March 22, 2010 | Visits: 1.047

Class::DBI::DataMigration::Mapping Class::DBI::DataMigration::Mapping is an abstract parent class for objects that map a single column in a single row from the source database to the target database. Synopsis use Class::DBI::DataMigration::Mapping; # ... Later, when building $mappings hashref for use by a #...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Class::DBI::DataMigration::Mapping Download

Added: April 27, 2010 | Visits: 1.205

Geode Geode is an Integrated Development Environment designed to facilitate development in the ESI Objects system under linux and (hopefully soon) other free and open operating systems. ESI Objects is an object-oriented, open-source database design and development platform which--until now--required...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (97): Geode Download

Added: January 27, 2010 | Visits: 985

Bio::Factory::SeqAnalysisParserFactoryI Bio::Factory::SeqAnalysisParserFactoryI is a Perl interface describing objects capable of creating SeqAnalysisParserI compliant parsers. SYNOPSIS # initialize an object implementing this interface, e.g. $factory = Bio::Factory::SeqAnalysisParserFactory->new(); # obtain a parser object...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (97): Bio::Factory::SeqAnalysisParserFactoryI Download

Added: September 23, 2010 | Visits: 792

GOffice GOffice is a library of document-centric objects and utilities building on top of GLib and Gtk+ and used by software such as Gnumeric. Whats New in This Release: - Foocanvas bug that scaled images by 1 extra pixel. [#314864] - Fix compilation for Gtk+ trunk. - Fix chart guru help button....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (97): GOffice Download

Added: May 24, 2010 | Visits: 823

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: June 03, 2010 | Visits: 714

IO-stringy IO-stringy is a I/O on in-core objects like strings and arrays. SYNOPSIS IO:: ::AtomicFile adpO Write a file which is updated atomically ERYQ ::Lines bdpO I/O handle to read/write to array of lines ERYQ ::Scalar RdpO I/O handle to read/write to a string ERYQ ::ScalarArray RdpO I/O handle...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (96): IO-stringy Download

Added: February 04, 2010 | Visits: 827

Thread::Apartment Thread::Apartment is an apartment threading wrapper for Perl objects. SYNOPSIS package MyClass; use Thread::Apartment::Server; use base qw(Thread::Apartment::Server); sub new { # # the usual constructor # } # # mark some methods as simplex # sub get_simplex_methods { return {...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Thread::Apartment Download

Added: May 13, 2010 | Visits: 886

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.223

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: 750

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: June 10, 2010 | Visits: 1.427

Class::CGI Class::CGI is a Perl module to fetch objects from your CGI object. SYNOPSIS use Class::CGI handlers => { customer_id => My::Customer::Handler }; my $cgi = Class::CGI->new; my $customer = $cgi->param(customer_id); my $name = $customer->name; my $email = $cgi->param(email); # behaves...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): Class::CGI Download

Added: October 07, 2010 | Visits: 955

Class::DBI::FormTools Class::DBI::FormTools is a Perl module to build forms with multiple interconnected objects. SYNOPSIS package MyApp::Film; use base Class::DBI::FormTools; Mason example < %init > my $o = Film->retrieve(42); < /%init > < form > < input name="< % $o- >form_fieldname(title) % >"...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): Class::DBI::FormTools Download

Added: July 27, 2010 | Visits: 922

JoSQL JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects. JoSQL provides the ability to search, order and group ANY Java objects and should be applied when you want to perform SQL-like queries on a collection of Java Objects....


Platforms: *nix

License: Freeware Size: 245.76 KB Download (95): JoSQL Download

Added: July 21, 2010 | Visits: 905

Apache::Wyrd Apache::Wyrd is a Perl module for HTML embeddable perl objects under mod_perl. Apache::Wyrd is the core module in a collection of interoperating modules that allow the rapid object-oriented development of web sites in Apaches mod_perl environment (LAMP). This collection includes a very...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): Apache::Wyrd Download

Added: February 25, 2010 | Visits: 771

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

< 1 2 3 4 5 >