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

Function Documentation freeware
Filter: All | Freeware | Demo
 

Function Documentation

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 515

phpfunc 0.1b phpfunc is a command line perl script that returns documentation on a builtin php function, works like perldoc -f function. phpfunc currently requires a connection to a web server that is serving the plain html version of php online documentation. This may be placed on a local web server to... Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (56): phpfunc 0.1b Download

Added: September 04, 2013 | Visits: 397

Coder Tough Love Initial development sponsored by Trellon.Coder Tough Love REQUIRES Coder 6.x-2.x-dev.Coder Tough Love is a companion to the existing Coder module by Doug Green. Unlike Coder, which strives to follow the documented style guidelines of Drupal core, Coder Tough Love takes the tougher tactic of... Platforms: PHP

License: Freeware Size: 10 KB Download (48): Coder Tough Love Download

Added: September 01, 2013 | Visits: 557

Tags CSS With this series of Dashboard Widgets, you can easily look up CSS, HTML, and PHP attributes, tags, functions, and properties. Once you've found the Tag you are looking for, you can click on the result to copy it to your clipboard. CSS: * Search for CSS Properties and Attributes * Click to... Platforms: Mac

License: Freeware Size: 61.44 KB Download (42): Tags CSS Download

Added: November 08, 2010 | Visits: 1.167

Fair NAT Fair NAT is a script for configuring NAT on dedicated Linux routers. This is the home of my linux router shaper script which allows something like fair bandwidth sharing among clients in the local network. The script is not great or anything - please dont expect the holy grail here - I just... Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): Fair NAT Download

Added: November 06, 2010 | Visits: 1.166

Qore Eclipse IDE Plugin Qore Eclipse IDE Plugin software allows you to develop in the Qore Programming Language within Eclipse. Qore language syntax highlighting: - code completion - outline view for edited source - launch support from within Eclipse (running Qore scripts with output displayed in Eclipse console,... Platforms: *nix

License: Freeware Size: 163.84 KB Download (98): Qore Eclipse IDE Plugin Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 797

NH's Function Point Analyzer With NH's Function Point Analyzer it is easy to get a quick and clear documentation of function point countings according to IFPUG (International Function Point Users Group) standard 4.2. While counting, you will record functions and databases in NH's Function Point Analyzer and the function... Platforms: Windows

License: Freeware Size: 778.24 KB Download (51): NH's Function Point Analyzer Download

Added: October 19, 2010 | Visits: 905

Getopt::Function Getopt::Function is a Perl module to provide mixed options with help information. SYNOPSIS use Getopt::Function qw(maketrue makevalue); $::opthandler = new Getopt::Function [ ], { => [ , , ] } $result = GetOptions (...option-descriptions...); $::opthandler->std_opts;... Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): Getopt::Function Download

Added: September 25, 2013 | Visits: 704

PHP Function Reference PHP Function Reference provides fast lookup of information about the PHP web programming language. Features * Offline access to the same documentation found on PHP.net * Extensive cheat sheet of common PHP language syntax * Interactive date string formatter * Favorites list * 1-click... Platforms: Mac

License: Freeware Size: 4.73 MB Download (38): PHP Function Reference Download

Added: May 11, 2010 | Visits: 1.165

CoreLinux++ Function Load Library CoreLinux++ Function Load Library (libclfll++) takes advantage of the abstract Library Load framework in the CoreLinux libclfw++ library by providing management of loading Linux shared libraries. Application developers define function objects as wrappers and can then dynamically load the... Platforms: *nix

License: Freeware Size: 93.18 KB Download (95): CoreLinux++ Function Load Library Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 709

Function Plot 2D Function Plot 2D is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll Platforms: Windows

License: Freeware Download (443): Function Plot 2D Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 756

Function Plot 2D with Sections Function Plot 2D with Sections is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll Platforms: Windows

License: Freeware Download (449): Function Plot 2D with Sections Download

Added: July 30, 2013 | Visits: 626

Mormon Documentation Project The Mormon Documentation Project's goal is to gather, document, index, archive, and make accessible LDS publications in the public domain from The Church of Jesus Christ of Latter-day Saints. Platforms: *nix

License: Freeware Size: 4.53 MB Download (49): Mormon Documentation Project Download

Added: May 10, 2013 | Visits: 571

Automatic HTM documentation It will automatically produce documentation in HTML format from a list of .m files within a folder. Requirements: - MATLAB 7.6 or higher Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (48): Automatic HTM documentation Download

Added: May 10, 2013 | Visits: 733

getFileName Function Given a file path either physical or virtual with this function you can obtain the file name or the file directory. Platforms: Windows, ASP.NET,

License: Freeware Download (58): getFileName Function Download

Added: May 10, 2013 | Visits: 652

Credit Class Documentation This is a first try at some documentation for programmers wishing to use the credit class to write easily installable discount systems.I've never ever written docs before, so don't expect o'reilly class stuff.It s a plain txt document, but I hope to have html/pdf versions shortly. (after all the... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (52): Credit Class Documentation Download

Added: May 10, 2013 | Visits: 641

Associating parameters with a function In functional programming, currying is a way to bind arguments with a function and wait for the rest of the arguments to show up later. You "curry in" the first few parameters to a function, giving you a function that takes subsequent parameters as input and calls the original with all of those... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Associating parameters with a function Download

Added: May 10, 2013 | Visits: 789

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 576

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 476

Extract a inner function from a class This function can extract a inner function from a class or a function. It may be useful when writing a unit test code. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Extract a inner function from a class Download

Added: May 10, 2013 | Visits: 489

Function emulation using __call__ This script defines a simple but useful class that emulates a function to gracefully permit latent assignment. In other words, you can use the emulating class as a valid function in assignments with the ability to later associate a function to perform the actual operations. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Function emulation using __call__ Download

1 2 3 4 5 >