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

Play Go Wei Chi Baduk freeware
Filter: All | Freeware | Demo
 

Play Go Wei Chi Baduk

< 1 2 3 4 5 > 
Added: May 01, 2010 | Visits: 1.045

GO::TermFinder GO::TermFinder is a Perl module that can identify GO nodes that annotate a group of genes with a significant p-value. This package is intended to provide a method whereby the P-values of a set of GO annotations can be determined for a set of genes, based on the number of genes that exist in the...



Platforms: *nix

License: Freeware Size: 860.16 KB Download (101): GO::TermFinder Download

Added: April 08, 2010 | Visits: 1.221

GNU Go GNU Go is a free program that plays the game of Go. GNU Go has played thousands of games on the NNGS Go server. GNU Go is now also playing regularly on the Legend Go Server in Taiwan, on the WING server in Japan, and many volunteers run GNU Go clients on KGS. GNU Go has established itself as...





Platforms: *nix

License: Freeware Size: 2.6 MB Download (105): GNU Go Download

Added: August 12, 2010 | Visits: 1.155

GO::Model::Term GO::Model::Term is a term or concept in an ontology. SYNOPSIS # From a file use GO::Parser; my $parser = new GO::Parser({handler=>obj}); # create parser object $parser->parse("gene_ontology.obo"); # parse file -> objects my $graph = $parser->handler->graph; # get L object my $term =...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): GO::Model::Term Download

Added: August 26, 2010 | Visits: 1.271

Go Awstats Go Awstats project automates the production of Awstats Apache log reports at a site where multiple virtual hosts exist. It always updates the reports for the current month and the current year and only produces other reports if they do not exist, which saves on CPU. The regeneration of a...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Go Awstats Download

Added: March 22, 2010 | Visits: 1.650

Go-moku Apprentice Go-moku Apprentice project consists of a gomoku player learning from its own mistakes. Thus, for starters it plays like crap, but it gets real good after only a few games. Its rather scary actually. Whats New in This Release: - With version 0.5, the apprentice playing engine has improved...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (133): Go-moku Apprentice Download

Added: April 08, 2010 | Visits: 1.128

Play What I Mean Play What I Mean project allows a user to, from a single commandline or terminal, enter a string, or list of strings, that represent what he/she wishes to have played by whatsoever media player he chooses, the default being MPlayer, and then having that particular item be found and played. What...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (93): Play What I Mean Download

Added: July 12, 2010 | Visits: 1.382

Audio::Play Audio::Play is an interface for Audio::Data to hardware. SYNOPSIS use Audio::Data; use Audio::Play; $audio = Audio::Data->new(...) $svr = Audio::Play->new; $svr->play($audio); Audio::Play is an wrapper class which loads Audio::Play::$^O i.e. a per-platform driver. Each class...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (122): Audio::Play Download

Added: November 27, 2010 | Visits: 1.266

Games::Go::SGF2misc::SVG Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. SYNOPSIS use Games::Go::SGF2misc::SVG; my $image = new Games::Go::SGF2misc::SVG(imagesize => 3in, boardsize => 19, gobanColor=> white ); $image->drawGoban(); $image->placeStone(b,cd);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Games::Go::SGF2misc::SVG Download

Added: November 27, 2010 | Visits: 1.908

Games::Go::TDFinder TDFinder is a widget to support preparing Go tournament registration. SYNOPSIS use Games::Go::TDFinder; $tdFinder = $parent->Games::Go::TDFinder ( ? options ? ); TDFinder is a widget to assist in preparing a Go Tournament register.tde file in AGA (American Go Association) format. It...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (95): Games::Go::TDFinder Download

Added: April 23, 2010 | Visits: 1.119

GO::View GO::View is a Perl module that creates a gif or png image for visualizing the GO DAG. This perl module generates a graphic that displays the parent and child relationships of a selected GO term. It also provides the visualization for the GO::TermFinder perl module created by the Stanford...


Platforms: *nix

License: Freeware Size: 870.4 KB Download (128): GO::View Download

Added: November 09, 2010 | Visits: 1.977

Games::Go::SGF Games::Go::SGF is a Perl module that can parse and dissect Standard Go Format files. SYNOPSIS use Games::Go::SGF; my $sgf = new Games::Go::SGF($sgfdata); print "Game played on ".$sgf->date."n"; print $sgf->white. " (W) vs. ".$sgf->black." (B)n"; print "Board size: ".$sgf->size.". Komi:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Games::Go::SGF Download

Added: September 11, 2010 | Visits: 1.046

Text::NSP::Measures::2D::CHI::phi Text::NSP::Measures::2D::CHI::phi is a Perl module that implements Phi coefficient measure for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::phi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $phi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (107): Text::NSP::Measures::2D::CHI::phi Download

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

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: September 01, 2010 | Visits: 2.326

Drag de Go Drag de Go is a Firefox extension that allows you to execute several commands (like open link, save link, search selected text) by the direction you drag and drop. This extension identify the Object you drag Selected Text, Link, Image, or Extension File, and you can set commands to each object..


Platforms: *nix

License: Freeware Size: 88.06 KB Download (107): Drag de Go Download

Added: January 25, 2010 | Visits: 876

Jacqueline Gnu Go Jacqueline Gnu Go is an implementation of the old asian strategy game of Go. Surround the stones of the enemy by putting your stones on the board.


Platforms: Mac

License: Freeware Download (102): Jacqueline Gnu Go Download

Released: September 27, 2012  |  Added: October 23, 2012 | Visits: 1.302

Molten Photo Play Molten photo play is a free photo player, for viewing or for slide show, picture files including BMP, JPG and PNG formats, pictures can be selected from any media by dragged and dropped, selecting folder or photo list file. Can create a personalized photo list from multiple source and save the...


Platforms: Windows

License: Freeware Size: 6.61 MB Download (130): Molten Photo Play Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 810

Play Pool Play Pool is a free game for real pool freaks. Try your pool skills against the computer. You will see that it is not an easy opponent to beat. Calculate the angle and power the power behind that cue of yours if you want to make any points at all. Every ball you miss will get you far behind in...


Platforms: Windows

License: Freeware Size: 1.62 MB Download (494): Play Pool Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 573

Boldly Go Out Boldly Go Out is a truetype font that was created in order to assist you in modifying the overall aspect of your digital papers. All you need to do is get the font onto your computer and then put it to use when writing your documents to see how it will change their look. To install it, you can...


Platforms: Windows

License: Freeware Download (50): Boldly Go Out Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 933

Icons-Land Vista Style Play/Stop/Pause Icon Set Icons-Land presents the most qualitative set of icons - Vista Style Play/Stop/Pause Icon Set. The images included into the set are represented in different variations of colors (green, blue, red, yellow, magenta, grey) and different variations of backgrounds (circle with border, circle without...


Platforms: Windows, Mac, Linux Gnome, Java

License: Freeware Size: 7.39 MB Download (49): Icons-Land Vista Style Play/Stop/Pause Icon Set Download

< 1 2 3 4 5 >