go
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1336
GNU Go 3.6
GNU Go is a free program that plays the game of Go. more>>
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 the leading non-commercial go program in the recent tournaments that it has taken part in.
<<lessGNU 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 the leading non-commercial go program in the recent tournaments that it has taken part in.
Download (2.6MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1513 downloads
glGo 1.4
glGo is a Go board, SGF editor, client for the Internet Go Server, and an interface for playing with GNU Go. more>>
glGo is a 3D and 2D Goban, game viwer and editor, client for IGS-PandaNet and interface for GNU Go. glGo is written in C++ and Python and based on wxWidgets, OpenGL and SDL.
Main features:
- A fancy 3D goban display. The board can be rotated and zoomed
- A classic 2D goban display
- Client for IGS-Pandanet
- Support for GNU Go over GTP
- Runs on Windows, Mac and Linux
- Loads and saves SGF files
- Loads UGF files and the PandaNet mail magazine games
- Loads Ishi files
- Loads games in the Jago XML file format
- SGF game editing
- Two different game tree displays
- A player database tool implemented as Python plugin
- A standalone manager for the player and games database
- A converter for UGF to SGF format
- A converter for Ishi to SGF format
Enhancements:
- This release comes with a new tabbed user interface, which was a much asked-for request.
- Tabs can be torn off into standalone windows by double-clicking on the tab title, so the layout configuration is very flexible.
<<lessMain features:
- A fancy 3D goban display. The board can be rotated and zoomed
- A classic 2D goban display
- Client for IGS-Pandanet
- Support for GNU Go over GTP
- Runs on Windows, Mac and Linux
- Loads and saves SGF files
- Loads UGF files and the PandaNet mail magazine games
- Loads Ishi files
- Loads games in the Jago XML file format
- SGF game editing
- Two different game tree displays
- A player database tool implemented as Python plugin
- A standalone manager for the player and games database
- A converter for UGF to SGF format
- A converter for Ishi to SGF format
Enhancements:
- This release comes with a new tabbed user interface, which was a much asked-for request.
- Tabs can be torn off into standalone windows by double-clicking on the tab title, so the layout configuration is very flexible.
Download (3.0MB)
Added: 2006-05-07 License: GPL (GNU General Public License) Price:
1268 downloads
Gojax 0.2
Gojax is a web-based GO-board using PHP, javascript and ajax techniques. more>>
Gojax is a web-based GO-board using PHP, javascript and ajax techniques to produces a nice-looking interface.
Gojax is a C++ go server handling the GO boards(game number limited only by memory).
<<lessGojax is a C++ go server handling the GO boards(game number limited only by memory).
Download (0.25MB)
Added: 2005-11-18 License: GPL (GNU General Public License) Price:
1436 downloads
qGo 1.5.4
qGo is a full featured SGF editor and Go Client for NNGS/IGS/etc. more>>
qGo is a full featured SGF editor and Go Client for NNGS/IGS/etc., available for Linux, Mac and Windows.
qGo is based on Qt 3.2.1nc (Windows) and Qt 3.1+ (Linux, Mac). Go is an ancient boardgame, very common in Japan, China, Korea and Taiwan.
Enhancements:
- fixed : mark issue with teaching games
- added : blind go
- added : 2 new translations (latin and simplified chinese)
- changed : added SGF (uppercase) as file suffix
<<lessqGo is based on Qt 3.2.1nc (Windows) and Qt 3.1+ (Linux, Mac). Go is an ancient boardgame, very common in Japan, China, Korea and Taiwan.
Enhancements:
- fixed : mark issue with teaching games
- added : blind go
- added : 2 new translations (latin and simplified chinese)
- changed : added SGF (uppercase) as file suffix
Download (1.6MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
870 downloads
Go Siege 0.3
Go Siege project is a massively multiplayer online Go game. more>>
Go Siege project is a massively multiplayer online Go game.
Go Siege is a transformation of the ancient Chinese game of Go into a massively multiplayer online game in which hundreds of players can compete simultaneously over the Internet.
There is a bug in the 0.3 release.
You can fix it by changing line 168 of /site-packages/gosiege/rules.py from
if (libgain > 1): return True
to
if (libgain >= 1): return True.
<<lessGo Siege is a transformation of the ancient Chinese game of Go into a massively multiplayer online game in which hundreds of players can compete simultaneously over the Internet.
There is a bug in the 0.3 release.
You can fix it by changing line 168 of /site-packages/gosiege/rules.py from
if (libgain > 1): return True
to
if (libgain >= 1): return True.
Download (0.22MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1078 downloads
GO::View 0.72
GO::View is a Perl module that creates a gif or png image for visualizing the GO DAG. more>>
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 Microarray Database (SMD). This module is useful when analyzing experimental or computational results that produce a set of gene products that may have a common function or process.
SYNOPSIS
use GO::View;
my $goView =
GO::View->new(-goid => $goid,
-ontologyProvider => $ontology,
-annotationProvider => $annotation,
-termFinder => @pvalues,
-aspect => P,
-configFile => $confFile,
-imageDir => "/tmp",
-imageUrlRoot => "http://www.ABC.com/tmp",
-imageName => "GOview.88.png",
-tree => up,
-nodeUrl => $goUrl,
-geneUrl => $geneUrl,
-pvalueCutOff => 0.01,
-imageLabel => "SGD");
argument required expect data and type
-------------------------------------------------------------------------
-goid No A gene ontology ID (GOID).
If nothing is passed in, the module
will use the top goid of each ontology
branch (i.e, goid for
molecular_function, biological_process,
or cellular_component)
-ontologyProvider Yes An ontology provider instance.
-annotationProvider No An annotation provider instance. It is
required for creating tree for GO Term
Finder result.
-termFinder No An array of hash references returned
from findTerms method of
GO::TermFinder module. It is required
for creating tree for GO Term Finder
result.
-aspect No . The aspect of the ontology
provider. It is required for creating
tree for GO Term Finder result.
-configFile Yes The configuration file for setting the
general variables for the graphic
display.
-imageDir Yes The directory for storing the newly
created image file. It must be
world (nobody) readable and writable
if you want to display the image to
the web.
-imageUrlRoot No The url root for the -imageDir. It is
required if you want to display the
image to the web.
-imageName No The image file name. By default, the
name will be something like
GOview.xxxx.png. The xxxx will be
the process id. A suffix for the image (.png
or .gif) should not be provided, as that will
be determined at run time, depending on the
capabilities of the GD library.
-treeType No . The tree type.
1. up => display the ancestor tree
for the given goid.
2. down => display the descendant tree
for the given goid.
By default, it will display the
descendant tree.
-geneUrl No The URL for each Gene to link to.
It needs to have the text in
the url which will be substituted
by the real goid for a node.
-nodeUrl No The url for each GO node to link to.
It needs to have the text in
the url which will be substituted
by the real goid for a node.
-pvalueCutOff No The p-value cutoff for displaying
the graphic for GO Term Finder.
The default is 0.01
-imageLabel No The image label which will appear at
the left bottom corner of the map.
------------------------------------------------------------------------
To display the image on the web:
$goView->showGraph;
To create and return image file name with full path:
my $imageFile = $goView->createImage;
<<lessThis 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 Microarray Database (SMD). This module is useful when analyzing experimental or computational results that produce a set of gene products that may have a common function or process.
SYNOPSIS
use GO::View;
my $goView =
GO::View->new(-goid => $goid,
-ontologyProvider => $ontology,
-annotationProvider => $annotation,
-termFinder => @pvalues,
-aspect => P,
-configFile => $confFile,
-imageDir => "/tmp",
-imageUrlRoot => "http://www.ABC.com/tmp",
-imageName => "GOview.88.png",
-tree => up,
-nodeUrl => $goUrl,
-geneUrl => $geneUrl,
-pvalueCutOff => 0.01,
-imageLabel => "SGD");
argument required expect data and type
-------------------------------------------------------------------------
-goid No A gene ontology ID (GOID).
If nothing is passed in, the module
will use the top goid of each ontology
branch (i.e, goid for
molecular_function, biological_process,
or cellular_component)
-ontologyProvider Yes An ontology provider instance.
-annotationProvider No An annotation provider instance. It is
required for creating tree for GO Term
Finder result.
-termFinder No An array of hash references returned
from findTerms method of
GO::TermFinder module. It is required
for creating tree for GO Term Finder
result.
-aspect No . The aspect of the ontology
provider. It is required for creating
tree for GO Term Finder result.
-configFile Yes The configuration file for setting the
general variables for the graphic
display.
-imageDir Yes The directory for storing the newly
created image file. It must be
world (nobody) readable and writable
if you want to display the image to
the web.
-imageUrlRoot No The url root for the -imageDir. It is
required if you want to display the
image to the web.
-imageName No The image file name. By default, the
name will be something like
GOview.xxxx.png. The xxxx will be
the process id. A suffix for the image (.png
or .gif) should not be provided, as that will
be determined at run time, depending on the
capabilities of the GD library.
-treeType No . The tree type.
1. up => display the ancestor tree
for the given goid.
2. down => display the descendant tree
for the given goid.
By default, it will display the
descendant tree.
-geneUrl No The URL for each Gene to link to.
It needs to have the text in
the url which will be substituted
by the real goid for a node.
-nodeUrl No The url for each GO node to link to.
It needs to have the text in
the url which will be substituted
by the real goid for a node.
-pvalueCutOff No The p-value cutoff for displaying
the graphic for GO Term Finder.
The default is 0.01
-imageLabel No The image label which will appear at
the left bottom corner of the map.
------------------------------------------------------------------------
To display the image on the web:
$goView->showGraph;
To create and return image file name with full path:
my $imageFile = $goView->createImage;
Download (0.85MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1184 downloads
Go Awstats 1.0
Go Awstats automates the production of Awstats Apache log reports at a site where multiple virtual hosts exist. more>>
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 report can be forced by simply erasing it.
Enhancements:
- A major year calculation error has been fixed that appeared when the logs began to span more than two years.
- The author is now confident that the whole thing now works as advertised, hence the bump to revision 1.0.
<<lessIt 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 report can be forced by simply erasing it.
Enhancements:
- A major year calculation error has been fixed that appeared when the logs began to span more than two years.
- The author is now confident that the whole thing now works as advertised, hence the bump to revision 1.0.
Download (0.008MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1096 downloads
GO!Script 3.0
GO!Script is an IDE for writing scripts such as batch files,java scripts,php,ini files,installers.What makes it special is the fact that it makes codi... more>> <<less
Download (650KB)
Added: 2009-04-28 License: Freeware Price: Free
183 downloads
Goben 0.1.1
Goben project is a GUI for playing Go. more>>
Goben project is a GUI for playing Go.
Goben is a GTK+ 1.2 GUI for playing Go. It allows any combination of human vs. computer, computer vs computer, or human vs human play, and supports any board size from 5x5 to the full 19x19.
Computer players are controlled via GTP for compatibility with GNUGo and other GTP talking Go programs. SGF support is provided for saving, loading, and continuing games.
<<lessGoben is a GTK+ 1.2 GUI for playing Go. It allows any combination of human vs. computer, computer vs computer, or human vs human play, and supports any board size from 5x5 to the full 19x19.
Computer players are controlled via GTP for compatibility with GNUGo and other GTP talking Go programs. SGF support is provided for saving, loading, and continuing games.
Download (0.14MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1016 downloads
ViZiGO 1.09
ViZiGO project is a client to play GO over Internet with the IGS server. more>>
ViZiGO project is a client to play GO over Internet with the IGS server.
ViZiGO is a client to play GO over internet. It will let you play GO against thousands of players.
ViZiGO primarily was intented for IGS but will work also with any NNGS servers (like for example nngs.cosmic.org).
Enhancements:
- Fixes a problem when first logging in with a new IGS account (client and quiet settings are now set correctly).
- This version include also sourcecode for FLTK. It should compile fine under Linux, Windoz and other OS as well.
<<lessViZiGO is a client to play GO over internet. It will let you play GO against thousands of players.
ViZiGO primarily was intented for IGS but will work also with any NNGS servers (like for example nngs.cosmic.org).
Enhancements:
- Fixes a problem when first logging in with a new IGS account (client and quiet settings are now set correctly).
- This version include also sourcecode for FLTK. It should compile fine under Linux, Windoz and other OS as well.
Download (1.9MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1054 downloads
Download (28.9MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1157 downloads
PyGo 0.10.1
PyGo project is a Python/Tk application for studying and playing the ancient game of Go. more>>
PyGo project is a Python/Tk application for studying and playing the ancient game of Go.
This is the first public release of PyGo, a Python/Tk application and library for playing and studying the ancient game of go.
There are lots more features planned but this release is suitable for studying games in SGF format as well as playing local human versus human games in the absence of a board.
Enhancements:
- Initial public release
<<lessThis is the first public release of PyGo, a Python/Tk application and library for playing and studying the ancient game of go.
There are lots more features planned but this release is suitable for studying games in SGF format as well as playing local human versus human games in the absence of a board.
Enhancements:
- Initial public release
Download (MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1062 downloads
Qgonki 0.1.1
Qgonki is a converter for Polish letters. more>>
Qgonki is a small tool for converting Polish letters between severals standards, like ISO-8859-2, Windows-1250, and others.
Its useful for Polish webmasters who want to go with the world standards, but whose contributors are stuck in Windows.
<<lessIts useful for Polish webmasters who want to go with the world standards, but whose contributors are stuck in Windows.
Download (0.029MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1654 downloads
ccGO 0.3.6.2
ccGo is a program allows you to play GO with gnuGo on your computer or with other players on the IGS on the internet. more>>
ccGo project allows you to play GO with gnuGo on your computer or with other players on the IGS on the internet.
Main features:
- low bandwidth IGS client (works fine in quiet mode)
- GMP support, to play go with gnugo
- SGF Go game record editor, works with format version FF4
- written in C++ using gtkmm-2.0
- picture board and stone images support
- auto detect and display Chinese, Japanese characters
<<lessMain features:
- low bandwidth IGS client (works fine in quiet mode)
- GMP support, to play go with gnugo
- SGF Go game record editor, works with format version FF4
- written in C++ using gtkmm-2.0
- picture board and stone images support
- auto detect and display Chinese, Japanese characters
Download (0.52MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1200 downloads
GoVRec 0.99c
GoVRec consists of software for recording Go games on a Linux PDA. more>>
GoVRec consists of software for recording Go games on a Linux PDA.
GoVRec is software for recording Go games on a Linux PDA. It was developed for the Agenda VR3 but uses XLib only, so it can be compiled on any computer with X11.
Also, due to its layout it is easily portable to any PDA which can be programmed in C++. It features autosaving, sound, adding/replacing stones, browsing variations, etc.
System requirements:
- XLib
<<lessGoVRec is software for recording Go games on a Linux PDA. It was developed for the Agenda VR3 but uses XLib only, so it can be compiled on any computer with X11.
Also, due to its layout it is easily portable to any PDA which can be programmed in C++. It features autosaving, sound, adding/replacing stones, browsing variations, etc.
System requirements:
- XLib
Download (0.040MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1012 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above go search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed