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

Print Statistics software
Filter: All | Freeware | Demo
 

Print Statistics

< 1 2 3 4 5 
Added: June 24, 2010 | Visits: 2.249

Raw Print Server Raw Print Server project is a "raw" print server that makes it possible for a computer to act as a "Socket API" or "AppSocket" print server. This software would not exist without Sam Rushings excellent asyncore module, nor would it exist without Steve Holdens excellent explanation of that...



Platforms: *nix

License: Freeware Size: 28.67 KB Download (169): Raw Print Server Download

Added: June 09, 2010 | Visits: 1.093

Statistics::RankOrder Statistics::RankOrder contains algorithms for determining overall rankings from a panel of judges. SYNOPSIS use Statistics::RankOrder; my $r = Statistics::RankOrder->new(); $r->add_judge( [qw( A B C )] ); $r->add_judge( [qw( A C B )] ); $r->add_judge( [qw( B A C )] ); my %ranks =...





Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): Statistics::RankOrder Download

Added: November 23, 2010 | Visits: 1.496

Statistics::Descriptive Statistics::Descriptive is a Perl module of basic descriptive statistical functions. SYNOPSIS use Statistics::Descriptive; $stat = Statistics::Descriptive::Full->new(); $stat->add_data(1,2,3,4); $mean = $stat->mean(); $var = $stat->variance(); $tm = $stat->trimmed_mean(.25);...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (119): Statistics::Descriptive Download

Added: April 02, 2010 | Visits: 1.273

Statistics::SPC Statistics::SPC is a Perl module with calculations for Stastical Process Control (SPC). Creates thresholds based on the variability of all data, # of samples not meeting spec, and variablity within sample sets, all from training data. Note: this is only accurate for data which is normally...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (136): Statistics::SPC Download

Added: August 01, 2010 | Visits: 1.376

Statistics::Smoothing::SGT Statistics::Smoothing::SGT is a Simple Good-Turing (SGT) smoothing implementation. SYNOPSIS Basic Usage use Statistics::Smoothing::SGT my $sgt = new Statistics::Smoothing::SGT($frequencyClasses, $total); $sgt->calculateValues(); $probabilities = $sgt->getProbabilities(); $newFrequencies...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (107): Statistics::Smoothing::SGT Download

Added: June 16, 2010 | Visits: 1.437

Free Statistics Free Statistics records and views daily Web site page views (hits) for statistical tracking. This is a Free PHP script to record and view daily website page views (hits) for statistical tracking. Features a chart of daily page views totals displayed with bar graph, total for last x days, most...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (113): Free Statistics Download

Added: November 07, 2010 | Visits: 952

Statistics::Candidates Candidates is a Perl5 module for manipulating candidate features (help module for Statistics::MaxEntropy). SYNOPSIS use Statistics::Candidates; # create a new candidates object and read candidate features $candidates = Statistics::Candidates->new($some_file); # checks for constant...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (93): Statistics::Candidates Download

Added: November 02, 2010 | Visits: 2.472

PyKota Print Quota System PyKota is a complete GPLed Print Quota and Accounting Software Solution for the Common UNIX Printing System (aka CUPS) on GNU/Linux and Unix-like operating systems, which offers a great flexibility with regard to the page accounting methods it supports. Older releases of PyKota Print Quota...


Platforms: *nix

License: Freeware Download (371): PyKota Print Quota System Download

Added: January 07, 2010 | Visits: 831

Java Print Dialog Framework Java Print Dialog Framework (JPDF) is a collection of Java classes and resource files intended to be used by software developers to add a comprehensive printing capability to existing Java applications/applets..


Platforms: *nix

License: Shareware Cost: $195.00 USD Download (95): Java Print Dialog Framework Download

Added: January 01, 2010 | Visits: 1.351

ADDRESS LIST print web.de dict one slide ADDRESS LIST print web.de dict one slide allows users of web.de can print up to 85 addresses on one sheet of paper! If you use the printing function of web.de, you get a lot of pages to print but never all informations stored before. It is much more convenient to have all informations on one...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (103): ADDRESS LIST print web.de dict one slide Download

Added: May 10, 2013 | Visits: 2.219

Qmail-Scanner Statistics Qmail-Scanner Statistics (QSS) uses the Qmail-Scanner Logfile to generate daily, monthly, and yearly statistics. It also shows a complete list of viruses stopped by Qmail-Scanner, the top five domains from which the viruses came, as well as the countries.The application is easy to customize to...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (137): Qmail-Scanner Statistics Download

Added: March 11, 2010 | Visits: 1.616

Print Plug-In Print Plug-In provides a basic printing capability for The GIMP. The current release supports PostScript, PCL (HP LaserJet and DeskJet), and ESC/P2 (EPSON Stylus Color) printers. The PostScript printer drivers handle PPD (PostScript Printer Description) files if you have them. Using the Print...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (130): Print Plug-In Download

Added: January 14, 2010 | Visits: 1.338

Perl IRC Statistics Generator Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (99): Perl IRC Statistics Generator Download

Added: July 02, 2010 | Visits: 1.122

Print OpenOffice 2 documents Print OpenOffice 2 documents is a service menu that enables the user to right click on an OpenOffice 2 document and print it.. Wav and Flac conversion KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration...


Platforms: *nix

License: Freeware Download (91): Print OpenOffice 2 documents Download

Added: May 11, 2010 | Visits: 1.246

Print/Print Preview Print/Print Preview is a Firefox extension which provides the the Mozilla Suite style Print/Print Preview toolbar button. Replace the default "Print" button with the Mozilla Suite style "Print/Print Preview" toolbar button/menu. Based on requests, now also includes the "Page Setup" option and...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (144): Print/Print Preview Download

Added: February 17, 2010 | Visits: 1.209

Statistics::LineFit Statistics::LineFit module least squares line fit, weighted or unweighted. SYNOPSIS use Statistics::LineFit; $lineFit = Statistics::LineFit->new(); $lineFit->setData (@xValues, @yValues) or die "Invalid data"; ($intercept, $slope) = $lineFit->coefficients(); defined $intercept or die...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (128): Statistics::LineFit Download

Added: January 14, 2010 | Visits: 879

Statistics::SDT Statistics::SDT Perl package contains signal detection theory measures of sensitivity and response-bias. SYNOPSIS use Statistics::SDT; $sdt = Statistics::SDT->new( { hits => 50, signal_trials => 50, false_alarms => 17, noise_trials => 25, correct => 2, } ); $d =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (93): Statistics::SDT Download

Added: July 04, 2010 | Visits: 1.073

Statistics::OLS Statistics::OLS is a Perl module to perform ordinary least squares and associated statistics. SYNOPSIS use Statistics::OLS; my $ls = Statistics::OLS->new(); $ls->setData (@xydataset) or die( $ls->error() ); $ls->setData (@xdataset, @ydataset); $ls->regress(); my ($intercept, $slope)...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Statistics::OLS Download

Added: February 06, 2010 | Visits: 1.426

Web Statistics Montage Web Statistics Montage is a great web statistics tool to add to your arsenal. Firstly, you need to be using a web host that uses the cPanel control panel and that also has AWStats enabled. Since cPanel is the most popular control panel on the market for Linux servers, this script should be useful...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Web Statistics Montage Download

Released: April 29, 2010  |  Added: May 17, 2010 | Visits: 1.436

OLAP Statistics for Outlook OLAP Statistics for Microsoft Outlook enables you to select both Outlook and user-defined custom fields of interest, and then explore them in a multi-dimensional view with the capability of complex calculations, trend analysis and sophisticated data modeling, all from inside your Outlook. The...


Platforms: Windows

License: Freeware Size: 8.49 MB Download (101): OLAP Statistics for Outlook Download

< 1 2 3 4 5