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

Subsequent Calls software
Filter: All | Freeware | Demo
 

Subsequent Calls

1 2 3 4 5 > 
Added: July 16, 2013 | Visits: 401

Extremely simple version control for Matlab code vcp creates backups of existing m-files for easy backtracking when editing code.The command vcp myprogramentered on the command line, looks for an m-file named 'myprogram.m' on the Matlab search path. If it is found at, say, /home/kevin/matlab/plotting/, then a backup copy named 'myprogram.m.000'... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Extremely simple version control for Matlab code Download

Added: April 08, 2013 | Visits: 403

Progress Meter for Execution of Tasks/Loops 45%where the completion level can be modified with subsequent calls to the function. Its usage is similar to that of WAITBAR.PROGMETER(x, message) will create a new progress meter by displaying the string variable message and the progress represented as a percentage based on x. x can take values... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Progress Meter for Execution of Tasks/Loops Download

Added: June 17, 2013 | Visits: 379

Complex fsolve Usage is as fsolve. The difference is that it can compute solutions in C^m for m-variables. Input can be both anonymous functions and symbolic equations. Subsequent calls to this function in a matlab session will not cause the recomputation of the internal matlab functions unless the input... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Complex fsolve Download

Added: April 01, 2010 | Visits: 676

Devel::TraceMethods Devel::TraceMethods is a Perl module for tracing module calls. SYNOPSIS use Devel::TraceMethods qw( PackageOne PackageTwo ); Devel::TraceMethods allows you to attach a logging subroutine of your choosing to all of the methods and functions within multiple packages or classes. You can use... Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Devel::TraceMethods Download

Added: May 27, 2010 | Visits: 966

Web-FTP Web-FTP 1.5.x introduces Crytpo Card support, and also some support for connecting to MS ftp servers. Crypto card support allows people to connect to ftp servers that use crypto card security. Lemme know if it works for you. Web-FTP is a fully featured ftp client designed for secure file... Platforms: *nix

License: Freeware Size: 43.01 KB Download (104): Web-FTP Download

Added: November 23, 2010 | Visits: 1.499

Statistics::Descriptive Statistics::Descriptive is a Perl module of basic descriptive statistical functions. SYNOPSIS use Statistics::Descriptive; $stat = Statistics::Descriptive::Full->new(); $stat->add_data(1,2,3,4); $mean = $stat->mean(); $var = $stat->variance(); $tm = $stat->trimmed_mean(.25);... Platforms: *nix

License: Freeware Size: 11.26 KB Download (119): Statistics::Descriptive 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: May 26, 2010 | Visits: 1.094

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),... Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard 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: February 18, 2010 | Visits: 1.298

HTML::Template::JIT HTML::Template::JIT is a just-in-time compiler for HTML::Template. Templates are compiled into native machine code using Inline::C. When using HTML::Template::JIT, the compiled code is stored to disk and reused on subsequent calls. HTML::Template::JIT is up to 8 times as fast as HTML::Template... Platforms: *nix

License: Freeware Size: 30.72 KB Download (145): HTML::Template::JIT Download

Added: April 19, 2010 | Visits: 1.270

RTF::Writer RTF::Writer is a Perl module for generating documents in Rich Text Format. SYNOPSIS use RTF::Writer; my $rtf = RTF::Writer->new_to_file("greetings.rtf"); $rtf->prolog( title => "Greetings, hyoomon" ); $rtf->number_pages; $rtf->paragraph( fs40bi, # 20pt, bold, italic "Hi there!" );... Platforms: *nix

License: Freeware Size: 57.34 KB Download (118): RTF::Writer Download

Added: May 10, 2013 | Visits: 412

A simple non-recursive directory walker This script is an equivalent of os.path.walk(), but without callback function. A simple directory walker, without the burden of creating a callback for os.path.walk().This is also usefull for incremental directory walking (where you want to scan remaining directories in subsequent calls). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): A simple non-recursive directory walker Download

Added: May 10, 2013 | Visits: 274

Another Singleton Implementation This script creates a unique instance of classes that uses Singleton as their metaclass. Used as a metaclass, Singleton replaces a class with a unique class instance. Any subsequent calls to the class's constructor will result in an exception, as the constructor is overwritten immediately after... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (65): Another Singleton Implementation Download

Added: May 10, 2013 | Visits: 476

YATS YATS is a templating system that was originally inspired by FastTemplate, the primary goal of which is to separate HTML content from PHP code. FastTemplate is widely used because it makes maintenance of large sites easier. Programmers can work on the logic while designers work on the templates... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): YATS Download

Added: May 10, 2013 | Visits: 525

Web-FTP Web-FTP 1.5.x introduces Crytpo Card support, and also some support for connecting to MS ftp servers. Crypto card support allows people to connect to ftp servers that use crypto card security. Lemme know if it works for you. Web-FTP is a fully featured ftp client designed for secure file... Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (52): Web-FTP Download

Added: May 14, 2013 | Visits: 564

Fast String to Double Conversion str2doubleq is equivalent to the Matlab built-in str2double function that converts char or cellstr array to appropriate double arrays. The drawback of built-in str2double is that it becomes very slow when the dataset becomes larger.str2doubleq exploits the mex-gateway to use c++ fast string... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fast String to Double Conversion Download

Added: April 22, 2013 | Visits: 193

daqreadCached This version of daqread (daqreadCached.m) is modified in two ways to improve retrieval speed, particularly for large files.1) Instead of building a file index each time daqread is called, which can be very time-consuming for large files, this version caches the index (or 'chart') between calls in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): daqreadCached Download

Added: April 21, 2010 | Visits: 1.367

Automated support for compound RPC calls Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures. NFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN. By rearranging the ONC IDL for NFSv4 into AutoGen definitions,... Platforms: *nix

License: Freeware Size: 22.53 KB Download (106): Automated support for compound RPC calls Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 691

iMobileTool Incoming Calls Blocker Are you often bothered with some unwanted phone calls? Especially when you are too busy or having an important meeting. Why not block these unwanted incoming calls? Now iMobileTool Incoming Calls Blocker offers a powerful phone calls blocking solution to block incoming calls whenever and... Platforms: Windows, Pocket PC

License: Shareware Cost: $19.95 USD Size: 808.96 KB Download (417): iMobileTool Incoming Calls Blocker Download

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

Who Calls Who Calls uses your modem to detect the CallerID of a calling party. Caller ID (caller identification or CID, and more properly calling number identification CNID, also known as CLID=calling line identity or CLIP=calling line identification presentation) is a telephone service that transmits the... Platforms: Windows

License: Freeware Download (63): Who Calls Download

1 2 3 4 5 >