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

Mi Display freeware
Filter: All | Freeware | Demo
 

Mi Display

1 2 3 4 5 > 
Released: January 07, 2005  |  Added: February 18, 2006 | Visits: 8.108

MSN Display Picture Adder The MSN Display Picture adder allows you to quickly import any folder containing images into MSN Messenger as Display Pictures. Allows for quick and effortless adding of new MSN Display Pictures, such as downloaded picture packages. Once you have the pictures in a folder, you just point the... Platforms: Windows

License: Freeware Size: 24 KB Download (363): MSN Display Picture Adder Download

Added: April 19, 2010 | Visits: 1.145

Image Display System IDS (Image Display System) is a CGI written in Perl that interactively generates a photo album website. All you need to provide are the images and (optionally) text descriptions. As you add new pictures, they will appear automatically. Each image will be displayed with information such as image... Platforms: *nix

License: Freeware Size: 665.6 KB Download (91): Image Display System Download

Added: March 02, 2010 | Visits: 957

Kirocker Music Display Kirocker Music Display is an Amaork script that makes your Kicker (the KDE main panel) rock with your music. It is a Kicker applet that displays what you listen to in Amarok You then always know what you are listening to, and watch its cover: it is always visible on your panel. It allows you... Platforms: *nix

License: Freeware Size: 1003.52 KB Download (101): Kirocker Music Display Download

Added: March 05, 2010 | Visits: 902

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 18, 2010 | Visits: 873

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: February 16, 2010 | Visits: 959

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

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: July 14, 2010 | Visits: 727

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

Added: August 17, 2010 | Visits: 827

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: November 25, 2010 | Visits: 926

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: August 21, 2010 | Visits: 899

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: August 09, 2010 | Visits: 941

Text::NSP::Measures::3D::MI::tmi Text::NSP::Measures::3D::MI::tmi is a Perl implementation for True Mutual Information for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::tmi; $tmi_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 (87): Text::NSP::Measures::3D::MI::tmi Download

Added: January 25, 2010 | Visits: 1.835

Broken Display Screen Saver Broken Display Screen Saver S Someone you never liked has got a 30" Display? Or even a 17" MacBook Pro?Show him the fear with this Screen Saver. It looks like the Display is broken. And its animated - not just a static Image!Great fun to watch IT Guys running for help ;)(Unplugging the Keyboard... Platforms: Mac

License: Freeware Download (369): Broken Display Screen Saver Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 603

MIDI Display The MIDI Display is a program consisting of 16 Virtual Keyboards, one for each MIDI channel. As notes are played they are displayed on the corresponding channel in varying shades of blue; Light blue for the softer notes and dark blue for the loudest. Program changes are converted to the General... Platforms: Windows

License: Freeware Size: 532.48 KB Download (713): MIDI Display Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 596

Display By Violence Display By Violence (dbv) is a simple software tool that can check, change or set windows screen settings. With Display By Violence you can check if specific display mode is supported or you can change or set display mode that is reported as not supported. ---check option allows you to check is... Platforms: Windows

License: Freeware Size: 420 KB Download (51): Display By Violence Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 678

Display Overlord Display Overlord adds methods and classes to gather video device capabilities and capture displays, providing full screen environments suitable for games, multimedia presentations, or kiosk applications. While captured, Display Overlord locks out other applications and system-wide widgets such as... Platforms: Mac

License: Freeware Size: 40.96 KB Download (63): Display Overlord Download

Added: February 11, 2013 | Visits: 669

Dynamic display block 6.x--rc1 You can select images as the content of a dynamic display block by specifying a folder that contains the image files or select a node from a content type. The teaser of the node of this content type will be used as the content of the dynamic display block. A third way to provide content for the... Platforms: BSD Solaris

License: Freeware Download (57): Dynamic display block 6.x--rc1 Download

Added: May 10, 2013 | Visits: 546

Upload and display video extract This contribution will allow you to upload and display an extract of video for your products via the admin panel.The Video and: or link to the file will be visable on the products info page.If a video hasn't been uploaded for a particular product the link and the video screen will not be displayed. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (49): Upload and display video extract Download

Added: May 10, 2013 | Visits: 678

Display One Category Index Box This script allows you to display one category on the index page, ideal for displaying products that are comming soon or featured categories that you may have.Easy Install Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Display One Category Index Box Download

Added: May 10, 2013 | Visits: 507

auto display tax if an end-user customer, display included tax.if a company display excluded tax- the tva_inracom id and company-name of the billing address are considered (main address)if non-registred customer, display with default parameterOptionnaly, display a small text after your prices like 'net', 'gross'... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): auto display tax Download

1 2 3 4 5 >