Re: [computer-go] cgos viewer feature request

2007-11-02 Thread Don Dailey
Nothing to apologize over!

I probably should have put some kind of column headings or something. 

I thought it more useful to be a count-down timer - it's much easier to
calculate how much time you took by subtraction with the previous entry
than it is to see how much time is left by adding up every entry.

- Don


Hideki Kato wrote:
 Hi Don,

 Now I understand the time is the time left!  So your code is not 
 wrong (_ _). 
 # A Japanese facemark that means I'm sorry. Don't rotate your head.

 Hideki

 Hideki Kato: [EMAIL PROTECTED]:
   
 Hi Don,

 Don Dailey: [EMAIL PROTECTED]:
 
 Hideki Kato wrote:
   
 Hi Don,

 Thank you for the additional feature.

 It seems, however, strange.  Does 04:19 mean 41.9 seconds?

 Hideki
   
 
 Hi Hideki,

 04:19 means 4 minutes and 19 seconds.I don't understand how it could
 mean 41.9 seconds.

 Is this an international thing?Is there a better way that's more
 understood than what I am doing?
   
 If so, all clients on 9x9 should lose by time.  But now 
 I'm sure that the time is completely wrong.  Please check your code.

 Hideki

 
 - Don






   
 Don Dailey: [EMAIL PROTECTED]:
   
 
 I just updated the current viewer to version 0.35.

 I added the remaining time display.

 The default server is the 19x19 server, so if you use it for 9x9 you must
 specify the server and port. You must use the options like this:

cgosview  -server server_name  -port portnum  -games 1,2,3,4,5

 Games is optional, but it will pop up all the specified games.

 - Don




 Jason House wrote:
 
   
 On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:
   
   
 
 The source code is included - even though you probably don't realize
 it.There is a utility that will unpack the kit and reveal the source
 code.   Then you can fix it, pack it back up and run it.Google for
 sdx.kit and tclkit and equi4 and you will find the details.   It's a
 tcl/tk program. 
 
 
   
 For those considering doing this, here's some help... (I hope, I'm just
 figuring this out now)

 You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
 it can find tclkit, so after unpacking, you must rename it.
 Similarly, sdx will download as sdx.kit and the instructions I found say
 to rename it to sdx.

 The sdx unwrap (and wrap) should then be all that's needed to access the
 source.

 [1] http://www.equi4.com/pub/tk/8.4.16/
 [2] http://www.equi4.com/wikis/equi4/206

   
   
 
 I think this would be relatively easy to do and a good feature.While
 you are at it,  add the feature to display the time used for each move 
 :-)

 - Don


 Chris Fant wrote:
 
 
   
 It would be nice to be able to automatically follow all the games for
 a certain bot.
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
   
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
 
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
   
 --
 [EMAIL PROTECTED] (Kato)
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
   
 --
 [EMAIL PROTECTED] (Kato)
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
 --
 [EMAIL PROTECTED] (Kato)
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Don Dailey
The source code is included - even though you probably don't realize
it.There is a utility that will unpack the kit and reveal the source
code.   Then you can fix it, pack it back up and run it.Google for
sdx.kit and tclkit and equi4 and you will find the details.   It's a
tcl/tk program. 

I think this would be relatively easy to do and a good feature.While
you are at it,  add the feature to display the time used for each move :-)

- Don


Chris Fant wrote:
 It would be nice to be able to automatically follow all the games for
 a certain bot.
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Phil Garcia
I agree, that would be a nice addition to the viewer.


- Original Message 
From: Chris Fant [EMAIL PROTECTED]
To: computer-go computer-go@computer-go.org
Sent: Thursday, November 1, 2007 1:33:06 PM
Subject: [computer-go] cgos viewer feature request

It would be nice to be able to automatically follow all the games for
a certain bot.
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Jason House

On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:
 The source code is included - even though you probably don't realize
 it.There is a utility that will unpack the kit and reveal the source
 code.   Then you can fix it, pack it back up and run it.Google for
 sdx.kit and tclkit and equi4 and you will find the details.   It's a
 tcl/tk program. 

For those considering doing this, here's some help... (I hope, I'm just
figuring this out now)

You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
it can find tclkit, so after unpacking, you must rename it.
Similarly, sdx will download as sdx.kit and the instructions I found say
to rename it to sdx.

The sdx unwrap (and wrap) should then be all that's needed to access the
source.

[1] http://www.equi4.com/pub/tk/8.4.16/
[2] http://www.equi4.com/wikis/equi4/206

 
 I think this would be relatively easy to do and a good feature.While
 you are at it,  add the feature to display the time used for each move :-)
 
 - Don
 
 
 Chris Fant wrote:
  It would be nice to be able to automatically follow all the games for
  a certain bot.
  ___
  computer-go mailing list
  computer-go@computer-go.org
  http://www.computer-go.org/mailman/listinfo/computer-go/
 

 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Don Dailey
I just updated the current viewer to version 0.35.

I added the remaining time display.

The default server is the 19x19 server, so if you use it for 9x9 you must
specify the server and port. You must use the options like this:

cgosview  -server server_name  -port portnum  -games 1,2,3,4,5

Games is optional, but it will pop up all the specified games.

- Don




Jason House wrote:
 On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:
   
 The source code is included - even though you probably don't realize
 it.There is a utility that will unpack the kit and reveal the source
 code.   Then you can fix it, pack it back up and run it.Google for
 sdx.kit and tclkit and equi4 and you will find the details.   It's a
 tcl/tk program. 
 

 For those considering doing this, here's some help... (I hope, I'm just
 figuring this out now)

 You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
 it can find tclkit, so after unpacking, you must rename it.
 Similarly, sdx will download as sdx.kit and the instructions I found say
 to rename it to sdx.

 The sdx unwrap (and wrap) should then be all that's needed to access the
 source.

 [1] http://www.equi4.com/pub/tk/8.4.16/
 [2] http://www.equi4.com/wikis/equi4/206

   
 I think this would be relatively easy to do and a good feature.While
 you are at it,  add the feature to display the time used for each move :-)

 - Don


 Chris Fant wrote:
 
 It would be nice to be able to automatically follow all the games for
 a certain bot.
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 

 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Don Dailey

By the way - if you are running 32 bit linux,   some tclkit's have
better fonts than others.

I use one called   tclkit-linux-x86-xft

Which looks much nicer.   I don't remember where I got it.

- Don



Don Dailey wrote:
 I just updated the current viewer to version 0.35.

 I added the remaining time display.

 The default server is the 19x19 server, so if you use it for 9x9 you must
 specify the server and port. You must use the options like this:

 cgosview  -server server_name  -port portnum  -games 1,2,3,4,5

 Games is optional, but it will pop up all the specified games.

 - Don




 Jason House wrote:
   
 On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:
   
 
 The source code is included - even though you probably don't realize
 it.There is a utility that will unpack the kit and reveal the source
 code.   Then you can fix it, pack it back up and run it.Google for
 sdx.kit and tclkit and equi4 and you will find the details.   It's a
 tcl/tk program. 
 
   
 For those considering doing this, here's some help... (I hope, I'm just
 figuring this out now)

 You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
 it can find tclkit, so after unpacking, you must rename it.
 Similarly, sdx will download as sdx.kit and the instructions I found say
 to rename it to sdx.

 The sdx unwrap (and wrap) should then be all that's needed to access the
 source.

 [1] http://www.equi4.com/pub/tk/8.4.16/
 [2] http://www.equi4.com/wikis/equi4/206

   
 
 I think this would be relatively easy to do and a good feature.While
 you are at it,  add the feature to display the time used for each move :-)

 - Don


 Chris Fant wrote:
 
   
 It would be nice to be able to automatically follow all the games for
 a certain bot.
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Don Dailey
This is the viewer,  not the client.

- Don


Jason House wrote:
 On Thu, 2007-11-01 at 19:02 -0400, Don Dailey wrote:
   
 cgosview  -server server_name  -port portnum  -games 1,2,3,4,5
 

 What about the sentinel file?


 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Don Dailey

I downloaded 2 of them that work on my platform with no problems.

Are you sure your grabbed the right thing (or unzipped and used the one
you downloaded?)



- Don
 




Jason House wrote:
 When will the info on http://cgos.boardspace.net/ be updated with the
 new instructions and updated links?  I just tried downloading the viewer
 and it was old.

 On Thu, 2007-11-01 at 19:02 -0400, Don Dailey wrote:
   
 I just updated the current viewer to version 0.35.

 I added the remaining time display.

 The default server is the 19x19 server, so if you use it for 9x9 you must
 specify the server and port. You must use the options like this:

 cgosview  -server server_name  -port portnum  -games 1,2,3,4,5

 Games is optional, but it will pop up all the specified games.

 - Don




 Jason House wrote:
 
 On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:
   
   
 The source code is included - even though you probably don't realize
 it.There is a utility that will unpack the kit and reveal the source
 code.   Then you can fix it, pack it back up and run it.Google for
 sdx.kit and tclkit and equi4 and you will find the details.   It's a
 tcl/tk program. 
 
 
 For those considering doing this, here's some help... (I hope, I'm just
 figuring this out now)

 You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
 it can find tclkit, so after unpacking, you must rename it.
 Similarly, sdx will download as sdx.kit and the instructions I found say
 to rename it to sdx.

 The sdx unwrap (and wrap) should then be all that's needed to access the
 source.

 [1] http://www.equi4.com/pub/tk/8.4.16/
 [2] http://www.equi4.com/wikis/equi4/206

   
   
 I think this would be relatively easy to do and a good feature.While
 you are at it,  add the feature to display the time used for each move :-)

 - Don


 Chris Fant wrote:
 
 
 It would be nice to be able to automatically follow all the games for
 a certain bot.
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 

 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Jason House

On Thu, 2007-11-01 at 19:02 -0400, Don Dailey wrote:
 cgosview  -server server_name  -port portnum  -games 1,2,3,4,5

What about the sentinel file?


___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Jason House
When will the info on http://cgos.boardspace.net/ be updated with the
new instructions and updated links?  I just tried downloading the viewer
and it was old.

On Thu, 2007-11-01 at 19:02 -0400, Don Dailey wrote:
 I just updated the current viewer to version 0.35.
 
 I added the remaining time display.
 
 The default server is the 19x19 server, so if you use it for 9x9 you must
 specify the server and port. You must use the options like this:
 
 cgosview  -server server_name  -port portnum  -games 1,2,3,4,5
 
 Games is optional, but it will pop up all the specified games.
 
 - Don
 
 
 
 
 Jason House wrote:
  On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:

  The source code is included - even though you probably don't realize
  it.There is a utility that will unpack the kit and reveal the source
  code.   Then you can fix it, pack it back up and run it.Google for
  sdx.kit and tclkit and equi4 and you will find the details.   It's a
  tcl/tk program. 
  
 
  For those considering doing this, here's some help... (I hope, I'm just
  figuring this out now)
 
  You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
  it can find tclkit, so after unpacking, you must rename it.
  Similarly, sdx will download as sdx.kit and the instructions I found say
  to rename it to sdx.
 
  The sdx unwrap (and wrap) should then be all that's needed to access the
  source.
 
  [1] http://www.equi4.com/pub/tk/8.4.16/
  [2] http://www.equi4.com/wikis/equi4/206
 

  I think this would be relatively easy to do and a good feature.While
  you are at it,  add the feature to display the time used for each move :-)
 
  - Don
 
 
  Chris Fant wrote:
  
  It would be nice to be able to automatically follow all the games for
  a certain bot.
  ___
  computer-go mailing list
  computer-go@computer-go.org
  http://www.computer-go.org/mailman/listinfo/computer-go/
 


  ___
  computer-go mailing list
  computer-go@computer-go.org
  http://www.computer-go.org/mailman/listinfo/computer-go/
  
 
  ___
  computer-go mailing list
  computer-go@computer-go.org
  http://www.computer-go.org/mailman/listinfo/computer-go/
 

 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Jason House
Clearing my cache and trying again, it worked.  Sorry about that.

On Thu, 2007-11-01 at 20:12 -0400, Don Dailey wrote:
 I downloaded 2 of them that work on my platform with no problems.
 
 Are you sure your grabbed the right thing (or unzipped and used the one
 you downloaded?)
 
 
 
 - Don
  
 
 
 
 
 Jason House wrote:
  When will the info on http://cgos.boardspace.net/ be updated with the
  new instructions and updated links?  I just tried downloading the viewer
  and it was old.
 
  On Thu, 2007-11-01 at 19:02 -0400, Don Dailey wrote:

  I just updated the current viewer to version 0.35.
 
  I added the remaining time display.
 
  The default server is the 19x19 server, so if you use it for 9x9 you must
  specify the server and port. You must use the options like this:
 
  cgosview  -server server_name  -port portnum  -games 1,2,3,4,5
 
  Games is optional, but it will pop up all the specified games.
 
  - Don
 
 
 
 
  Jason House wrote:
  
  On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:


  The source code is included - even though you probably don't realize
  it.There is a utility that will unpack the kit and reveal the source
  code.   Then you can fix it, pack it back up and run it.Google for
  sdx.kit and tclkit and equi4 and you will find the details.   It's a
  tcl/tk program. 
  
  
  For those considering doing this, here's some help... (I hope, I'm just
  figuring this out now)
 
  You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
  it can find tclkit, so after unpacking, you must rename it.
  Similarly, sdx will download as sdx.kit and the instructions I found say
  to rename it to sdx.
 
  The sdx unwrap (and wrap) should then be all that's needed to access the
  source.
 
  [1] http://www.equi4.com/pub/tk/8.4.16/
  [2] http://www.equi4.com/wikis/equi4/206
 


  I think this would be relatively easy to do and a good feature.While
  you are at it,  add the feature to display the time used for each move 
  :-)
 
  - Don
 
 
  Chris Fant wrote:
  
  
  It would be nice to be able to automatically follow all the games for
  a certain bot.
  ___
  computer-go mailing list
  computer-go@computer-go.org
  http://www.computer-go.org/mailman/listinfo/computer-go/
 



  ___
  computer-go mailing list
  computer-go@computer-go.org
  http://www.computer-go.org/mailman/listinfo/computer-go/
  
  
  ___
  computer-go mailing list
  computer-go@computer-go.org
  http://www.computer-go.org/mailman/listinfo/computer-go/
 


  ___
  computer-go mailing list
  computer-go@computer-go.org
  http://www.computer-go.org/mailman/listinfo/computer-go/
  
 
  ___
  computer-go mailing list
  computer-go@computer-go.org
  http://www.computer-go.org/mailman/listinfo/computer-go/
 

 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Don Dailey


Hideki Kato wrote:
 Hi Don,

 Thank you for the additional feature.

 It seems, however, strange.  Does 04:19 mean 41.9 seconds?

 Hideki
   
Hi Hideki,

04:19 means 4 minutes and 19 seconds.I don't understand how it could
mean 41.9 seconds.

Is this an international thing?Is there a better way that's more
understood than what I am doing?

- Don






 Don Dailey: [EMAIL PROTECTED]:
   
 I just updated the current viewer to version 0.35.

 I added the remaining time display.

 The default server is the 19x19 server, so if you use it for 9x9 you must
 specify the server and port. You must use the options like this:

cgosview  -server server_name  -port portnum  -games 1,2,3,4,5

 Games is optional, but it will pop up all the specified games.

 - Don




 Jason House wrote:
 
 On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:
   
   
 The source code is included - even though you probably don't realize
 it.There is a utility that will unpack the kit and reveal the source
 code.   Then you can fix it, pack it back up and run it.Google for
 sdx.kit and tclkit and equi4 and you will find the details.   It's a
 tcl/tk program. 
 
 
 For those considering doing this, here's some help... (I hope, I'm just
 figuring this out now)

 You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
 it can find tclkit, so after unpacking, you must rename it.
 Similarly, sdx will download as sdx.kit and the instructions I found say
 to rename it to sdx.

 The sdx unwrap (and wrap) should then be all that's needed to access the
 source.

 [1] http://www.equi4.com/pub/tk/8.4.16/
 [2] http://www.equi4.com/wikis/equi4/206

   
   
 I think this would be relatively easy to do and a good feature.While
 you are at it,  add the feature to display the time used for each move :-)

 - Don


 Chris Fant wrote:
 
 
 It would be nice to be able to automatically follow all the games for
 a certain bot.
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
 --
 [EMAIL PROTECTED] (Kato)
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Don Dailey
I made a few improvements to the main web page - corrected the link to
the 19x19 current standings and
provided slightly better usage instructions for the viewing client.

The special instructions for putitng a bot on the 19x19 server is still
broken.

- Don


Jason House wrote:
 Clearing my cache and trying again, it worked.  Sorry about that.

 On Thu, 2007-11-01 at 20:12 -0400, Don Dailey wrote:
   
 I downloaded 2 of them that work on my platform with no problems.

 Are you sure your grabbed the right thing (or unzipped and used the one
 you downloaded?)



 - Don
  




 Jason House wrote:
 
 When will the info on http://cgos.boardspace.net/ be updated with the
 new instructions and updated links?  I just tried downloading the viewer
 and it was old.

 On Thu, 2007-11-01 at 19:02 -0400, Don Dailey wrote:
   
   
 I just updated the current viewer to version 0.35.

 I added the remaining time display.

 The default server is the 19x19 server, so if you use it for 9x9 you must
 specify the server and port. You must use the options like this:

 cgosview  -server server_name  -port portnum  -games 1,2,3,4,5

 Games is optional, but it will pop up all the specified games.

 - Don




 Jason House wrote:
 
 
 On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:
   
   
   
 The source code is included - even though you probably don't realize
 it.There is a utility that will unpack the kit and reveal the source
 code.   Then you can fix it, pack it back up and run it.Google for
 sdx.kit and tclkit and equi4 and you will find the details.   It's a
 tcl/tk program. 
 
 
 
 For those considering doing this, here's some help... (I hope, I'm just
 figuring this out now)

 You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
 it can find tclkit, so after unpacking, you must rename it.
 Similarly, sdx will download as sdx.kit and the instructions I found say
 to rename it to sdx.

 The sdx unwrap (and wrap) should then be all that's needed to access the
 source.

 [1] http://www.equi4.com/pub/tk/8.4.16/
 [2] http://www.equi4.com/wikis/equi4/206

   
   
   
 I think this would be relatively easy to do and a good feature.While
 you are at it,  add the feature to display the time used for each move 
 :-)

 - Don


 Chris Fant wrote:
 
 
 
 It would be nice to be able to automatically follow all the games for
 a certain bot.
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
 
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 

 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Hideki Kato
Hi Don,

Thank you for the additional feature.

It seems, however, strange.  Does 04:19 mean 41.9 seconds?

Hideki

Don Dailey: [EMAIL PROTECTED]:
I just updated the current viewer to version 0.35.

I added the remaining time display.

The default server is the 19x19 server, so if you use it for 9x9 you must
specify the server and port. You must use the options like this:

cgosview  -server server_name  -port portnum  -games 1,2,3,4,5

Games is optional, but it will pop up all the specified games.

- Don




Jason House wrote:
 On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:
   
 The source code is included - even though you probably don't realize
 it.There is a utility that will unpack the kit and reveal the source
 code.   Then you can fix it, pack it back up and run it.Google for
 sdx.kit and tclkit and equi4 and you will find the details.   It's a
 tcl/tk program. 
 

 For those considering doing this, here's some help... (I hope, I'm just
 figuring this out now)

 You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
 it can find tclkit, so after unpacking, you must rename it.
 Similarly, sdx will download as sdx.kit and the instructions I found say
 to rename it to sdx.

 The sdx unwrap (and wrap) should then be all that's needed to access the
 source.

 [1] http://www.equi4.com/pub/tk/8.4.16/
 [2] http://www.equi4.com/wikis/equi4/206

   
 I think this would be relatively easy to do and a good feature.While
 you are at it,  add the feature to display the time used for each move :-)

 - Don


 Chris Fant wrote:
 
 It would be nice to be able to automatically follow all the games for
 a certain bot.
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 

 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/
--
[EMAIL PROTECTED] (Kato)
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/


Re: [computer-go] cgos viewer feature request

2007-11-01 Thread Hideki Kato
Hi Don,

Now I understand the time is the time left!  So your code is not 
wrong (_ _). 
# A Japanese facemark that means I'm sorry. Don't rotate your head.

Hideki

Hideki Kato: [EMAIL PROTECTED]:
Hi Don,

Don Dailey: [EMAIL PROTECTED]:


Hideki Kato wrote:
 Hi Don,

 Thank you for the additional feature.

 It seems, however, strange.  Does 04:19 mean 41.9 seconds?

 Hideki
   
Hi Hideki,

04:19 means 4 minutes and 19 seconds.I don't understand how it could
mean 41.9 seconds.

Is this an international thing?Is there a better way that's more
understood than what I am doing?

If so, all clients on 9x9 should lose by time.  But now 
I'm sure that the time is completely wrong.  Please check your code.

Hideki

- Don






 Don Dailey: [EMAIL PROTECTED]:
   
 I just updated the current viewer to version 0.35.

 I added the remaining time display.

 The default server is the 19x19 server, so if you use it for 9x9 you must
 specify the server and port. You must use the options like this:

cgosview  -server server_name  -port portnum  -games 1,2,3,4,5

 Games is optional, but it will pop up all the specified games.

 - Don




 Jason House wrote:
 
 On Thu, 2007-11-01 at 17:05 -0400, Don Dailey wrote:
   
   
 The source code is included - even though you probably don't realize
 it.There is a utility that will unpack the kit and reveal the source
 code.   Then you can fix it, pack it back up and run it.Google for
 sdx.kit and tclkit and equi4 and you will find the details.   It's a
 tcl/tk program. 
 
 
 For those considering doing this, here's some help... (I hope, I'm just
 figuring this out now)

 You'll need to download tclkit from [1] and sdx from [2].  sdx assumes
 it can find tclkit, so after unpacking, you must rename it.
 Similarly, sdx will download as sdx.kit and the instructions I found say
 to rename it to sdx.

 The sdx unwrap (and wrap) should then be all that's needed to access the
 source.

 [1] http://www.equi4.com/pub/tk/8.4.16/
 [2] http://www.equi4.com/wikis/equi4/206

   
   
 I think this would be relatively easy to do and a good feature.While
 you are at it,  add the feature to display the time used for each move 
 :-)

 - Don


 Chris Fant wrote:
 
 
 It would be nice to be able to automatically follow all the games for
 a certain bot.
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
 
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
   
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/
 
 --
 [EMAIL PROTECTED] (Kato)
 ___
 computer-go mailing list
 computer-go@computer-go.org
 http://www.computer-go.org/mailman/listinfo/computer-go/

   
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/
--
[EMAIL PROTECTED] (Kato)
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/
--
[EMAIL PROTECTED] (Kato)
___
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/