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

Subroutines freeware
Filter: All | Freeware | Demo
 

Subroutines

1 2 3 4 5 > 

Subroutines for the Internet Site for European Strong-Motion Data These files are subroutines for importing and exporting files in the file format used by the Internet Site for European Strong-Motion Data (http://www.isesd.cv.ic.ac.uk). Raw_in imports uncorrected acceleration time-histories in ISESD format, Raw_out exports uncorrected acceleration... Platforms: Matlab


Added: July 07, 2010 | Visits: 940

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use... Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: July 11, 2010 | Visits: 992

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 (93): Class::Std::Utils Download

Added: September 15, 2010 | Visits: 1.038

Ace::Browser::AceSubs Ace::Browser::AceSubs Perl module contains subroutines for AceBrowser. SYNOPSIS use Ace; use Ace::Browser::AceSubs; use CGI qw(:standard); use CGI::Cookie; my $obj = GetAceObject() || AceNotFound(); PrintTop($obj); print $obj->asHTML; PrintBottom(); Ace::Browser::AceSubs exports a... Platforms: *nix

License: Freeware Size: 296.96 KB Download (102): Ace::Browser::AceSubs Download

Added: August 12, 2010 | Visits: 810

Inline::Ruby Inline::Ruby module can help you write Perl subroutines and classes in Ruby. SYNOPSIS print "9 + 16 = ", add(9, 16), "n"; print "9 - 16 = ", subtract(9, 16), "n"; use Inline Ruby; __END__ __Ruby__ def add(a, b) a + b end def subtract(a, b) a - b end The Inline::Ruby module... Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): Inline::Ruby Download

Added: June 15, 2010 | Visits: 1.065

Inline::CPP Inline::CPP is a Perl module that can write Perl subroutines and classes in C++. SYNOPSIS use Inline CPP; print "9 + 16 = ", add(9, 16), "n"; print "9 - 16 = ", subtract(9, 16), "n"; __END__ __CPP__ int add(int x, int y) { return x + y; } int subtract(int x, int y) { return x -... Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): Inline::CPP Download

Added: July 03, 2010 | Visits: 736

Test::TestCoverage Test::TestCoverage is Perl module to test if your test covers all public subroutines of the package. SYNOPSIS use Test::TestCoverage; test_coverage(My::Module); my $obj = My::Module->new(); $obj->foo(); $obj->bar(); # test will be ok, assumed that My::Module has the subroutines new,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Test::TestCoverage Download

Added: July 17, 2010 | Visits: 766

JAMlib JAMlib is a collection of subroutines that encapsulate much of the format-specific and tedious details of the JAM message base format. By using these routines, application programmers can concentrate on the higher-level issues of their programs instead of worrying about their JAM routines.. Get... Platforms: *nix

License: Freeware Size: 235.52 KB Download (89): JAMlib Download

Added: June 16, 2013 | Visits: 774

Color::Model::Munsell::Util Utility subroutines for Color::Model::Munsell ---------- INSTALLATION ~~~~~~~~~~~~ To install this module, run the following commands: *perl Makefile.PL *make *make test *make install Platforms: *nix

License: Freeware Size: 51.2 KB Download (93): Color::Model::Munsell::Util Download

Added: June 23, 2013 | Visits: 243

PDF::Kit PDF::Kit is a collection of subroutines to be used with PDF::API2. SYNOPSIS use PDF::Kit; Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): PDF::Kit Download

Added: July 17, 2010 | Visits: 807

AtExit AtExit is a Perl module that can perform exit processing for a program or object. SYNOPSIS use AtExit; sub cleanup { my @args = @_; print "cleanup() executing: args = @argsn"; } ## Register subroutines to be called when this program exits $_ = atexit(&cleanup, "This call was... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): AtExit Download

Added: January 18, 2010 | Visits: 832

Tk::PerlMethodList Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package) and its parents. SYNOPSIS require Tk::PerlMethodList; my $instance = $main_window->PerlMethodList(); Tk::PerlMethodList is a Tk::Toplevel-derived widget. The window... Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): Tk::PerlMethodList Download

Added: February 12, 2010 | Visits: 1.168

Test::Reporter::Date::Format Test::Reporter::Date::Format Perl module contains date formating subroutines. SYNOPSIS use Test::Reporter::Date::Format; @lt = localtime(time); print time2str($template, time); print strftime($template, @lt); print time2str($template, time, $zone); print strftime($template, @lt,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: September 11, 2010 | Visits: 973

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would... Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: August 12, 2010 | Visits: 735

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be... Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: May 26, 2010 | Visits: 1.198

Debug::Trace Debug::Trace is a Perl extension to trace subroutine calls. SYNOPSIS perl -MDebug::Trace=foo,bar yourprogram.pl Debug::Trace instruments subroutines to provide tracing information upon every call and return. Using Debug::Trace does not require any changes to your sources. Most often, it... Platforms: *nix

License: Freeware Size: 5.12 KB Download (163): Debug::Trace Download

Added: November 16, 2010 | Visits: 790

Sub::Curry Sub::Curry is a Perl module to create curried subroutines. SYNOPSIS use Sub::Curry; use Sub::Curry qw/ :CONST curry /; # Import spice constants # and the &curry function. #my $f1 = Sub::Curry::->new(&foo, 1, 2); # Same as below. my $f1 = curry(&foo, 1, 2); my $f2 = $cb1->new(3, 4); my... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Sub::Curry Download

Added: January 14, 2010 | Visits: 947

Data::Startup SYNOPSIS ###### # Subroutine interface # use Data::Startup qw(config override); $options = override(%default_options, @option_list ); $options = override(%default_options, @option_list ); $options = override(%default_options, %option_list ); @options_list = config(%options ); ($key,... Platforms: *nix

License: Freeware Size: 74.75 KB Download (101): Data::Startup Download

Added: November 24, 2010 | Visits: 966

Tie::Layers SYNOPSIS ##### # Subroutines # use Tie::Layers qw(is_handle config); $yes = is_handle( $file_handle ); ($key, $old_value) = config(%options, $key); ($key, $old_value) = config(%options, $key => $new_value ); #### # Config default startup options # @old_options_list =... Platforms: *nix

License: Freeware Size: 71.68 KB Download (90): Tie::Layers Download

Added: May 27, 2010 | Visits: 940

CFITSIO CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. CFITSIO simplifies the task of writing software that deals with FITS files by providing an easy to use set of high-level routines that insulate the... Platforms: *nix

License: Freeware Size: 2.06 MB Download (106): CFITSIO Download

1 2 3 4 5 >