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

Measure Quality Audits freeware
Filter: All | Freeware | Demo
 

Measure Quality Audits

< 1 2 3 4 5 > 
Added: February 17, 2010 | Visits: 912

USAGI Project USAGI(UniverSAl playGround for Ipv6) Project works to deliver the production quality IPv6 and IPsec(for both IPv4 and IPv6) protocol stack for the Linux system, tightly collaborating with WIDE Project, KAME Project and TAHI Project. USAGI Project is run by volunteers from various organizations....



Platforms: *nix

License: Freeware Size: 3.7 MB Download (101): USAGI Project Download

Added: January 13, 2010 | Visits: 1.046

Kugar Kugar is a KDE tool for generating business quality reports which can be viewed and printed. The project includes a standalone report viewer and a KPart report viewer. The latter means that any KDE application can embed the report viewing functionality and that reports can be viewed using the...





Platforms: *nix

License: Freeware Size: 55.4 MB Download (104): Kugar Download

Added: November 20, 2010 | Visits: 729

openTNEF openTNEF is a project focused on providing a quality TNEF decoding library. openTNEF aims to encourage corporate involvement with its development. The use of the BSD licence has previously been shown to be effective in fostering strong development ties as seen with sister projects such as...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (120): openTNEF Download

Added: June 07, 2010 | Visits: 794

SimCList SimCList project is a high quality C library for handling lists. SimCList is available for free, under restrictions imposed by the BSD license. SimCList API is good because: - it is simple, yet powerful - it makes elegant and consistent use of information hiding - it abstracts the actual...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): SimCList Download

Added: October 02, 2010 | Visits: 1.328

BSNMP ping BSNMP ping is a module for bsnmpd which allows you to measure latency and reachability. It sends out ICMP packets to the configured hosts. A history of received packets is maintained, and you can query via SNMP how many dropped packets, maximum/minumum latency and other stats for that history...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (109): BSNMP ping Download

Added: September 16, 2010 | Visits: 1.052

NVIDIA Gelato NVIDIA Gelato application rendering software brings high-quality rendering to the masses. A hardware-accelerated, non-real-time renderer, Gelato allows you to use your NVIDIA GPU to create stunning images fast. Originally designed for the creation of 3D visual effects and animation in feature...


Platforms: *nix

License: Freeware Size: 64.3 MB Download (151): NVIDIA Gelato Download

Added: March 26, 2010 | Visits: 1.067

TheOpenCD SFD2007 TheOpenCD is a collection of high quality Free and Open Source Software. The programs run in Windows and cover the most common tasks such as word processing, presentations, e-mail, web browsing, web design, and image manipulation. We include only the highest quality programs, which have been...


Platforms: *nix

License: Freeware Size: 605 MB Download (96): TheOpenCD SFD2007 Download

Added: October 13, 2010 | Visits: 989

RLPlot RLPlot project is is a plotting program to create high quality graphs from data. Based on values stored in a spreadsheet several menus help you to create graphs of your choice. The Graphs are displayed as you get them (WYSIWIG). Double click any element of the graph (or a single click with the...


Platforms: *nix

License: Freeware Size: 993.28 KB Download (106): RLPlot Download

Added: June 03, 2010 | Visits: 815

KSayit KSayIt is a small KDE3 utilitiy for Linux that simply speaks a given textfile in a very high quality, i.e. sound and pronounciation of the spoken text should be as (human) natural as possible. To achieve this, KSayIt uses natively Text-To-Speech systems like MBrola, any TTS system that can be...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (90): KSayit Download

Added: March 21, 2010 | Visits: 1.036

libAfterImage libAfterImage is a small, fast, and powerful library for high-quality image manipulation. libAfterImage is a generic image manipulation library. It was initially implemented to address AfterStep Window Managers needs for image handling, but it evolved into extremely powerfull and flexible...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): libAfterImage Download

Added: October 06, 2010 | Visits: 954

mp3togo mp3togo is a linux tool for creating low bitrate subsets from a high quality music archive. mp3togo was born in the fall of 2004 when my housemate came home with a portable mp3 player and expected to be able to load it with music from our house archive which was mostly comprised of ogg vorbis...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (96): mp3togo Download

Added: September 18, 2010 | Visits: 1.277

Bandwidth Check Bandwidth Check is a small utility that helps an administrator measure the available bandwidth. In order to make use of this utility, you will need to turn on the chargen service, which is provided in many inetd implementations. In order to make use of this utility, you will need to turn on...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Bandwidth Check Download

Added: September 11, 2010 | Visits: 1.053

Text::NSP::Measures::2D::CHI::phi Text::NSP::Measures::2D::CHI::phi is a Perl module that implements Phi coefficient measure for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::phi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $phi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (107): Text::NSP::Measures::2D::CHI::phi Download

Added: July 20, 2010 | Visits: 872

Text::NSP::Measures::2D::CHI::tscore Text::NSP::Measures::2D::CHI::tscore is a Perl module that implements T-score measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::tscore; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tscore_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (96): Text::NSP::Measures::2D::CHI::tscore Download

Added: November 11, 2010 | Visits: 1.009

Text::NSP::Measures::2D::CHI::x2 Text::NSP::Measures::2D::CHI::x2 is a Perl module that implements Pearsons chi squared measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::x2; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $x2_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (94): Text::NSP::Measures::2D::CHI::x2 Download

Added: January 18, 2010 | Visits: 872

Text::NSP::Measures::2D::MI::ll Text::NSP::Measures::2D::MI::ll is a Perl module that implements Loglikelihood measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ll_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (87): Text::NSP::Measures::2D::MI::ll Download

Added: August 14, 2010 | Visits: 846

Text::NSP::Measures::2D::MI::ps Text::NSP::Measures::2D::MI::ps is a Perl module that implements Poisson-Stirling measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ps; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ps_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::2D::MI::ps Download

Added: August 26, 2010 | Visits: 873

Text::NSP::Measures::3D Text::NSP::Measures::3D is a Perl module that provides basic framework for building measure of association for trigrams. This module can be used as a foundation for building 3-dimensional measures of association that can then be used by statistic.pl. In particular this module provides methods...


Platforms: *nix

License: Freeware Size: 983.04 KB Download (87): Text::NSP::Measures::3D Download

Added: August 21, 2010 | Visits: 897

Text::NSP::Measures::3D::MI::ps Text::NSP::Measures::3D::MI::ps is a Perl module that implements Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ps; $ps_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100); if(...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (109): Text::NSP::Measures::3D::MI::ps Download

Added: February 19, 2010 | Visits: 1.261

Fenris 0.07-m2 build Fenris is a suite of tools suitable for code analysis, debugging, protocol analysis, reverse engineering, forensics, diagnostics, security audits, vulnerability research and many other purposes. The main logical components are: - Fenris: high-level tracer, a tool that detects the logic used...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): Fenris 0.07-m2 build Download

< 1 2 3 4 5 >