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

Subsequent Calls freeware
Filter: All | Freeware | Demo
 

Subsequent Calls

1 2 3 4 5 > 
Added: April 08, 2013 | Visits: 393

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 (41): Progress Meter for Execution of Tasks/Loops Download

Added: June 17, 2013 | Visits: 375

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: 668

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: 962

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.495

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: 966

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.090

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: 804

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.293

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.263

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: 409

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: 269

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: 472

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 (52): YATS Download

Added: May 10, 2013 | Visits: 522

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: 557

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 21, 2010 | Visits: 1.363

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: July 27, 2012  |  Added: July 27, 2012 | Visits: 693

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

Released: September 22, 2014  |  Added: October 20, 2014 | Visits: 736

Calls Recorder Have you ever find yourself may forget the details of Skype call conversation? With Calls Recorder this issue is a thing of the past. With Calls Recorder your life and work could be simple and more relaxed knowing every important detail is recorded for quick and easy recall whenever needed. No...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 10.3 MB Download (52): Calls Recorder Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 412

CLINT Command Interface to System Calls System calls command line utilties for Linux and all POSIX based operating systems. Allows direct command line access to many popular kernel system calls in text format. Makes a great internals teaching tool for operating systems.


Platforms: Mac, BSD, Linux

License: Freeware Size: 401.5 KB Download (46): CLINT Command Interface to System Calls Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 907

Nimbuzz: Free Calls & Messaging Nimbuzz is everything you need to communicate for free. Here is what you get: -FREE CALLS - HD quality calls to all your Nimbuzz contacts. -FREE MESSAGING - Unlimited free chat. No extra costs. -ALL IN ONE - Connect to Facebook, Yahoo! Messenger, MSN Messenger, AIM, ICQ,...


Platforms: Mac

License: Freeware Size: 22.1 MB Download (62): Nimbuzz: Free Calls & Messaging Download

1 2 3 4 5 >