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

Function Calls freeware
Filter: All | Freeware | Demo
 

Function Calls

1 2 3 4 5 > 
Added: November 12, 2010 | Visits: 847

Devel::TraceFuncs Devel::TraceFuncs is a Perl module with trace function calls as they happen. SYNOPSIS Usage: require Devel::TraceFuncs; max_trace_depth 5; trace_file "foo.out"; trace_file $file_handle; sub foo { IN(my $f, "a message"); DEBUG "hellooo!"; } Devel::TraceFuncs provides utilities to... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Devel::TraceFuncs Download

Added: August 10, 2010 | Visits: 1.544

SAP::Rfc SAP::Rfc is a Perl module that contains RFC Function calls against an SAP R/3 System. SYNOPSIS # WARNING - as of SAP::Rfc 1.40 USER and PASSWD are case sensitive ready for # R3 7.x use SAP::Rfc; $rfc = new SAP::Rfc( ASHOST => myhost, USER => ME, PASSWD => secret, LANG => EN, CLIENT =>... Platforms: *nix

License: Freeware Size: 71.68 KB Download (133): SAP::Rfc Download

Added: June 15, 2010 | Visits: 1.269

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:... Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync Download

Added: July 02, 2010 | Visits: 1.068

Saja Saja is a lightweight AJAX scripting engine for PHP with secured function calls. Saja is designed for the speedy creation of simple, intuitive, and maintainable AJAX applications, without the need to write any JavaScript.. Open-source AJAX scripting engine for PHP with secure function calls.... Platforms: *nix

License: Freeware Size: 9.22 KB Download (101): Saja Download

Added: April 20, 2010 | Visits: 939

Devel::CallerItem Devel::CallerItem is an Perl object representing a function call from the stack of function calls. SYNOPSIS Usage: require Devel::CallerItem; $call = Devel::CallerItem->from_depth($depth) || return; $passed_arguments_ref = $call->argument_list_ref(); $callpack = $call->pack();... Platforms: *nix

License: Freeware Size: 4.1 KB Download (113): Devel::CallerItem Download

Added: November 19, 2012 | Visits: 337

PHP_FunctionCallTracer .0RC1 PHP_FunctionCallTracer creates a function calls debug trace. Functions arguments, returned parameters and watched variables are reported in the same section. Traced variables can be processed by provided user functions for displaying purposes. Platforms: BSD Solaris

License: Freeware Download (53): PHP_FunctionCallTracer .0RC1 Download

Added: June 24, 2013 | Visits: 556

pl2method pl2method uses PHP 5 __call function to map class function calls to execute stored procedures with the same name on a given PostgreSQL database schema.pl2method passes function parameter values to the stored procedure as its parameters. If the values do not match the procedure expected types, the... Platforms: PHP

License: Freeware Size: 10 KB Download (44): pl2method Download

Added: April 03, 2010 | Visits: 761

VSTRING VSTRING library provides vast set of string manipulation features including dynamic string object that can be freely exchanged with standard char* type, so there is no need to change function calls nor the implementation when you change from char* to String (and vice versa). The main difference... Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): VSTRING Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 203

PHP_FunctionCallTracer Creates a function calls debug trace. Functions arguments, returned parameters and watched variables are reported in the same section. Traced variables can be processed by provided user functions for displaying purposes. Platforms: Windows, Mac, Linux

License: Freeware Size: 19.86 KB Download (47): PHP_FunctionCallTracer Download

Added: May 14, 2013 | Visits: 424

NetCDF/GRIB reader MATLAB-CDI is a collection of MATLAB functions that import/read GRIB and netCDF files through high-level function calls that follows an unified syntax. The package supports a subset of the full GRIB and netCDF format specification typically produced by climate models.Technically speaking,... Platforms: Matlab

License: Freeware Size: 5.7 MB Download (39): NetCDF/GRIB reader Download

Added: September 04, 2013 | Visits: 411

Sortable Profiler Report The MATLAB 'profreport' function used by the profiler generates a table of function calls sorted by execution time. However, often it is necessary to sort by number of calls, time in self, etc. 'SProfReport' duplicates all the functionality of the original, but permits the function call to be... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Sortable Profiler Report Download

Added: November 03, 2013 | Visits: 314

WSGIProxy WSGI turns HTTP requests into WSGI function calls. WSGIProxy turns WSGI function calls into HTTP requests. It also includes code to sign requests and pass private data, and to spawn subprocesses to handle requests. Features: The primary feature in WSGIProxy is wsgiproxy.exactproxy, which takes... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): WSGIProxy Download

Added: July 11, 2013 | Visits: 206

gocept.async gocept.async provides asynchronous function calls using a decorator. It facilitates lovely.remotetask to actually do things asynchronously. Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): gocept.async Download

Added: October 22, 2013 | Visits: 880

elmer Elmer is a tool which embeds a Python module into a C, C++, or Tcl application. The embedded Python module is used just as if it was written in the same language as the application itself, without requiring any knowledge of the Python/C API. Elmer generates "glue" code that embeds an interpreter... Platforms: *nix

License: Freeware Size: 327.68 KB Download (101): elmer Download

Added: May 10, 2013 | Visits: 301

Automatic Recursion This script presents you the tools for easy and stable recursion of current function when only selected arguments have to be changed. No more mixup of argument positions/names. No more forgetting. Useful as well for realizing delayed/repeated/serialized function calls. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Automatic Recursion Download

Added: August 14, 2013 | Visits: 498

Query To JSON A MySQL query gets executed and the results are extracted into a single array.Query To JSON calls the PHP function json_encode to return a string with the whole result set data in the JSON format. Platforms: PHP

License: Freeware Size: 10 KB Download (42): Query To JSON Download

Added: August 14, 2013 | Visits: 413

mysqlLikeDisplay Mysql draws tables on the command line using 's and -'s for rows and cells - this class will draw php arrays in the same way.Also, mysqlLikeDisplay can draw tables in HTML instead - full stylesheet / border /padding configuration from class function calls -suitable for throwing data at the screen... Platforms: PHP

License: Freeware Size: 10 KB Download (44): mysqlLikeDisplay Download

Added: June 29, 2013 | Visits: 482

Greg's Comment Length Limiter This plugin provides a configurable limit on the length of comments left in the comment form, with a character countdown displayed for the user and dynamically updated with each keypress.# Installation : 1. Unzip the plugin archive 2. Upload the entire folder gregs-comment-length-limiter to... Platforms: PHP

License: Freeware Size: 81.92 KB Download (44): Greg's Comment Length Limiter Download

Added: August 04, 2013 | Visits: 312

UpDownUpDown UpDownUpDown provides two template tags for adding up/down voting for any post or comment for logged in users. Non-loggedin users see a view-only up/down vote count badge without voting buttons. Votes are registered on the server without refreshing the page.Fork the Github repo:... Platforms: PHP

License: Freeware Size: 266.24 KB Download (45): UpDownUpDown Download

Added: July 31, 2013 | Visits: 297

PHPulse for Linux PHPulse is the FASTEST PHP based MVC framework in the world! It is built to be EXTREMELY lightweight and fast with a modular development environment allowing for quick plug-n-play functionality to be added merely by dropping in extra modules. Most other frameworks attempt to try to do everything... Platforms: *nix

License: Freeware Size: 614.4 KB Download (39): PHPulse for Linux Download

1 2 3 4 5 >