My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 105
GoPlot is a learning vehicle for experimenting in the Go programming language. The direction of the code is toward a graphing utility with some curve-fitting features. So far it's capable of doing a simple linear regression on the source data. As of version 0.3.0, GoPlot runs as a web server. The...
Additional packages for Go that helps you write more concisely and debug more easily. Currently available packages are: * *dump*, an utility to dump Go variables, similar to PHP's [http://php.net/manual/en/function.var-dump.php var_dump] {{{ cmd, _ := exec.Run("/bin/ls", nil, nil, exec.D...
GOTK is attempt to port my older project ([http://sourceforge.net/projects/simpletoolkit/ simpletoolkit], lightweight X11 windowing and components toolkit) to new [http://golang.org/ GO language]. Any cooperation is welcome. ===TODO=== * hello world in GO (done in rev.2) * port some demo ...
This application allows you to view your friends' plans and events over a map. You can also search for reviews of sites that were written by your friends. Just add http://igoout.googlecode.com/svn/trunk/gadget/iGoOut.xml to your gadgets container and you will be able to see where your friends go ...
!EidoGo is a web-based SGF editor and Go application. Its features include: * Extensive SGF-editing capabilities * Joseki tutoring * Easy pattern searching * GNU Go interface * CSS-skinnable interface * Web-friendly permanent links The !EidoGo Player (SGF viewer and editor) is...
`go` is a small shell command for changing directories quickly. Typically you have a set of directories that you work in. Typing out the names of those dirs in full can be tedious. `go` allows you to give a shortcut name for a directory -- say `ko` for `D:\trentm\main\Apps\Komodo-devel` -- and do th...
mugo is SGF editor written by C++ and Qt. mugo works on any qt platform(windows, linux and mac), but it was created for linux. I don't know good sgf editor for linux, so I decided to create sgf editor for linux. mugo can open sgf and ugf files. There is no other plan for future works at ...
===Godag=== *godag* builds a directed acyclic graph from go source code imports. A topological sort is performed on the dependency graph to figure out compile order, *8g*, *6g* or *5g* is used to compile, pending on your *$GOARCH* variable. this can be overrided with command line option. ...
= Go Cluster! = This project aims to implement a clustering heuristic in the go programming language using a particle swarm optimization technique. The intuition is that particles representing possible solutions will move through the solution space and flock towards (hopefully) the globally opti...
This project is to build a linear algebra package that can be used in go. Feel free to contribute. You can find an introduction [http://code.google.com/p/gomatrix/wiki/Home here], a discussion on gomatrix best practice [http://code.google.com/p/gomatrix/wiki/Idioms here], and a chart detailing w...
1 2 3 4 5 6 7 8 9 10 Next