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

Params software
Filter: All | Freeware | Demo
 

Params

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 741

Params-Util Params-Util is a simple, compact and correct param-checking functions. SYNOPSIS # Import some functions use Params::Util qw{_SCALAR _HASH _INSTANCE}; # If you are lazy, or need a lot of them... use Params::Util :ALL; sub foo { my $object = _INSTANCE(shift, Foo) or return undef; my...



Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): Params-Util Download

Added: January 04, 2010 | Visits: 834

Params::Validate Params::Validate is a Perl module to validate method/function parameters. SYNOPSIS use Params::Validate qw(:all); # takes named params (hash or hashref) sub foo { validate( @_, { foo => 1, # mandatory bar => 0, # optional } ); } # takes positional params sub bar { # first two...





Platforms: *nix

License: Freeware Size: 79.87 KB Download (109): Params::Validate Download

Added: November 16, 2010 | Visits: 858

Params::Profile Params::Profile is a Perl module for registering Parameter profiles. SYNOPSIS package Foo::Bar; use Params::Profile; ### Single profile Params::Profile->register_profile( method => subroto, profile => { testkey1 => { required => 1 }, testkey2 => { required => 1, allow => qr/^d+$/,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Params::Profile Download

Added: June 18, 2013 | Visits: 336

Params::CallbackRequest Params::CallbackRequest is a Perl module that provides functional and object-oriented callbacks to method and function parameters. Callbacks may be either code references provided to the new() constructor, or methods defined in subclasses of Params::Callback. Callbacks are triggered either for...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (35): Params::CallbackRequest Download

Added: August 17, 2013 | Visits: 357

sigmoid Sigmoid creates a Sigmoid function using parameters in PARAMS and the variable range. V = SIGMOID(PARAMS,RANGE) PARAMS: a 3-vector, the entries of which are (in this order): amplitude value phase slope


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (44): sigmoid Download

Added: March 26, 2013 | Visits: 318

Newton with Numerical Jacobian Usage: Newton(@funfcn,X0[,Options[,Params]); funfcn is a function script with the following interface: function F = function(X) % ... or a string containing the code as shown below, were F is the vector of the functions, and X the vector of the unknowns which must have the same length. A guess...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Newton with Numerical Jacobian Download

Added: March 29, 2013 | Visits: 345

Custom Content List llow to create custom lists of content based on post types, taxonomies and others params. It uses a lightbox and generate a shortcode. Esay to use.Installation Upload and activate the plugin That's all


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (45): Custom Content List Download

Added: March 27, 2010 | Visits: 1.878

Bio::Tools::Run::TribeMCL Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families. SYNOPSIS use Bio::Tools::Run::TribeMCL; use Bio::SearchIO; # 3 methods to input the blast results # straight forward raw blast output (NCBI or WU-BLAST) my @params =...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (213): Bio::Tools::Run::TribeMCL Download

Added: August 11, 2010 | Visits: 949

FUSE::Server FUSE::Server is a Perl-FUSE server. SYNOPSIS use FUSE::Server; my $s = FUSE::Server->new({ Port=>35008, MaxClients=>5000, Quiet=>1, }); my $status = $s->bind(); print "Server started: $status"; $s->addCallback(BROADCASTALL,&msg_broadcast);...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): FUSE::Server Download

Added: July 16, 2010 | Visits: 698

DBIx::TableHash DBIx::TableHash is a Perl module that can tie a hash to a mysql table + SQL utils. SYNOPSIS use DBIx::TableHash; my $DBHash = DBIx::TableHash->create_or_die (my $Params = { DBIDriver => mysql, Database => mydatabase, HostName => localhost, Port => undef, Login => , Password => ,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): DBIx::TableHash Download

Added: April 03, 2010 | Visits: 953

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 (97): Rose::Object::MakeMethods::Generic 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 (88): Rose::Object Download

Added: June 22, 2010 | Visits: 1.257

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: November 25, 2010 | Visits: 922

Text::NSP::Measures::3D::MI::pmi Text::NSP::Measures::3D::MI::pmi is a Perl module that implements Pointwise Mutual Information for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::pmi; $pmi_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100);...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::3D::MI::pmi Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 450

Site Accordion Gallery V PRODUCT FEATURES: * AS3.* XML DRIVEN.* ACCORDION STYLE.* SUPPORTS AUTO PLAY.* SUPPORTS URL PARAMS (PIC,AUTO,CACHABLE).* SUPPORTS LOAD JPG,GIF,PNG,SWF FILES.* SUPPORTS DESCRIPTIONS (HTML FORMAT) OF EACH LOADED OBJECT.* SUPPORTS ADD LINK TO OPEN NEW WINDOW.* SUPPORT SET ALL STYLE (DELAY...


Platforms: Not Applicable

License: Commercial Cost: $12.00 USD Size: 21 KB Download (45): Site Accordion Gallery V Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 200

ApacheBuilder ApacheBuilder builds Apache (with optional modules of Mod_SSL and Mod_Perl) from sources, prompting for config params of location, etc. When done, it starts Apache and verifies it all works ok.


Platforms: Mac, BSD, Solaris, Linux

License: Freeware Size: 20.85 KB Download (45): ApacheBuilder Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 444

Simbel Javascript Generation code Generate javascript validation from an xml template; you can configure on xml your html forms, giving params (min / max length, etc) and creates an JavaScript code to put in your html to validate your forms. Its an easy way to write js validation.


Platforms: Windows, Mac, Linux

License: Freeware Size: 43 KB Download (47): Simbel Javascript Generation code Download

Added: June 27, 2013 | Visits: 402

fminsearchbnd new A minor improvement on the fminsearchbnd (bounded fminsearch) created by John D'Errico. Changes:% Changes from fminsearchbnd:Changes from fminsearchbnd:1) in options structure, user may pass an 'output function' and 'plot function' to fminsearch.Original fminsearchbnd handled the output function...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): fminsearchbnd new Download

Added: April 29, 2013 | Visits: 305

plot3AniAnaglyph plot3AniAnaglyph(S,params) produces an anaglyph (red/cyan 3D) plot3 animation of the of arguments in cartesian coordinates (S = [X,Y,Z]).The animation includes the evolution and rotation of the arguments confined to a 1x1x1 cube centered at (0,0,0).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (44): plot3AniAnaglyph Download

Added: April 27, 2013 | Visits: 403

Simple Excel sheet editing program With this program you can edit simple things in an Excel sheet like:Bold, Fontsize, border, fontWrite in command prompt>> params.Bold = 1;params.FontName = 'Arial';params.FontSize = 10;params.ColorIndex = 56;params.NumberFormat = 4;params.Int_ColorIndex = 0;params.Border = 1;params.BorderWeight =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Simple Excel sheet editing program Download

1 2 3 4 5 >