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

Jets Pizza Mi freeware
Filter: All | Freeware | Demo
 

Jets Pizza Mi

< 1 2 3 4 5 > 
Added: November 06, 2010 | Visits: 877

Math::FresnelZone SYNOPSIS use Math::FresnelZone; use Math::FresnelZone qw(fresnel fresnelMi fresnelKm); The arguments are: 0 - distance in kilometers or miles (default is 1), 1 - frequency in GHz (defualt 2.4), 2 - set to true to specify that the distance you are inputting is in miles and that the...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Math::FresnelZone Download

Added: October 23, 2010 | Visits: 1.272

Finance::Quote::Yahoo::Europe Finance::Quote::Yahoo::Europe is a Perl module that fetch quotes from Yahoo Europe. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("europe","12150.PA"); # Failover to other methods ok. %info = $q->fetch("yahoo_europe","12150.PA"); # Use this module only. This...





Platforms: *nix

License: Freeware Size: 92.16 KB Download (101): Finance::Quote::Yahoo::Europe Download

Added: July 01, 2010 | Visits: 733

Devel::GDB Devel::GDB is a Perl module to open and communicate a gdb session. SYNOPSIS use Devel::GDB; $gdb = new Devel::GDB(); print $gdb->send_cmd(-environment-path); print $gdb->get(info functions); The old get syntax (of Devel::GDB-1.23) has been deprecated and will not be supported in future...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): Devel::GDB Download

Added: January 25, 2010 | Visits: 878

MI-Trek MI-Trek (pronounced "my trek") is a multiplayer 3D space combat game for Mac OS X. Each player can choose a space ship from one of four factions. The player controls the motion and weapons of the ship and can communicate with other players. The goal is to destroy all enemy ships and space...


Platforms: Mac

License: Freeware Download (99): MI-Trek Download

Added: August 24, 2008 | Visits: 1.205

Frosty Ski Screen Saver Start to get into the spirit of Christmas holidays now and laugh a bit with this interactive screensaver. In it you can see how Frosty (a friendly snowman) skis along while you throw snowballs and jets of hot water at him. Obviously poor old Frosty doesn+t enjoy this experience quite as much as...


Platforms: Windows

License: Freeware Size: 9 KB Download (99): Frosty Ski Screen Saver Download

Added: August 17, 2010 | Visits: 824

Text::NSP::Measures::3D::MI Text::NSP::Measures::3D::MI is a Perl module that provides error checks and framework to implement Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ll; $ll_value =...


Platforms: *nix

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

Added: March 05, 2010 | Visits: 899

Text::NSP::Measures::2D::MI Text::NSP::Measures::2D::MI is a Perl module that provides error checks for Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson-Stirling Measure. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;...


Platforms: *nix

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

Added: January 25, 2010 | Visits: 939

JIKANKEI JIKANKEI is a software of Art Project. The word JIKANKEI is the Time System in Japanese. JIKANKEI does not express scientifically accurate data. It is only an Art work. Linger in the morning brightness, in the afternoon glow, and enjoy the gradually changing seasons on this globe. JIKANKEI is...


Platforms: Mac

License: Freeware Download (97): JIKANKEI Download

Released: February 04, 2014  |  Added: February 17, 2014 | Visits: 1.120

Video Converter Box for Android Are you an Android user who just wants to enjoy his/her videos on his/her device(s) without wasting any time trying to learn anything about conversion? Does that talk about formats seems rather gibberish to you? Video Converter Box for Android is what you need. It was designed to take care...


Platforms: Windows, Windows 8, Windows 7, Other

License: Freeware Size: 6.35 MB Download (97): Video Converter Box for Android Download

Added: January 25, 2010 | Visits: 841

Pizza Cooker Pizza Cooker is an application designed to help you to manage your pizza cooking time. Vital, isn't it?


Platforms: Mac

License: Freeware Download (96): Pizza Cooker Download

Added: January 25, 2010 | Visits: 796

SetiDockling X SetiDockling monitors the work of your Seti@Home clients in the Dock.


Platforms: Mac

License: Freeware Size: 187 KB Download (95): SetiDockling X Download

Added: February 16, 2010 | Visits: 958

Text::NSP::Measures::2D::MI::pmi Text::NSP::Measures::2D::MI::pmi is a Perl module that implements Pointwise Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::pmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $pmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (93): Text::NSP::Measures::2D::MI::pmi 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: November 25, 2010 | Visits: 924

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


Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::3D::MI::pmi Download

Added: October 12, 2010 | Visits: 680

Text::NSP::Measures Text::NSP::Measures is a Perl module for computing association scores of Ngrams. This module provides the basic framework for these measures. 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(...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (92): Text::NSP::Measures Download

Added: July 14, 2010 | Visits: 942

Text::NSP::Measures::2D Text::NSP::Measures::2D is a Perl module that provides basic framework for building 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 (92): Text::NSP::Measures::2D Download

Added: July 14, 2010 | Visits: 725

Text::NSP::Measures::2D::MI::tmi Text::NSP::Measures::2D::MI::tmi is a Perl module that implements True Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::tmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1, npp=>$npp);...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (91): Text::NSP::Measures::2D::MI::tmi Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 1.225

POS Pizza POS Pizza is a low cost Pizza POS (point of sale system) designed for Pizza shops and sandwich shops. This software is very easy to learn and to teach to your employees. The point of sale system is designed for delivery, carry-out or dine-in type restaurant businesses. Full support for half and...


Platforms: Windows

License: Freeware Size: 6.35 MB Download (91): POS Pizza Download

Added: January 25, 2010 | Visits: 491

piPod Slice, America's Favorite Pizza Weblog, is very proud to bring you piPod, a field guide to pizza that takes advantage of the Notes Reader in the latest version of the iPod operating software.The guide is organized by borough and is meant to be a quick-and-dirty on-the-go reference tool. As such,...


Platforms: Mac

License: Freeware Size: 52 KB Download (91): piPod Download

Added: January 18, 2010 | Visits: 1.033

File::Searcher File::Searcher is a searches for files and performs search/replacements on matching files. SYNOPSIS use File::Searcher; my $search = File::Searcher->new(*.cgi); $search->add_expression(name=>street, search=>1234 Easy St., replace=>456 Hard Way, options=>i);...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (90): File::Searcher Download

< 1 2 3 4 5 >