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

Function Definitions freeware
Filter: All | Freeware | Demo
 

Function Definitions

< 1 2 3 4 5 > 
Added: June 15, 2010 | Visits: 1.267

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: October 01, 2010 | Visits: 1.056

Oraperl Oraperl is a Perl access to Oracle databases for old oraperl scripts. SYNOPSIS eval use Oraperl; 1; || die $@ if $] >= 5; # ADD THIS LINE TO OLD SCRIPTS $lda = ⊦a_login($system_id, $name, $password) $csr = ⊦a_open($lda, $stmt [, $cache]) ⊦a_bind($csr, $var, ...) ⊦a_fetch($csr [,...





Platforms: *nix

License: Freeware Size: 368.64 KB Download (111): Oraperl Download

Added: November 14, 2010 | Visits: 959

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: October 25, 2010 | Visits: 1.672

2E Programming Language 2E Programming Language (two es, as in ee, or expression evaluator) is a simple algebraic syntax language. It natively supports expressions (composed of operators and operands), and function definitions, and basically nothing else. Therefore, it can be fairly straight-forward to learn (assuming...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (108): 2E Programming Language Download

Added: January 25, 2010 | Visits: 690

Virex 6 Virus Definitions Virex Virus Definitions are released once a month. They hold information that allows the program Virex to eliminate the newest viruses, trojan horses, and other harmful things on your computer.


Platforms: Mac

License: Freeware Download (108): Virex 6 Virus Definitions Download

Added: January 18, 2010 | Visits: 1.213

Vortex Library Vortex Library is a BEEP Core protocol implementation, following the standard definitions in RFC 3080 and RFC 3081. Vortex Library has a clean and easy-to-use API that allows you to write new protocols or user applications. Vortex Library has been developed within the Af-Arch project, and it...


Platforms: *nix

License: Freeware Size: 921.6 KB Download (107): Vortex Library Download

Added: August 19, 2010 | Visits: 941

cproto cproto generates function prototypes for functions defined in the specified C source files to the standard output. The function definitions may be in K&R or ANSI C style, or in lint-library form. cproto can also convert function definitions in the specified files from the K&R style to the ANSI...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (106): cproto Download

Added: July 20, 2010 | Visits: 939

Cspot Cspot is a semantic annotator designed only for the C programming language. It is quite similar to cscope, but some more functionality. Cspot project can be used to find the declarations, definitions, and usages of functions, variables, macros, typedefs, and structs. It can also find visible...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (105): Cspot Download

Added: January 17, 2010 | Visits: 1.443

openPlaG openPlaG is an online function graph plotter, written in PHP. This application can compute and plot a very high amount of functions, including many probability functions and is fairly good configurable. Instructions: To run the program, youll need access to a web server with PHP 4 or 5 and...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (104): openPlaG Download

Added: May 21, 2010 | Visits: 1.339

Nagios Automated Configuration Engine NACE is a generic query engine used to automatically create host and service definitions for hosts on the network. It is intended to be used in a shell script at regular intervals by an experienced Nagios administrator to perform a query against the supplied host list. It then creates host and...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (104): Nagios Automated Configuration Engine Download

Added: March 23, 2010 | Visits: 978

paptcha paptcha is a PHP function that produces random numbers and results for a CAPTCHA program. paptcha project takes 3 arguments: the number of digits to produce, the number of choices to produce, and a flag to indicate whether the results should be images or not.


Platforms: *nix

License: Freeware Download (103): paptcha Download

Added: January 25, 2010 | Visits: 726

Virex 7 Virus Definitions Virex Virus Definitions are released as needed. Also known as a DAT file, they hold information that allows the program Virex to eliminate the newest viruses, trojan horses, and other harmful things on your computer.


Platforms: Mac

License: Freeware Download (102): Virex 7 Virus Definitions Download

Added: October 22, 2010 | Visits: 1.372

OpenSSH Heartbeat/Watchdog Patch OpenSSH Heartbeat/Watchdog Patch adds a heartbeat (keepalive) function to ssh(1). If the output channel has been silent for more than a specified time, a null message (SSH_MSG_IGNORE) is sent to the server as a heartbeat. The heartbeat is useful for keeping connections over IP masquerade/NAT...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): OpenSSH Heartbeat/Watchdog Patch Download

Added: July 02, 2010 | Visits: 1.064

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 01, 2010 | Visits: 725

Mail::QmailRemoteXS Mail::QmailRemoteXS is a lightweight C-code (XS) SMTP send function based on Qmails qmail-remote. SYNOPSIS use Mail::QmailRemoteXS; $ret = Mail::QmailRemoteXS::mail($to_domain,$from_address,$to_address,$msg,$helo,$net_timeout,$net_timeoutconnect); This module provides a single function...


Platforms: *nix

License: Freeware Size: 256 KB Download (101): Mail::QmailRemoteXS Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 1.145

Gorgeous Karnaugh Free Gorgeous Karnaugh software: 1) Removes slow, tedious and error prone pen and paper from your life; 2) Gives you a pretty good logic simplification tool; 3) Supports definition of logic function using truth table, from analytic form or by direct editing karnaugh maps; 4) Supports "Dont Care"...


Platforms: Windows

License: Freeware Size: 1.72 MB Download (100): Gorgeous Karnaugh Free Download

Added: September 25, 2010 | Visits: 1.079

Math::Amoeba Math::Amoeba is a Multidimensional Function Minimization. SYNOPSIS use Math::Amoeba qw(ConstructVertices EvaluateVertices Amoeba MinimiseND); my ($vertice,$y)=MinimiseND(@guess,@scales,&func,$tol,$itmax,$verbose); my @vertices=ConstructVertices(@vector,@offsets); my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Math::Amoeba Download

Added: January 04, 2010 | Visits: 1.038

libffi libffi is a library that really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages. ffi stands for Foreign Function Interface. A foreign...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (97): libffi Download

Added: July 12, 2010 | Visits: 1.280

Mac::Apps::Seasonality::Constants Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality. SYNOPSIS use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_NAME $SEASONALITY_CREATOR $SEASONALITY_HISTORY_DATABASE_PATH }; use Mac::Apps::Seasonality::Constants qw{...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Mac::Apps::Seasonality::Constants Download

Added: November 05, 2010 | Visits: 1.130

Crypt::UnixCrypt Crypt::UnixCrypt is a perl-only implementation of the crypt function. SYNOPSIS use Crypt::UnixCrypt; $hashed = crypt($plaintext,$salt); # always use this modules crypt BEGIN { $Crypt::UnixCrpyt::OVERRIDE_BUILTIN = 1 } use Crypt::UnixCrypt; This module is for all those poor souls whose...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Crypt::UnixCrypt Download

< 1 2 3 4 5 >