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

Implied Gamma freeware
Filter: All | Freeware | Demo
 

Implied Gamma

< 1 2 3 4 5 > 
Added: October 26, 2010 | Visits: 963

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Test::Extreme Download

Added: May 18, 2010 | Visits: 1.156

exrtools exrtools project is a set of simple command-line utilities for manipulating with high dynamic range images in OpenEXR format. OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. exrtools was developed to help...





Platforms: *nix

License: Freeware Size: 296.96 KB Download (109): exrtools Download

Added: November 21, 2010 | Visits: 1.284

spam.pl spam.pl is a perl script that extracts all relaying hosts from the headers of a spam mail and sends a complaint mail to all the responsible mail server administrators. spam.pl is free software released under the GPL license. There is no warranty, neither expressed nor implied, that spam.pl...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (103): spam.pl Download

Added: March 09, 2010 | Visits: 1.105

AI::NNFlex::Backprop AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator. SYNOPSIS use AI::NNFlex::Backprop; my $network = AI::NNFlex::Backprop->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): AI::NNFlex::Backprop Download

Added: May 23, 2010 | Visits: 810

Test::Unit::Procedural Test::Unit::Procedural Perl module contains a procedural style unit testing interface. SYNOPSIS use Test::Unit::Procedural; # your code to be tested goes here sub foo { return 23 }; sub bar { return 42 }; # define tests sub test_foo { assert(foo() == 23, "Your message here"); } sub...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (95): Test::Unit::Procedural Download

Added: March 05, 2010 | Visits: 1.250

ClearCase::Wrapper::DSB ClearCase::Wrapper::DSB Perl module contains David Boyces contributed cleartool wrapper functions. SYNOPSIS This is an overlay module for ClearCase::Wrapper containing David Boyces non-standard extensions. See perldoc ClearCase::Wrapper for more details. CLEARTOOL ENHANCEMENTS CATCS 1....


Platforms: *nix

License: Freeware Size: 18.43 KB Download (100): ClearCase::Wrapper::DSB Download

Added: August 12, 2010 | Visits: 1.178

Online Friends Online is a speed focused program to give a textual display of your friends/buddies currently logged onto a unix host. This program is distributed in the hope that it will be useful for everyone, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): Online Friends Download

Added: March 20, 2010 | Visits: 764

Fyre Fyre project is a tool for producing computational artwork based on histograms of iterated chaotic functions. At the moment, it implements the Peter de Jong map in a fixed-function pipeline with an interactive GTK+ frontend and a command line interface for easy and efficient rendering of...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (99): Fyre Download

Added: March 26, 2010 | Visits: 1.232

Simple components for Ada Simple components for Ada library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (96): Simple components for Ada Download

Added: May 04, 2010 | Visits: 1.260

PDL::Graphics::LUT PDL::Graphics::LUT is a Perl module that provides access to a number of look-up tables. SYNOPSIS use PDL::Graphics::PGPLOT; use PDL::Graphics::LUT; # what tables are available my @tables = lut_names(); # get the reversed colour table smooth, # with the gamma intensity ramp my ( $l,...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (98): PDL::Graphics::LUT Download

Added: July 08, 2010 | Visits: 1.493

Math::CDF Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions. SYNOPSIS use Math::CDF; $prob = &Math::CDF::pnorm(1.96); if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; } or use Math::CDF qw(:all); $prob =...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (129): Math::CDF Download

Added: September 19, 2010 | Visits: 742

SANE Frontends SANE Frontends project contains frontends to SANE ("Scanner Access Now Easy"), including xscanimage, xcam, and scanadf. Xscanimage is a GTK-based application for scanning images that can also be used as a GIMP-plugin. Xcam is used to get images from cameras supported by SANE. Scanadf is a...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (107): SANE Frontends Download

Added: March 13, 2010 | Visits: 2.375

Free60 Gentoo LiveCD Xenon Beta Free60 Gentoo LiveCD Xenon is a liveCD for Linux on the Xbox 360. It is based on the experimental gentoo liveCD that can be found here: http://gentoo.mirrors.pair.com/experimental/ppc64/livecd/ It has a few changes to boot on the Xbox 360 (codename xenon). How does it work ? Burn...


Platforms: *nix

License: Freeware Size: 621 MB Download (194): Free60 Gentoo LiveCD Xenon Beta Download

Added: June 26, 2010 | Visits: 1.237

URI URI is Uniform Resource Identifiers (absolute and relative). This module implements the URI class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (102): URI Download

Added: July 14, 2010 | Visits: 1.851

Perceptual Image Diff Perceptual Image Diff is an image comparison utility that makes use of a computational model of the human visual system to compare two images. Its useful for running automated regression testing on images that are perceptually identical but have minor pixel noise from different random number...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (114): Perceptual Image Diff Download

Added: September 01, 2010 | Visits: 1.050

Hedinux GNU/Linux 2006.1 Hedinux distribution (formerly Octoz) GNU/Linux is an independently developed desktop OS with ease-of-use as its prime objective. The distribution comes in two editions - a minimalist live CD with the XFce desktop, and a netinstall CD which provides a text-based installer for package...


Platforms: *nix

License: Freeware Size: 603 MB Download (120): Hedinux GNU/Linux 2006.1 Download

Added: May 10, 2013 | Visits: 2.105

phpThumb() Features:- Source image can be a physical file on the local server, remote file over HTTP, or can be retrieved from a database. - GIFs are supported on all versions of GD (even if GD does not have native GIF support) thanks to the GIF Util class by Fabien Ezber, or by ImageMagick. - BMP source...


Platforms: Windows, *nix,

License: Freeware Download (110): phpThumb() Download

Added: October 11, 2010 | Visits: 507

Gslapt This is a GTK version of slapt-get. Gslapt project requires slapt-get. To build from source, you must have these packages installed: - autoconf - automake - libtool - m4 - gettext - gettext-tools - pkgconfig - glibc - atk - glib2 - gtk+2 - pango - x11 - zlib - openssl - curl -...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (96): Gslapt Download

Added: August 14, 2010 | Visits: 907

Libeval Libeval provides simple means of evaluating simple arithmetic expressions involving literal numeric values, variables and functions using the addition (+), subtraction (-), multiplication (*), division (/), modulo division (), exponentiation (^), sign (+-), percentag (%) and grouping (())...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): Libeval Download

Added: May 11, 2010 | Visits: 1.117

POP3 DNS updater popdns is a small daemon that aims at simplifying the use of DHCP-configured machines by allowing them to dynamically update their DNS entry using (nearly) any POP3-capable e-mail tool. After having configured a new e-mail source (with the POP3 protocol), users are authenticated using their...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): POP3 DNS updater Download

< 1 2 3 4 5 >