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

Subroutine software
Filter: All | Freeware | Demo
 

Subroutine

< 1 2 3 4 5 > 
Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 444

Routix.RPC Remote procedure call (RPC) is a technology that allows a computer program to cause a subroutine or procedure to execute in another address space (commonly on another computer on a shared network) without the programmer explicitly coding the details for this remote interaction. That is, the...



Platforms: Windows

License: Shareware Cost: $299.95 USD Size: 1.99 MB Download (42): Routix.RPC Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 461

dGIFLZW The dGIFLZW is a single file, pure perl subroutine collection for creation of GIF images on a per-pixel basis used in the bigger DiGiTrip.it project, a nautical navigation & GPS program working on Win, Mac and Linux written in Perl/Tk.





Platforms: Windows, Mac, Linux

License: Freeware Size: 9.66 KB Download (50): dGIFLZW Download

Added: August 04, 2013 | Visits: 521

PowerMops Mops is a full featured, stand-alone development environment for programming the Macintosh written by Mike Hore. Inspired by Smalltalk and the commercial language Neon, Mops is based on Forth with extended object-oriented features such as multiple inheritance, early and late binding, persistent...


Platforms: Mac

License: Freeware Size: 7.38 MB Download (56): PowerMops Download

Added: May 25, 2013 | Visits: 373

convexchecker This script may be easily converted to a function which could be an extremely useful subroutine in optimization problems to check whether the objective function is globally convex. It may also be used to derive the expressions for gradient and Hessian of the given multidimensional real valued...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): convexchecker Download

Added: March 25, 2013 | Visits: 580

MATLAB-Excel Single Interface MATLAB-Excel Single Interface (MESI)(Thanks to Russell Goyder, the original creator of this example.)WHAT IS IT?===========MESI provides the VBA subroutine "RunInMATLAB", which allows you to call your M-code from Excel using Excel Link and .NET/COM Builder without changing your VBA code.WHY DOES...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): MATLAB-Excel Single Interface Download

Added: September 04, 2013 | Visits: 358

spline_deriv The subroutine returns a spline which represents the jth derivative of a given spline as produced by mkpp. It is based on the Mathworks solution found at:http://www.mathworks.com/support/solutions...html?product=ML


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): spline_deriv Download

Added: August 06, 2013 | Visits: 379

SAT_ORBIT Script The routine parses a TLE file and extracts informations from a selected satellite.It then calls the SGP4 propagator, converts the orbit in the ECI reference into Earth Centered Earth Fixed and also into Lat Long Heigth.This subroutine includes an example of the ENVISAT satellite in which the...


Platforms: Matlab

License: Freeware Size: 143.36 KB Download (50): SAT_ORBIT Script Download

Added: August 27, 2013 | Visits: 324

AutoXS AutoXS is a Perl module that contains some scary code. Developer comments I'm not even sure it abides by the official Perl API totally. Furthermore, it's my first real XS module. It abuses some features of the XS/XSUB syntax. If you break it, you get to keep both halves. That being said, the...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (36): AutoXS Download

Added: September 26, 2013 | Visits: 374

Benchmark::Harness Benchmark::Harness is a Perl module used to test Perl applications. SYNOPSIS Benchmark::Harness will invoke subroutines at specific, parametizable points during the execution of your Perl program. These subroutines may be standard Benchmark::Harness tracing routines, or routines composed by...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (42): Benchmark::Harness Download

Added: November 06, 2013 | Visits: 313

Object::Exercise Object::Exercise is a Perl module that exports a single subroutine, $exercise, which functions as an OO execution loop (see '-n' for changing the installed name). $execute is a subroutine reference that takes an object and set of operations. The first element in that list is an object of the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Object::Exercise Download

Added: October 03, 2013 | Visits: 296

UDPServersAndClients UDPServersAndClients is a Perl module that exports a variable, $ip that you should set as the IP of the computer where you are running the server before running any of the below client functions to connect to that computer. This module exports four subroutines which do not accept any values or...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): UDPServersAndClients Download

Released: September 09, 2002  |  Added: September 20, 2006 | Visits: 2.677

PLD2 Compiler PLD2 is a language allowing the programmer new control of run- and compile-time. The underlying instruction set and output file format are not wired in to the compiler. PLD2 comes with x86 and Windows EXE format source. You can produce Windows EXE files but may retarget to any platform and...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 281 KB Download (141): PLD2 Compiler Download

Added: September 18, 2006 | Visits: 2.405

NthGrep NthGrep is a Windows based grep utility with the ability to search multiple directories and file types, save searches, view surrounding lines and view or edit files. Unlike a find utility which just list files containing a string, NthGrep will print each line from each file that contains the...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 950 KB Download (528): NthGrep Download

Added: January 18, 2010 | Visits: 829

ReleaseAction ReleaseAction - call actions upon release. SYNOPSIS use ReleaseAction on_release; { # OO style my $handle = ReleaseAction->new( sub {print "Exiting scopen"} ); print "In scopen"; } { # Functional style my $handle = on_release {print "Exiting scopen"}; print "In scopen"; } { my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): ReleaseAction Download

Added: January 18, 2010 | Visits: 1.149

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.189

Geography::Countries Geography::Countries is a Perl module with 2-letter, 3-letter, and numerical codes for countries. SYNOPSIS use Geography::Countries; $country = country DE; # Germany @list = country 666; # (PM, SPM, 666, # Saint Pierre and Miquelon, 1) This module maps country names, and their 2-letter,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Geography::Countries Download

Added: January 18, 2010 | Visits: 937

RFC::RFC822::Address RFC::RFC822::Address is a Perl module for RFC 822 style address validation. SYNOPSIS use RFC::RFC822::Address qw /valid/; print "Validn" if valid abigail@example.com; This module checks strings to see whether they are have the valid syntax, as defined in RFC 822 [1]. One subroutine,...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): RFC::RFC822::Address Download

Added: January 18, 2010 | Visits: 3.982

Tkx::Tutorial Tkx::Tutorial Perl module contains a tutorial about how to use Tkx. Tk is a toolkit that allows you to create applications with graphical interfaces for Windows, Mac OS X and X11. The Tk toolkit is native to the Tcl programming language, but its ease of use and cross-platform availability has...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (215): Tkx::Tutorial Download

Added: January 18, 2010 | Visits: 1.303

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: August 11, 2010 | Visits: 1.348

ASNMTAP::Asnmtap::Plugins::SOAP ASNMTAP::Asnmtap::Plugins::SOAP is a Perl module that provides SOAP functions used by ASNMTAP-based plugins. SYNOPSIS use ASNMTAP::Asnmtap::Plugins v3.000.010; use ASNMTAP::Asnmtap::Plugins qw(:PLUGINS); my $objectPlugins = ASNMTAP::Asnmtap::Plugins->new ( _programName =>...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (138): ASNMTAP::Asnmtap::Plugins::SOAP Download

< 1 2 3 4 5 >