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

Counter Strike 2d Beta software
Filter: All | Freeware | Demo
 

Counter Strike 2d Beta

< 1 2 3 4 5 > 
Added: July 20, 2010 | Visits: 867

Text::NSP::Measures::2D::CHI::tscore Text::NSP::Measures::2D::CHI::tscore is a Perl module that implements T-score measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::tscore; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tscore_value = calculateStatistic( n11=>$n11,...



Platforms: *nix

License: Freeware Size: 952.32 KB Download (96): Text::NSP::Measures::2D::CHI::tscore Download

Added: November 11, 2010 | Visits: 1.002

Text::NSP::Measures::2D::CHI::x2 Text::NSP::Measures::2D::CHI::x2 is a Perl module that implements Pearsons chi squared measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::x2; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $x2_value = calculateStatistic( n11=>$n11,...





Platforms: *nix

License: Freeware Size: 952.32 KB Download (94): Text::NSP::Measures::2D::CHI::x2 Download

Added: April 05, 2010 | Visits: 960

Text::NSP::Measures::2D::Dice::dice Text::NSP::Measures::2D::Dice::dice is a Perl module to compute Dice coefficient for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Dice::dice; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $dice_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (98): Text::NSP::Measures::2D::Dice::dice Download

Added: November 07, 2010 | Visits: 1.161

Text::NSP::Measures::2D::Dice::jaccard Text::NSP::Measures::2D::Dice::jaccard is a Perl module that implements the jaccard coefficient. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Dice::jaccard; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $jaccard_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (114): Text::NSP::Measures::2D::Dice::jaccard Download

Added: April 02, 2010 | Visits: 954

Text::NSP::Measures::2D::Fisher::left Text::NSP::Measures::2D::Fisher::left is a Perl module implementation of the left sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher::left; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $left_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (95): Text::NSP::Measures::2D::Fisher::left Download

Added: March 04, 2010 | Visits: 983

Text::NSP::Measures::2D::Fisher::twotailed Text::NSP::Measures::2D::Fisher::twotailed is a Perl module implementation of the two-sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher::twotailed; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $twotailed_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (159): Text::NSP::Measures::2D::Fisher::twotailed Download

Added: October 26, 2010 | Visits: 822

Text::NSP::Measures::2D::Fisher2::right Text::NSP::Measures::2D::Fisher2::right is a Perl module implementation of the right sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher2::right; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $right_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (91): Text::NSP::Measures::2D::Fisher2::right Download

Added: February 20, 2010 | Visits: 1.046

Text::NSP::Measures::2D::Fisher2::twotailed Text::NSP::Measures::2D::Fisher2::twotailed is a Perl module implementation of the two-sided Fishers exact test. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::Fisher2::twotailed; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $twotailed_value = calculateStatistic(...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (105): Text::NSP::Measures::2D::Fisher2::twotailed Download

Added: March 05, 2010 | Visits: 894

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

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

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

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

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: January 21, 2010  |  Added: January 23, 2010 | Visits: 4.710

BPM Counter BPM Counter is a fast and accurate beats per minute detector for MP3 music. It may be helpful for DJs who need to get information about entire music collection quickly and for any kind of remixing/sampling stuff. Don't waste your time for manual tapping, just navigate to any folder with music...


Platforms: Windows

License: Freeware Size: 940.26 KB Download (437): BPM Counter Download

Released: February 24, 2010  |  Added: May 18, 2010 | Visits: 1.576

CutLogic 2D CutLogic 2D is a cutting software optimizer, the best way how to save your material, work and time when you need to cut any rectangular (panels, sheets, boards, panes, plates, slabs) material such as wood, glass, steel, aluminum, plastics, fabric and others. Features: ยท Automatically...


Platforms: Windows

License: Shareware Cost: $499.00 USD Size: 8.62 MB Download (598): CutLogic 2D Download

Released: December 08, 2009  |  Added: July 20, 2010 | Visits: 4.100

PHP hit counter Use this free php hit counter code on you site and host many stat counters. This package comes with many unique digit images and enables you to make your own counter hosting. It comes with 16 different digit styles in 4 languages including regular digits, Arabic digits, Japanese digits and Thai...


Platforms: Windows, *nix

License: Freeware Size: 93.28 KB Download (274): PHP hit counter Download

Released: October 06, 2011  |  Added: October 19, 2011 | Visits: 1.404

Poolians Free Pool 2D Poolians Free Pool 2D is free, realistic, and easy to control: Shoot - Press left button and move mouse backward, then release the button. The longer distance you drag the mouse back for, the harder you shoot. Aim - Move mouse to adjust aim line. Refine Aim - Mouse wheel. Left click mouse to quit...


Platforms: Windows

License: Freeware Size: 9.57 MB Download (139): Poolians Free Pool 2D Download

Released: December 23, 2011  |  Added: January 02, 2012 | Visits: 1.096

AVCWare 2D to 3D Converter AVCWare 2D to 3D Converter provides all-in-one solution for converting almost all popular formats of standard videos( HD or SD) to 3D videos, 3D video to other types of 3D video. It can also support the conversion from 3D video to standard 2D video. The formats include AVI, MPEG, WMV, MP4,...


Platforms: Windows

License: Shareware Cost: $35.95 USD Size: 32.1 MB Download (100): AVCWare 2D to 3D Converter Download

Released: December 26, 2012  |  Added: February 05, 2013 | Visits: 1.377

4Media 2D to 3D Video Converter 4Media 3D Video Converter is the next major release of the 4Media Software studio and includes stereoscopic 3D conversion capabilities, it is specially programmed to render and displays two images, one for your left eye and one for your right eye. You can get the output as one file in...


Platforms: Windows

License: Shareware Cost: $35.95 USD Size: 32.19 MB Download (133): 4Media 2D to 3D Video Converter Download

Released: December 26, 2012  |  Added: February 05, 2013 | Visits: 1.354

4Media 2D to 3D Video Converter for Mac 4Media 2D to 3D Video Converter for Mac is advanced stereoscopic 3D environment. 4Media 2D to 3D Video Converter for Mac is stereoscopic 3D environment, It enables you to convert 2D standard video to 3d video; Users can get the output as one file in side-by-side or top/bottom format, or as...


Platforms: Mac

License: Shareware Cost: $39.99 USD Size: 36.88 MB Download (122): 4Media 2D to 3D Video Converter for Mac Download

< 1 2 3 4 5 >