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

Function Plotter freeware
Filter: All | Freeware | Demo
 

Function Plotter

< 1 2 3 4 5 
Released: July 09, 2002  |  Added: June 23, 2006 | Visits: 7.058

Ping Plotter Freeware Ping Plotter is a fast, small, and visual Ping/Trace Route utility that uses multiple threads to trace all hops at once for SUBSTANTIAL performance improvements over standard trace routes. Delivers visual graphs of performance to pinpoint problems and see ranges of responses and trends. Will...



Platforms: Windows

License: Freeware Size: 414 KB Download (818): Ping Plotter Freeware Download

Released: September 16, 2006  |  Added: February 10, 2007 | Visits: 6.229

Equation Grapher Equation grapher is an easy-to-use software for 2D function graphing. 2D function graphs can be plotted in Cartesian and polar coordinate systems .Equation grapher is an easy-to-use software for 2D function graphing. 2D function graphs can be plotted in Cartesian and polar coordinate systems...





Platforms: Windows

License: Freeware Size: 1.23 MB Download (714): Equation Grapher Download

Added: September 08, 2010 | Visits: 851

DB::Appgen DB::Appgen is a Perl interface which includes both function oriented and object oriented interfaces to manipulate data in APPGEN Custom Suite databases. All this was made in about four hours including reading perlxstut manpage, so do not expect something pretty. Although it appears to be...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): DB::Appgen Download

Added: January 04, 2010 | Visits: 1.033

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: 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: March 10, 2010 | Visits: 732

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

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

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 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: November 14, 2010 | Visits: 951

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: February 08, 2010 | Visits: 1.156

HPUX::Ioscan HPUX::Ioscan is a Perl function to handle HPUX ioscan command. SYNOPSIS use HPUX::Ioscan ; my $result = ioscan (); print "All hardware paths: ", join(" ", keys %$result),"n"; print "One device file of disk :n", $result->{2/1.6.0}{device_files}[0], "n"; This module works on top of the...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (94): HPUX::Ioscan 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: April 20, 2010 | Visits: 929

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 24, 2010 | Visits: 959

AI::Menu AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): AI::Menu Download

Added: November 12, 2010 | Visits: 842

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

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 (91): Crypt::UnixCrypt Download

Added: August 25, 2013 | Visits: 846

KeyTouch KeyTouch is a program which allows you to easily configure the extra function keys of your keyboard. This means that you can define, for every individual function key, what to do if it is pressed. When you buy a new keyboard a CD-ROM will probably included. This CD-ROM contains software to...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (156): KeyTouch Download

Added: March 18, 2010 | Visits: 865

Text::MicroMason::Functions Text::MicroMason::Functions Perl module contains Function Exporter for Simple Mason Templates. SYNOPSIS Use the execute function to parse and evalute a template: use Text::MicroMason::Functions qw( execute ); print execute($template, name=>Dave); Or compile it into a subroutine, and...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (90): Text::MicroMason::Functions Download

Added: August 01, 2010 | Visits: 1.473

SPlotter-3D 1.2 Simple Plotter Plotting all 2D and 3D functions had never been so easy. Many samples are included. Its also possible to print or export the plots in postscript format..


Platforms: *nix

License: Freeware Size: 43.01 KB Download (178): SPlotter-3D 1.2 Simple Plotter Download

< 1 2 3 4 5