My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 111
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 is a make tool for building go programs without creating makefiles. It is designed to suit standard conventions defined by the go repository. It behaves like make, it builds a dependency graph, but it can do that automatically by looking at your source files and it knows rules to build go pr...
wtf is a specialized web server that also acts as client to twitter. wtf acts as a "compiler" for the browser, responding to requests with optimized "pre-cooked" JavaScript canvas directives---think of it as assembly language for the code in Webkit that interprets canvas tag data. For ex...
== Description == gobuild is an automatic build tool that aims to replace Makefiles for simple projects written in the Go programming language. It creates a dependency graph of all local imports and compiles them in the right order using the gc Go compiler. == Compiling gobuild == gobuild c...
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 ...
1 2 3 4 5 6 7 8 9 10 Next