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

Soda Constructor freeware
Filter: All | Freeware | Demo
 

Soda Constructor

< 1 2 3 4 5 
Added: August 22, 2010 | Visits: 788

Template::Plugin::ASCIITable Template::Plugin::ASCIITable is a Perl module that allows you to use Text::ASCIITable in your templates. SYNOPSIS [% USE ASCIITable %] blah [% ASCIITable.cols(a, b, c); ASCIITable.rows([1,2,3],[one,two,three]); ASCIITable.draw() %] A plugin object will be instantiated with the...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Template::Plugin::ASCIITable Download

Added: July 11, 2010 | Visits: 986

Class::Std::Utils Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects. SYNOPSIS use Class::Std::Utils; # Constructor for anonymous scalars... my $new_object = bless anon_scalar(), $class; # Convert an object reference into a unique ID number... my $ID_num = ident...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Class::Std::Utils Download

Added: July 08, 2010 | Visits: 1.291

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: August 13, 2010 | Visits: 626

dtRdr::Config dtRdr::Config is a Perl module with Factory class for configuration system. Factory Methods factory_read_config Constructor function (see new) my $obj = factory_read_config($file); new $conf = dtRdr::Config->new($file); get_library_info my @libraries = $conf->get_library_info;.


Platforms: *nix

License: Freeware Size: 2.8 MB Download (99): dtRdr::Config Download

Added: March 15, 2010 | Visits: 885

dtRdr::User dtRdr::User.pm is a user class as a Perl module. Constructor new $user = dtRdr::User->new($username); Methods init_config $user->init_config($filename);.


Platforms: *nix

License: Freeware Size: 2.8 MB Download (95): dtRdr::User Download

Added: November 01, 2010 | Visits: 1.016

Danga::Socket Danga::Socket is an event loop and event-driven async socket base class. SYNOPSIS package My::Socket use Danga::Socket; use base (Danga::Socket); use fields (my_attribute); sub new { my My::Socket $self = shift; $self = fields::new($self) unless ref $self; $self->SUPER::new( @_ );...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (91): Danga::Socket Download

Added: March 16, 2010 | Visits: 941

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (113): Net::SCP::Expect Download

Added: April 01, 2010 | Visits: 1.438

Net::DBus::Tutorial::ExportingObjects Net::DBus::Tutorial::ExportingObjects is a Perl module that contains tutorials on providing a DBus service. This document provides a tutorial on providing a DBus service using the Perl Net::DBus application bindings. This examples in this document will be based on the code from the...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (89): Net::DBus::Tutorial::ExportingObjects Download

Added: March 01, 2010 | Visits: 680

generateDS.py generateDS.py generates Python data structures (for example, class definitions) from an XML Schema document. These data structures represent the elements in an XML document described by the XML Schema. It also generates parsers that load an XML document into those data structures. In addition,...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (88): generateDS.py Download

Added: November 14, 2010 | Visits: 1.229

Simulation::Sensitivity Simulation::Sensitivity is a general-purpose sensitivity analysis tool for user-supplied calculations and parameters. SYNOPSIS use Simulation::Sensitivity; $sim = Simulation::Sensitiviy->new( calculation => sub { my $p = shift; return $p->{alpha} + $p->{beta} } parameters => { alpha =>...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (129): Simulation::Sensitivity Download

Added: September 23, 2010 | Visits: 1.296

Class::InsideOut::Manual::About Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): Class::InsideOut::Manual::About Download

Added: October 12, 2010 | Visits: 1.376

HTML::WikiConverter::MediaWiki HTML::WikiConverter::MediaWiki is a Perl module used to convert HTML to MediaWiki markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => MediaWiki ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into MediaWiki markup. See...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): HTML::WikiConverter::MediaWiki Download

Added: November 03, 2010 | Visits: 840

Class::Meta::Express Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes. Synopsis package My::Contact; use Class::Meta::Express; class { meta contact => ( default_type => string ); has name; has contact => ( required => 1 ); } This module provides an interface...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Class::Meta::Express Download

Added: February 10, 2010 | Visits: 962

Class::Meta Class::Meta is a Perl class automation, introspection, and data validation. SYNOPSIS Generate a class: package MyApp::Thingy; use strict; use Class::Meta; use Class::Meta::Types::String; use Class::Meta::Types::Numeric; BEGIN { # Create a Class::Meta object for this class. my $cm =...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): Class::Meta Download

Added: March 03, 2010 | Visits: 1.117

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: November 14, 2010 | Visits: 951

Callback Callback is an object interface for function callbacks. SYNOPSIS use Callback; my $callback = new Callback (&myfunc, @myargs); my $callback = new Callback ($myobj, $mymethod, @myargs); my $callback = new Callback ($old_callback, @myargs); $callback->call(@some_more_args); Callback...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (109): Callback Download

Added: February 04, 2010 | Visits: 822

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: June 13, 2010 | Visits: 1.054

Business::PayBox Business::PayBox is a OO wrapper for Paybox Java Localhost Listener (LHL). SYNOPSIS To create object: use Business::PayBox; $PB = Business::PayBox->new(MRID => +490001234567); or $PB = Business::PayBox->new(MRID => +490001234567, server => 192.168.1.1, port => 61); To do a payment:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): Business::PayBox Download

Added: July 08, 2010 | Visits: 1.256

Puppet::Log Puppet::Log provides a log facility with an optional Tk display. This class implements a log facility with an optional Tk display. I .e once the class is created, you can log messages in it, but the Tk display does no need to be created at the same time. You may invoke later only when you...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Puppet::Log Download

Added: October 20, 2010 | Visits: 1.122

Puppet::Any Puppet::Any provides a common base class for lab development tools. Puppet::* classes are designed to provide an access to the "puppeted" object using a GUI based on Tk. The basic idea is when you construct a Puppet::* object, you have all the functionnality of the object without the GUI....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Puppet::Any Download

< 1 2 3 4 5