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

Statistics Viewer freeware
Filter: All | Freeware | Demo
 

Statistics Viewer

< 1 2 3 4 5 > 
Added: June 14, 2010 | Visits: 1.461

Enhanced TightVNC Viewer Enhanced TightVNC Viewer package is a project to add some patches to the long neglected Unix TightVNC Viewer. Enhanced TightVNC Viewer also adds a GUI for Windows and Unix that automatically starts up a STUNNEL SSL tunnel for SSL connections to x11vnc (or any other VNC Server also running an SSL... Platforms: *nix

License: Freeware Size: 5 MB Download (135): Enhanced TightVNC Viewer Download

Added: May 27, 2010 | Visits: 1.726

Ekspos Image Viewer Ekspos is platform independent Java image viewer program. Ekspos Image Viewer support most popular image format: PNG, JPEG, and GIF, where additional image format can be added through Java ImageIO plugin. It consists of 2 parts: shell browser and viewer. Shell browser allows you to navigate... Platforms: *nix

License: Freeware Download (137): Ekspos Image Viewer Download

Added: July 15, 2010 | Visits: 3.728

Browser History Viewer Browser History Viewer allows you to examine the contents of web browser history files and export the data. Currently it supports Internet Explorer and Mozilla/Firefox. Browser History Viewer meant to be a forensics tool. It meant to be a forensics tool. BHV is licensed under the terms of... Platforms: *nix

License: Freeware Download (472): Browser History Viewer Download

Added: May 10, 2013 | Visits: 2.225

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: May 13, 2010 | Visits: 1.230

iSQL-Viewer iSQL-Viewer is an open-source JDBC 2.x compliant database front end written in Java. It implements across multiple platforms features of the JDBC API. It does everything through a single interface. iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and... Platforms: *nix

License: Freeware Size: 491.52 KB Download (125): iSQL-Viewer Download

Added: August 14, 2010 | Visits: 1.946

KIPI Plugin: OpenGL Image Viewer While Digikam is a great app for managing your images, it lacks a good and fast image viewer in my opinion. Unfortunately, the fastest image viewer for KDE, Kuickshow, is not available as KIPI plugin. Therefore I wrote this plugin to fill that gap. KIPI Plugin: OpenGL Image Viewer KDE-Apps.org... Platforms: *nix

License: Freeware Size: 532.48 KB Download (119): KIPI Plugin: OpenGL Image Viewer Download

Added: July 08, 2010 | Visits: 1.772

Statistics::Distributions Statistics::Distributions is a Perl module for calculating critical values and upper probabilities of common statistical distributions. SYNOPSIS use Statistics::Distributions; $chis=Statistics::Distributions::chisqrdistr (2,.05); print "Chi-squared-crit (2 degrees of freedom, 95th... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Statistics::Distributions Download

Added: January 24, 2010 | Visits: 1.210

Mars MOLA Viewer Mars MOLA Viewer displays a fly-over rendering of the Martian surface, as measured by the Mars Global Surveyor, in real-time 3D animation. Mars MOLA Viewer downloads the Mars Orbiting Laser Altimeter topographic data files and uses them to drive the rendering. The user controls the position and... Platforms: *nix

License: Freeware Download (105): Mars MOLA Viewer Download

Added: January 14, 2010 | Visits: 1.344

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: March 26, 2010 | Visits: 963

Statistics::GammaDistribution Statistics::GammaDistribution Perl module represents a gamma distribution. SYNOPSIS use Statistics::GammaDistribution; my $g = Statistics::GammaDistribution->new(); $g->set_order(8.5); print $g->rand(1.0); my @alpha = (0.5,4.5,20.5,6.5,1.5,0.5); my @theta = $g->dirichlet_dist(@alpha);... Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Statistics::GammaDistribution Download

Added: October 20, 2010 | Visits: 1.378

tc-viewer tc-viewer provides the ability to watch current transfers that take place in HTB and HFSC traffic shaping classes on specified interface. tc-viewer reads output from: tc -s class show dev iface, and analyzes (for each class) values in lines like this one : Sent 6173259431 bytes 6300224 pkt...... Platforms: *nix

License: Freeware Size: 8.19 KB Download (243): tc-viewer Download

Added: July 23, 2010 | Visits: 971

Statistics::Descriptive::Discrete Statistics::Descriptive::Discrete is a Perl module to compute descriptive statistics for discrete data sets. SYNOPSIS use Statistics::Descriptive::Discrete; my $stats = new Statistics::Descriptive::Discrete; $stats->add_data(1,10,2,0,1,4,5,1,10,8,7); print "count = ",$stats->count(),"n";... Platforms: *nix

License: Freeware Size: 7.17 KB Download (113): Statistics::Descriptive::Discrete Download

Added: May 26, 2010 | Visits: 1.337

File Activity Viewer File Activity Viewer opens a file and shows you the last lines (this is configurable) and then keeps waiting for changes in that file. It works like a graphical (with GUI) tail -f. Whats New in This Release: - Add Edit menu with Copy, Clear and Select All functions. - Add possibility to... Platforms: *nix

License: Freeware Size: 614.4 KB Download (98): File Activity Viewer Download

Added: February 17, 2010 | Visits: 1.212

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

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: June 22, 2010 | Visits: 2.913

Rss Viewer 2.0.0 RSS Viewer is a comfortable and portable viewer for RSS/RDF-compatible newsfeeds. It is written completely in Java and licensed under the GNU General Public License. Rss Viewer is proven to run on Windows, Linux and MacOS X. Other Java enabled platforms should work as well.. Platforms: *nix

License: Freeware Size: 2.4 MB Download (371): Rss Viewer 2.0.0 Download

Added: March 02, 2010 | Visits: 1.111

K Executable Viewer Kbview - also known as the K Executable viewer - is a program that is designed to allow you to browse most executable formats. At present only ELF is supported. This program is presently in pre-alpha state. While I have a general idea of how I want the development to proceed, and I am taking... Platforms: *nix

License: Freeware Size: 808.96 KB Download (120): K Executable Viewer Download

Added: July 04, 2010 | Visits: 1.077

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

KSystem Viewer KSystem Viewer is a little Kommander bash script what aims see the characteristics of the current system. KSystem Viewer can see hdd capacity or the name/frequency of the processor.. KSystem Viewer KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network... Platforms: *nix

License: Freeware Size: 81.92 KB Download (113): KSystem Viewer Download

Added: April 23, 2010 | Visits: 999

Statistics::GaussHelmert Statistics::GaussHelmert is a general weighted least squares estimation module. SYNOPSIS use Statistics::GaussHelmert; # create an empty model my $estimation = new Statistics::GaussHelmert; # setup the model given observations $y, covariance matrices # $Sigma_yy, an initial guess $b0... Platforms: *nix

License: Freeware Size: 13.31 KB Download (123): Statistics::GaussHelmert Download

< 1 2 3 4 5 >