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

Function Call freeware
Filter: All | Freeware | Demo
 

Function Call

1 2 3 4 5 > 
Added: August 11, 2013 | Visits: 485

Safe Function Call for WordPress Safely and easily call functions that may not be available (such as those provided by a plugin that gets deactivated).Assuming you had something like this in a template:If you deactivated the plugin that provided list_cities(), your site would generate an error when that template is accessed.You... Platforms: PHP

License: Freeware Size: 10 KB Download (49): Safe Function Call for WordPress Download

Added: March 10, 2010 | Visits: 738

ffcall ffcall is a foreign function call libraries. This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall calling C functions with variable arguments vacall C functions accepting variable... Platforms: *nix

License: Freeware Size: 911.36 KB Download (94): ffcall 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: May 10, 2013 | Visits: 347

jQuery Form The function call used is jquery_form_add(). Requirements: - Drupal 5.x - Drupal jQuery Update module Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): jQuery Form Download

Added: May 10, 2013 | Visits: 398

Memoization with cache cleared on return This script memoizes, but clears cache when last function call returns.It is suitable for dynamic programming. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Memoization with cache cleared on return Download

Added: May 10, 2013 | Visits: 438

A ThunkSpace for Python This script allows normal functions to be attached to a 'ThunkSpace' which causes the function to be lazily evaluated when the thunk is referenced. It is just an experiment using closures and descriptors to try and change python function call syntax. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): A ThunkSpace for Python Download

Added: April 23, 2013 | Visits: 450

CountryFlag Displays the country flag according to the ip of the visitor and optional additional informations in the sidebar of your blog via widget interface or anywhere else via function call. Colors for border and background are configurable. Platforms: PHP

License: Freeware Size: 10 KB Download (47): CountryFlag Download

Added: May 22, 2013 | Visits: 583

AlexaRank Displays the Alexa traffic rank in the sidebar of your blog via widget interface or anywhere else via function call. The Plugin comes with 5 different layouts.Browse more Wordpress Plugins by Fliptel. Platforms: PHP

License: Freeware Size: 10 KB Download (45): AlexaRank Download

Added: August 16, 2013 | Visits: 397

dyncall The dyncall library encapsulates architecture-, OS- and compiler-specific function call semantics in a virtual "bind argument parameters from left to right and then call" interface allowing programmers to call C functions in a completely dynamic manner. In other words, instead of calling a... Platforms: Mac

License: Freeware Size: 256 KB Download (44): dyncall Download

Added: May 10, 2013 | Visits: 676

Easily creating dialog boxes from XRC files This module allows you to create and run a custom dialog box with a single function call. The custom dialog box must first be defined in an external XRC file. Editors like XRCed and wxGlade allow easily designing custom dialog boxes. You can then invoke the dialog box even if your application... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Easily creating dialog boxes from XRC files Download

Added: May 10, 2013 | Visits: 295

Visualize Backtrace 6.x-1.x-dev / 5.x-1.1 This is a developer's tool that parses XDebug trace files into *.dot GraphViz graphs order to help demystify the Drupal API & identify bottleneck Drupal functions.The module can also visualize a variety of specific backtraces and forwardtraces.InstallationUnpack in your modules folder (usually... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): Visualize Backtrace 6.x-1.x-dev / 5.x-1.1 Download

Added: August 08, 2013 | Visits: 375

Droste Effect Tool Apply the Droste Effect to an image using a GUI or function call.The Droste Effect is when an image recursively includes itself. The basic method is to insert a scaled copy of the image, but more interesting results can be achieved via conformal mapping.The GUI can load an image, set a... Platforms: Matlab

License: Freeware Size: 1.59 MB Download (41): Droste Effect Tool Download

Added: May 06, 2013 | Visits: 424

KingOfPop Displays a Micheal Jackson memorial badge in the sidebar of your blog via widget interface or anywhere else via function call. Make the people remember the King of Pop.# Installation : 1. Unpack the zipfile kingofpop-X.y.zip 2. Upload folder kingofpop to the /wp-content/plugins/ directory 3.... Platforms: PHP

License: Freeware Size: 10 KB Download (39): KingOfPop Download

Added: May 07, 2013 | Visits: 433

TeledirWidgets Displays informations according to the ip of the visitor like the county, the city, a map, the ip and the user agent as a nice summup in the sidebar of your blog via widget interface or anywhere else via function call.Check out more WordPress Plugins and Widgets brought to you by... Platforms: PHP

License: Freeware Size: 10 KB Download (45): TeledirWidgets Download

Added: May 10, 2013 | Visits: 424

Autosuper to the limit This script returns a tuple (cls,self,method), where:  -  cls is the class in wich you can find the definition of the method from which this function is called;  -  self is the instance passed as first argument to the method from which this function is called;  -  method is the unbound... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Autosuper to the limit Download

Added: September 04, 2013 | Visits: 516

Molecular Weight Calculator Function MolMass is a function for calculating the molar weight of a substance given in form of a chemical formula.Function call: MM = MolMass(substance)Substance is a string of the chemical formula of a substance.Example: MM = MolMass('Fe2(SO4)3');Substance can also be a vector of substances opened by... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (46): Molecular Weight Calculator Function Download

Added: November 14, 2010 | Visits: 961

Callback Callback is an object interface for function callbacks. SYNOPSIS use Callback; my $callback = new Callback (&myfunc, @myargs); my $callback = new Callback ($myobj, $mymethod, @myargs); my $callback = new Callback ($old_callback, @myargs); $callback->call(@some_more_args); Callback... Platforms: *nix

License: Freeware Size: 4.1 KB Download (109): Callback Download

Added: May 10, 2013 | Visits: 226

Job queue 6.x-3.0 / 5.x-3.0 This is achieved through the job_queue_add() function.Modules can allow jobs to be prioritized by function. The hook hook_job_queue_functions() defines functions to prioritize. A priority, from -10 to 10, determines which jobs get priority over others.InstallationUnpack in your modules folder... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Job queue 6.x-3.0 / 5.x-3.0 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: May 10, 2013 | Visits: 328

Coding Standard Adaptor This script contains a function, "rename_members", which takes an object, and two strings describing variable naming conventions (e.g. "allcamel", "underscores", etc). It translates attribute names on the given object from the first naming convention to the second (it doesn't delete the original... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Coding Standard Adaptor Download

1 2 3 4 5 >