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

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

Counter Strike 2d

< 1 2 3 4 5 > 
Added: April 05, 2010 | Visits: 969

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.163

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 (120): Text::NSP::Measures::2D::Dice::jaccard Download

Added: April 02, 2010 | Visits: 959

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

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

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.049

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

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

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

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

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

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.716

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.582

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.102

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.408

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 (145): Poolians Free Pool 2D Download

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

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 (104): AVCWare 2D to 3D Converter Download

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

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.358

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

Released: February 26, 2016  |  Added: February 27, 2016 | Visits: 3.772

Screen Ruler 2D Screen Ruler 2D is a ruler for the desktop which measures in 2 dimensions (horizontal and vertical). Furthermore, an integrated color picker shows the color under the selected corner mark in different color systems and the window information panel provides technical information about the...


Platforms: Windows, Windows 7

License: Shareware Cost: $20.00 USD Size: 976.56 KB Download (1411): Screen Ruler 2D Download

Released: December 02, 2023  |  Added: March 18, 2024 | Visits: 4.573

Free 2D Barcode Generator The programe generates and prints most popular 2D barcode symbologies including Aztec Code, Aztec Runes, Data Matrix(ECC 0-140, ECC 200), QR Code, PDF417, Micro QR Code, MicroPDF417, MaxiCode, Code 16K, RSS family(RSS-14 Standard, RSS-14 Truncated, RSS-14 Stacked, RSS-14 Stacked...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 603 KB Download (1121): Free 2D Barcode Generator Download

< 1 2 3 4 5 >