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

Function Grapher Ragnarok freeware
Filter: All | Freeware | Demo
 

Function Grapher Ragnarok

< 1 2 3 4 5 > 
Added: April 20, 2010 | Visits: 933

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: June 15, 2010 | Visits: 1.262

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: August 05, 2010 | Visits: 1.116

MRTG MRTG short from Multi Router Traffic Grapher is a tool to monitor the traffic load on network-links. Routers are only the beginning. MRTG is being used to graph all sorts of network devices as well as everything else from weather data to vending machines. MRTG is written in perl and works on...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (110): MRTG Download

Added: January 25, 2010 | Visits: 715

Global Consciousness Project Grapher Global Consciousness Project Grapher... The Global Consciousness Project claims to detect significant world events by statistically analyzing from several random number generators around the world. When the randomly generated data deviates from what would (statistically) be expected, something...


Platforms: Mac

License: Freeware Download (110): Global Consciousness Project Grapher Download

Added: November 14, 2010 | Visits: 952

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: August 19, 2010 | Visits: 937

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: March 23, 2010 | Visits: 974

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: October 22, 2010 | Visits: 1.366

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

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

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

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

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 17, 2010 | Visits: 1.439

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 (98): openPlaG Download

Added: June 26, 2010 | Visits: 1.032

MRTG-eth-probe MRTG-eth-probe provides a probe for the Multi Router Traffic Grapher, generating statistics for network devices that do not support the SNMP protocol. It reads interface stats from /proc/net/dev (or some other file you configure), and generates an output readable for MRTG by parsing the file....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): MRTG-eth-probe Download

Added: January 04, 2010 | Visits: 1.034

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: November 05, 2010 | Visits: 1.128

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

Added: January 20, 2010 | Visits: 781

pppcounter The general function of the pppcounter is to save the begin and finish times of the connection to a log file, and to act as a tool library for cost calculation. Save begin and finish time of the internet connection. It is contained a tool library for cost calculation. Its a simple cost calculator...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (96): pppcounter Download

Added: October 02, 2010 | Visits: 1.049

Address Tangler AddressTangler is a PHP function that helps you protect email addresses that you need to add to a web page from spam bots. The project uses a simple HTML/CSS trick: The email address is divided into groups of letters, then each group is placed on a table cell, but not sequentially. If a bot...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Address Tangler Download

Added: May 11, 2010 | Visits: 1.155

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 (94): CoreLinux++ Function Load Library Download

Added: March 10, 2010 | Visits: 733

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

< 1 2 3 4 5 >