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

Stat software
Filter: All | Freeware | Demo
 

Stat

< 1 2 3 4 5 > 
Released: March 15, 2007  |  Added: April 11, 2007 | Visits: 3.189

ANPOP POP3 Component Build ANPOP is a high performance and easy-to-use POP3/IMAP4 component. It enables your ASP, VB, VC++, C#, VB.NET, ASP.NET, VBS, Jscript, WScript, Delphii or other COM environment application to retrieve email from email server using POP3 and IMAP4 protocols and parse email based on MIME. ANPOP... Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 849.02 KB Download (125): ANPOP POP3 Component Build Download

Added: August 08, 2008 | Visits: 760

Boxxed Boxxed is a collection of over 20 fun minigames, each with multiple difficulty levels. When you complete a minigame, you earn a fixed amount of money based on the difficulty level. In addition, you may receive bonus money and stat points based on your performance (such as having a lot of extra... Platforms: Windows

License: Freeware Size: 12.88 MB Download (94): Boxxed Download

Added: August 26, 2008 | Visits: 1.962

StatTrak for Basketball StatTrak for Basketball is a complete stats program with many options yet very easy to use. Our basketball software tracks and calculates over 40+ stats for shots, assists, rebounds, fouls, and more. Ideal for keeping records for teams or leagues. You'll have great looking stat reports in... Platforms: Windows

License: Demo Cost: $69.95 USD Size: 7.53 MB Download (674): StatTrak for Basketball Download

Added: August 20, 2008 | Visits: 1.054

Gogo Explorer Gogo Explorer is a powerful web browser. It is based on the Internet Explorer engine, and offers more excellent features. 1. Minimum memory usage(set memory option first). 2. Cache manager: smaller flow of the network, faster speed.3. Block all popup AD on more than 1000 test websites.4. Abundant... Platforms: Windows

License: Freeware Size: 1.81 KB Download (99): Gogo Explorer Download

Added: March 21, 2010 | Visits: 1.229

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed.... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: April 04, 2010 | Visits: 1.145

ex::override ex::override is a Perl pragma to override core functions. SYNOPSIS use ex::override ucfirst => sub { # make sure only the first # letter is uppercased ucfirst( lc( shift ) ); }; ucfirst( MAKE THIS RIGHT ); # Make this right no ex::override ucfirst; ucfirst( MAKE THIS RIGHT ); #... Platforms: *nix

License: Freeware Size: 4.1 KB Download (121): ex::override Download

Added: October 24, 2010 | Visits: 1.528

Bio::Tools::Run::PiseApplication::fasta Bio::Tools::Run::PiseApplication::fasta is a Bioperl class for sequence database search. Parameters: fasta (Excl) Fasta program query (Sequence) Query sequence File pipe: seqfile seqtype (Excl) Is it a DNA or protein sequence (-n) protein_db (Excl) Protein Database nucleotid_db... Platforms: *nix

License: Freeware Size: 82.94 KB Download (101): Bio::Tools::Run::PiseApplication::fasta Download

Added: November 23, 2010 | Visits: 1.499

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: March 14, 2010 | Visits: 789

MetaFS MetaFS is a daemon for Linux (and Linux only) that allows you to access information about your files (such as MP3 tags or JPEGs EXIF tags) easily and consistently using extended attributes. MetaFS project also allows you to perform fast searches using this information. MetaFS is extensible, so... Platforms: *nix

License: Freeware Size: 624.64 KB Download (93): MetaFS Download

Added: July 07, 2010 | Visits: 1.008

FL-COW The library born to solve a problem I had when working with the Linux Kernel archives that I use to replicate using hard links. Replicating archives with hard links is both fast and space saving, and it helped me a lot in speeding up my operations when working on the kernel source. A recent... Platforms: *nix

License: Freeware Size: 296.96 KB Download (90): FL-COW Download

Added: November 18, 2010 | Visits: 1.108

dim_STAT dim_STAT project is a performance analysis and monitoring tool for Solaris and Linux (as well all other UNIX) systems.. Platforms: *nix

License: Freeware Size: 57.6 MB Download (126): dim_STAT Download

Added: October 15, 2010 | Visits: 1.219

Audio::CD Audio::CD is a Perl interface to libcdaudio (cd + cddb). SYNOPSIS use Audio::CD (); my $cd = Audio::CD->init; Audio::CD provides a Perl interface to libcdaudio by Tony Arcieri, available from http://cdcd.undergrid.net/ Several classes provide glue for the libcdaudio functions and data... Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): Audio::CD Download

Added: May 11, 2010 | Visits: 2.093

WWW::BF2S WWW::BF2S is a Perl module that can get Battlefield 2 Player Stats. SYNOPSIS use WWW::BF2S; my $bf2 = Net::BF2S->new; my $data = $bf2->getStats(45355493,64573414,64318788,64246757,62797217,61091442,64964638,64661842,65431962,58968459); Fetches Battlefield 2 player stats from BF2S. You... Platforms: *nix

License: Freeware Size: 6.14 KB Download (113): WWW::BF2S Download

Added: April 02, 2010 | Visits: 1.108

POE::Component::Player::Mpg123 SYNOPSIS use POE qw(Component::Player::Mpg123); $mp = POE::Component::Player::Mpg123->new(); $mp->play("/tmp/test.mp3"); POE::Kernel->run(); This component is used to manipulate the mpg123 player from within a POE application. The less common but open-source mpg321 has also been tested.... Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): POE::Component::Player::Mpg123 Download

Added: May 02, 2010 | Visits: 773

Fcntl Fcntl is a Perl module to load the C Fcntl.h defines. SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); This module is just a translation of the C fcntl.h file. Unlike the old mechanism of requiring a translated fcntl.ph file, this uses the h2xs program (see the Perl source distribution)... Platforms: *nix

License: Freeware Size: 12.2 MB Download (91): Fcntl Download

Added: June 14, 2010 | Visits: 1.243

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat... Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: February 04, 2010 | Visits: 1.284

Call of Combat Call of Combat is a 3d online, multiplayer, wargame where you control an infantry squad in WWII. Free real-time multiplayer squad based WW2 infantry simulation. Play as Axis or Allies on over 50 user submitted battlefields controlling your squad of 4 soldiers and working with up to 30 other... Platforms: *nix

License: Freeware Download (114): Call of Combat Download

Added: September 24, 2010 | Visits: 894

Froody::QuickStart Froody::QuickStart is a Perl module for the froody Quick Start tutorial. At the core of Froody is the concept of Froody Methods, methods that you can call remotely over the web. For example, we have a hypothetical method called "examples.myapi.greet" that can return us greetings. We need to... Platforms: *nix

License: Freeware Size: 95.23 KB Download (91): Froody::QuickStart Download

Added: July 12, 2010 | Visits: 750

libnewmail libnewmail is a generic mail checking library for Unix/Linux and other operating systems. It supports a simple API, an extensible plugin architecture and asynchronous queries among other features. libnewmail library is intented to be a replacement for all that crappy and incomplete code of all... Platforms: *nix

License: Freeware Size: 378.88 KB Download (86): libnewmail Download

Added: September 24, 2010 | Visits: 1.083

eZ region eZ region provides updated eZpublish modules that provide Regions/States. eZ region is a PHP class and an updated set of eZ publish modules that provide support for regions or states to eZ publishs eZ address and eZ user modules. eZ region is not a killer app, but it made eZ publish one for... Platforms: *nix

License: Freeware Size: 419.84 KB Download (95): eZ region Download

< 1 2 3 4 5 >