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

Sasa Matic Poklonite Mi Nju Za Rodjendan freeware
Filter: All | Freeware | Demo
 

Sasa Matic Poklonite Mi Nju Za Rodjendan

1 2 3 4 5 > 
Added: February 26, 2010 | Visits: 1.160

Faq-O-Matic The Faq-O-Matic is a CGI-based system that automates the process of maintaining a FAQ list. It allows visitors to your FAQ to take part in keeping it up-to-date. A permission system also makes it useful as a help-desk application, bug-tracking database, or documentation system. Jon wrote an... Platforms: *nix

License: Freeware Size: 358.4 KB Download (98): Faq-O-Matic Download

Added: June 11, 2010 | Visits: 4.169

patch-o-matic-ng patch-o-matic-ng it is a system to apply netfilter-related patches to the latest kernel and/or iptables sources. FOLLOW THESE STEPS: 0) There may be some outstanding bugfixes or tweaks which are not yet in the official kernel. To look through these, do: #... Platforms: *nix

License: Freeware Size: 368.64 KB Download (113): patch-o-matic-ng Download

Added: July 05, 2010 | Visits: 16.925

Reply-o-Matic Reply-o-Matic is a highly configurable and secure auto-reply software, to be used in conjunction with any Mail Delivery/Transfer Agent or local delivery agent. Reply-o-Matic provides an easy, uniform way to autoreply to email messages. Whats New in This Release: - Adding new flag (-e),... Platforms: *nix

License: Freeware Size: 26.62 KB Download (133): Reply-o-Matic 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

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 651

Boink-O-Matic Boink-O-Matic is a TTF character that was designed in order to help you change the regular appearance of your papers. All you need to do is get and install the font onto your computer then use it when writing your text documents to see how it will modify their aspect. To install it, you can... Platforms: Windows

License: Freeware Download (54): Boink-O-Matic Download

Added: November 18, 2013 | Visits: 1.208

Disc-O-Matic Disc-O-Matic is a GTK+ CD/DVD-ROM archiving tool for mastering and burning multiple discs.It can be used in situations where you have a lot of data that you wish to burn to discs (e.g. keeping an MP3 collection synchronized with a set of CD-RWs). Platforms: *nix

License: Freeware Size: 92.16 KB Download (102): Disc-O-Matic Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 567

Pixlr-o-matic Pixlr-o-matic was designed as a reminder of old and simpler times, when a Polaroid worked more magic out of a picture than Photoshop could ever make possible. Back then, the default graphic effect was monochrome, and even though ages went by and it's gotten to the point where colors can be... Platforms: Windows, Mac, Linux

License: Freeware Size: 4.7 MB Download (53): Pixlr-o-matic Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 653

Shrink O'Matic Shrink O'Matic is an exceptional program designed to batch-resize photos. It can resize a whole folder full of pictures in a matter of seconds. It runs in Adobe Air, giving it the ability to be installed on different operating systems, including Windows, Linux and Mac. Shrink O'Matic is so... Platforms: Windows

License: Freeware Download (57): Shrink O'Matic Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 518

Toon-A-Matic for Mac OS This filter uses a proprietary Toon Shader algorithm to produce a look similar to conventional 'Cel Shaders. It also has a 'Caricature' setting to produce organic distortions to exaggerate or minimize features. The effect works best on HD material. It is an FxPlug plugin, and as such, it is... Platforms: Mac

License: Freeware Size: 2.8 MB Download (454): Toon-A-Matic for Mac OS Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 463

mi-vine(m) for Mac OS Imagine! You had a Cellering Software Program that could tell you exactly what wine you owned, where you kept it, what you thought of it, where you got it, when to drink it and what you can find that is similar to it. Now also imagine you had an Online Profile where friends and family can access... Platforms: Mac

License: Freeware Size: 15 MB Download (457): mi-vine(m) for Mac OS Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 628

Bid-O-Matic Bid-O-Matic (BOM) will give you the option of bidding at online auctions and automate time-controlled audit. It can also be used for bidding in person is not online when you can be. The tool works with a modem and ISDN dial-up, DSL or LAN with a flat rate. Even the operation on a remote computer... Platforms: Windows

License: Freeware Size: 4.4 MB Download (53): Bid-O-Matic Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 512

build-o-matic build-o-matic is a continuous integration server which has some useful unique features but isn't particularly user friendly or polished. Platforms: Windows, Mac, Linux

License: Freeware Size: 471.26 KB Download (53): build-o-matic Download

1 2 3 4 5 >