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

Construct freeware
Filter: All | Freeware | Demo
 

Construct

< 1 2 3 4 5 
Added: June 11, 2010 | Visits: 889

Closure::Loop Closure::Loop is a Perl module with redo, last, next for closure based loops. SYNOPSIS package MyIterator; use Closure::Loop; # mixin sub new { my $class = shift; return bless { }, $class; } sub forAll { my $self = shift; my $cb = pop || die "No callback"; for my $i (@_) { eval {... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Closure::Loop Download

Added: January 07, 2010 | Visits: 1.101

annie annie stands for Artificial Neural Network Library and is a C++ API (library) for neural network training and execution. ersions exist for both Windows and flavours of Unix (tested on Linux). The library currently has support for training, saving and executing multi-layer perceptron,... Platforms: *nix

License: Freeware Size: 409.6 KB Download (112): annie Download

Added: April 20, 2010 | Visits: 1.075

Crypt::UnixCrypt_XS Crypt::UnixCrypt_XS is a perl xs interface for a portable traditional crypt function. SYNOPSIS use Crypt::UnixCrypt_XS qw/crypt/; my $hashed = crypt( $password, $salt ); use Crypt::UnixCrypt_XS qw/crypt_rounds fold_password base64_to_block block_to_base64 base64_to_int24 int24_to_base64... Platforms: *nix

License: Freeware Size: 27.65 KB Download (120): Crypt::UnixCrypt_XS Download

Added: October 14, 2010 | Visits: 975

MP3::Album MP3::Album is a Perl extension to manage a music album built of mp3 files. SYNOPSIS use MP3::Album; $mp3_album = MP3::Album->new(files=>@files); #check is as set of mp3 has a uniform encoding if ($mp3_album->bitrate_check()) && $mp3_album->frequency_check()) { print "This set of mp3 is... Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): MP3::Album Download

Added: July 06, 2010 | Visits: 858

Quantum::Superpositions Quantum::Superpositions package contains QM-like superpositions in Perl. SYNOPSIS use Quantum::Superpositions; if ($x == any($a, $b, $c)) { ... } while ($nextval < all(@thresholds)) { ... } $max = any(@value) < all(@values); use Quantum::Superpositions BINARY => [ CORE::index ];... Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Quantum::Superpositions Download

Added: April 27, 2010 | Visits: 1.261

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post... Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

Added: August 19, 2010 | Visits: 702

XML::SimpleObject::LibXML XML::SimpleObject::LibXML is a Perl extension allowing a simple(r) object representation of an XML::LibXML DOM object. SYNOPSIS use XML::SimpleObject::LibXML; # Construct with the key/value pairs as argument; this will create its # own XML::LibXML object. my $xmlobj = new... Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): XML::SimpleObject::LibXML Download

Added: April 11, 2010 | Visits: 739

XML::SimpleObject XML::SimpleObject is a Perl extension allowing a simple object representation of a parsed XML::Parser tree. SYNOPSIS use XML::SimpleObject; # Construct with the key/value pairs as argument; this will create its # own XML::Parser object. my $xmlobj = new XML::SimpleObject(XML => $XML,... Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): XML::SimpleObject Download

Added: May 10, 2013 | Visits: 1.296

phpWebApp phpWebApp is an application framework which makes easy and simple the task of building PHP web applications based on relational databases. It separates the task of designing and changing the layout of the application from the task of implementing the logic of the application, by using XML... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (111): phpWebApp Download

Added: October 08, 2010 | Visits: 750

Alzabo Alzabo is a Perl module with data modelling tool and RDBMS-OO mapper. SYNOPSIS Cannot be summarized here. What is Alzabo? Alzabo is a suite of modules with two core functions. Its first use is as a data modelling tool. Through either a schema creation GUI, a perl program, or reverse... Platforms: *nix

License: Freeware Size: 204.8 KB Download (88): Alzabo Download

Added: March 16, 2010 | Visits: 1.253

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance... Platforms: *nix

License: Freeware Size: 18.43 KB Download (103): Test::Number::Delta Download

Added: April 15, 2010 | Visits: 668

Maypole::FormBuilder Maypole::FormBuilder is a Perl module with CGI::FormBuilder support in Maypole. SYNOPSIS use Maypole::Application qw( FormBuilder QuickTable ); BeerFB->config->model( Maypole::FormBuilder::Model ); Maypole provides a great framework for simplifying the interaction between a UI and a... Platforms: *nix

License: Freeware Size: 37.89 KB Download (94): Maypole::FormBuilder Download

Added: October 12, 2010 | Visits: 1.362

SDL::Color SDL::Color is a SDL perl extension. SYNOPSIS $color = new SDL::Color ( -r => 0xde, -g => 0xad, -b =>c0 ); $color = new SDL::Color -surface => $app, -pixel => $app->pixel($x,$y); $color = new SDL::Color -color => SDL::NewColor(0xff,0xaa,0xdd); SDL::Color is a wrapper for display format... Platforms: *nix

License: Freeware Size: 215.04 KB Download (98): SDL::Color Download

Added: November 23, 2010 | Visits: 1.033

DM1 Threads Library DM1 Thread Library is part of the DM1 project. This library was born out of my need to have a portable C++ Thread library that would be simple to use, and would provide all the necessary Threads functionality I required for the DM1 project. Initially, this library was in C, but when I decided... Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): DM1 Threads Library Download

Added: February 03, 2010 | Visits: 1.047

Class::IntrospectionMethods::Catalog Class::IntrospectionMethods::Catalog can manage catalogs from IntrospectionMethods. Exported functions set_method_info( target_class, method_name, info_ref ) Store construction info for method method_name of class target_class. set_global_catalog (target_class, ...) Store catalog... Platforms: *nix

License: Freeware Size: 31.74 KB Download (94): Class::IntrospectionMethods::Catalog Download

Added: October 20, 2010 | Visits: 1.128

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

Added: November 16, 2010 | Visits: 854

Class::IntrospectionMethods Class::IntrospectionMethods is a Perl module that creates methods with introspection. SYNOPSIS use Class::IntrospectionMethods qw/make_methods/; make_methods ( parent, global_catalog => { name => metacat, list => [ [qw/foo/] => f_cat, [qw/bar baz/] => b_cat, ], } new_with_init... Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Class::IntrospectionMethods Download

Added: August 18, 2010 | Visits: 909

GIPSpin GIPSpin is a graphical interface programming system which allows code to be visualized and which can generate threaded code. The user constructs code segments using visual boxes. The program flow is represented as links between the boxes. Complex elements such as threader boxes are available to... Platforms: *nix

License: Freeware Size: 3.2 MB Download (100): GIPSpin Download

Added: April 11, 2010 | Visits: 955

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

Added: April 12, 2010 | Visits: 1.629

dtRdr::GUI::Wx::Plugins dtRdr::GUI::Wx::Plugins are plugins for the wx gui. SYNOPSIS This is quite a bit different than the other plugins. init Find, plus construct and/or init plugins and pass each one the frame object. $plugins->init($frame); query_plugin Plugins must answer to NAME and DESCRIPTION... Platforms: *nix

License: Freeware Size: 2.8 MB Download (302): dtRdr::GUI::Wx::Plugins Download

< 1 2 3 4 5