[computer-go] Location for US Go Congress computer tournament

2008-08-03 Thread Peter Drake
The Linux lab is in the Fourth Avenue Building, room 81-03. Leave some time to find it; the building is rather labyrinthine. I'll be there by 8:30 AM Monday, possibly a bit earlier, so hopefully people can set up and then go play in the US Open. Peter Drake http://www.lclark.edu/~drake/ __

[computer-go] Use tclkitsh-win32.upx.exe for Windows

2008-08-03 Thread Magnus Persson
I think I found the reason for my confusion. If I just run "tclkit.exe cgosGtp.kit" nothing happens but if I redirect stderr with "tclkit.exe cgosGtp.kit 2>log.txt" I get the expected text in the logfile. But if I now do "tclkit.exe cgosGtp.kit -s 2>log.txt" the parameter -s is ignored and I g

Re: [computer-go] Use tclkitsh-win32.upx.exe for Windows

2008-08-03 Thread Don Dailey
I'm sorry about that Magnus. I knew about this, but it's not made very clear anywhere and I forgot about it. tclkit for linux is a single executable that runs gui apps and/or command line apps. But tclkit on windows is confusing because there is two of them, one with tk the GUI stuff in it, a

Re: [computer-go] cgos server news

2008-08-03 Thread Don Dailey
Olivier, I'm going to bring it up today. It's up to you whether you want to keep running it meanwhile, but hopefully in the next 2 or 3 hours I will get it up and running. - Don On Sun, 2008-08-03 at 14:24 +0200, Olivier Teytaud wrote: > > We will add a 19x19 CGOS on board

Re: [computer-go] Use tclkitsh-win32.upx.exe for Windows

2008-08-03 Thread Don Dailey
I would like to remind everyone that cgosGtp.kit was broken before yesterday. I'm not sure of the status of the other cgosGtp versions you could download but I updated them all to be sure. But I know for sure the kit version was broken but it is good now. - Don On Sun, 2008-08-03 at 13:16

[computer-go] CGOS 19x19 up and running

2008-08-03 Thread Don Dailey
Ok, I have 19x19 up and running. Instructions are basically the same as for 13x13, the only thing changing about the web pages and so on in the urls's is the directory /19x19/ instead of /13x13/ and the port for the client is 6819. I will update the main web page to reflect the changes and

[computer-go] CGOS request

2008-08-03 Thread Don Dailey
The main web page for CGOS has been updated with links to the various standings pages and updated instructions for using the clients. I hope to get 1 or 2 volunteers to run the gnugo anchor for either 13x13 or 19x19.It's good to get more than 1. I have a spare computer I use and can run 1

Re: [computer-go] CGOS 19x19 up and running

2008-08-03 Thread Imran Hendley
Hi, Are the old game archives still available anywhere, or will they be in future? I am missing May, June, and July, and I was meaning to download them. Have I missed my chance? On Sun, Aug 3, 2008 at 11:09 AM, Don Dailey <[EMAIL PROTECTED]> wrote: > Ok, > > I have 19x19 up and running. Instru

Re: [computer-go] CGOS 19x19 up and running

2008-08-03 Thread Don Dailey
On Sun, 2008-08-03 at 15:47 -0400, Imran Hendley wrote: > Hi, > > Are the old game archives still available anywhere, or will they be in > future? I am missing May, June, and July, and I was meaning to > download them. Have I missed my chance? I'm going to move them over to boardspace, the site

Re: [computer-go] CGOS request

2008-08-03 Thread David Doshay
After I get home from the Congress I can set up a machine that can run GNU Go, most probably for 2 board sizes. Cheers, David On 3, Aug 2008, at 11:12 AM, Don Dailey wrote: The main web page for CGOS has been updated with links to the various standings pages and updated instructions for usi

[computer-go] Archives available

2008-08-03 Thread Don Dailey
On Sun, 2008-08-03 at 15:47 -0400, Imran Hendley wrote: > Hi, > > Are the old game archives still available anywhere, or will they be in > future? I am missing May, June, and July, and I was meaning to > download them. Have I missed my chance? The 9x9 archives are now available through July 2008.

Re: [computer-go] CGOS request

2008-08-03 Thread Don Dailey
On Sun, 2008-08-03 at 15:47 -0700, David Doshay wrote: > After I get home from the Congress I can set up a machine that can run > GNU Go, most probably for 2 board sizes. That would be greatly appreciated. It must be version 3.7.10 and I will send you the parameters I am using to invoke it. I

[computer-go] Java SGF Parser

2008-08-03 Thread Ross Werner
I'm looking for a nice Java SGF library that allows you to parse SGF files into a simple tree, and to serialize your own tree back to SGF. I've looked at a few of the open source Go projects currently out there, and I've searched the computer-go archives (and even found a post from myself a few

Re: [computer-go] Java SGF Parser

2008-08-03 Thread Ray Tayek
At 05:55 PM 8/3/2008, you wrote: I'm looking for a nice Java SGF library that allows you to parse SGF files into a simple tree, and to serialize your own tree back to SGF. ... i wrote one in java a few years ago. iirc, i based it on gnugo's parser. i was trying to compile annotations from prev

[computer-go] Re: Java SGF Parser

2008-08-03 Thread Dave Dyer
> >1) Does anybody know of a good Java SGF parser out there? I have one I've used for many types of games, including Go. I've used it to represent large collections with no problems. ___ computer-go mailing list computer-go@computer-go.org http://www

[computer-go] Re: Java SGF Parser

2008-08-03 Thread Dave Dyer
> >1) Does anybody know of a good Java SGF parser out there? I have one I've used for many types of games, including Go. I've used it to represent large collections with no problems. ___ computer-go mailing list computer-go@computer-go.org http://www

Re: [computer-go] sgf standard

2008-08-03 Thread Ray Tayek
At 01:58 PM 7/29/2008, you wrote: ... had a burst of activity related to the addition of new properties to the standard. The properties relate to the representation of common subtrees. i just dusted off an old sgf parser/merger in java. i can eat the example file ok. where are the new prope