It is currently Mon Mar 18, 2024 8:16 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 310 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 16  Next
Author Message
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #81 Posted: Tue Jun 13, 2017 6:14 pm 
Lives with ko
User avatar

Posts: 284
Liked others: 94
Was liked: 153
Rank: OGS 7 kyu
Hi everybody!

Here come v0.7 !

Admittedly, I am late compared to my initial planning, but here it is, this version supports the zakki version of Ray (aka "Rayon") the most promising Opensource bot.

And this is more or less the only new feature of this version. Other notable change is that it now proposes to directly open the rsgf file for review at the end of the analysis. It also improves (decreases) the size of the rsgf file by removing duplicated comments.

I prepared the usual "Windows bundle", but because it now includes Ray, its size is much bigger. For other OS, it is best to download the code on GitHub and run it as an usual python script.

Unfortunately, I was not able to compile Ray on Linus so far. If somebody succeeds to do that for version 4.2.5, then I would be happy to offer a place to store the binaries online for everybody to download.

I did not test the Ray analysis thoroughly, at least not the gpu version (because I don't have one), so i will need your help to try that. The default settings in the Windows bundle run both Leela and Ray with no gpu, so make sure to change that if you want to try with gpu.

EDIT: For Ray to run, it needs CNTK to be installed. CNTK can be downloaded there: https://github.com/Microsoft/CNTK/releases

_________________
I am the author of GoReviewPartner, a small software aimed at assisting reviewing a game of Go. Give it a try!


Last edited by pnprog on Sat Jun 17, 2017 9:46 pm, edited 1 time in total.

This post by pnprog was liked by: DiceSpin
Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #82 Posted: Fri Jun 16, 2017 4:19 pm 
Beginner

Posts: 5
Liked others: 1
Was liked: 2
Thanks for the lovely tool. I enjoyed using it with Leela.
However, I could not run it with Rayon for some reason. I got the following error message:

-----

bot selection: Ray
white only
========= move selection
[2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204]
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1540, in __call__
return self.func(*args)
File "/home/nikoryu/Go/programs/goreviewpartner/toolbox.py", line 337, in start
self.popup=RunAnalysis(newtop,self.filename,move_selection,intervals)
File "/home/nikoryu/Go/programs/goreviewpartner/ray_analysis.py", line 39, in __init__
self.initialize()
File "/home/nikoryu/Go/programs/goreviewpartner/ray_analysis.py", line 291, in initialize
alert("Could not run Ray using the command from config.ini file (\""+Ray_command_line+"\")")
NameError: global name 'Ray_command_line' is not defined

-----

Do you have any idea how to fix this?

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #83 Posted: Sat Jun 17, 2017 9:45 pm 
Lives with ko
User avatar

Posts: 284
Liked others: 94
Was liked: 153
Rank: OGS 7 kyu
Hi!
Quote:
Thanks for the lovely tool. I enjoyed using it with Leela.
However, I could not run it with Rayon for some reason. I got the following error message:

This is apparently an issue running Ray. I forgot to mention that Ray needs CNTK to be used. CNTK can be downloaded there: https://github.com/Microsoft/CNTK/releases

Please have a try after installing CNTK and let me know.

_________________
I am the author of GoReviewPartner, a small software aimed at assisting reviewing a game of Go. Give it a try!

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #84 Posted: Sun Jun 18, 2017 7:58 pm 
Beginner

Posts: 2
Liked others: 0
Was liked: 0
Rank: 2D
I keep reading where GoReviewPartner runs on the Mac, but all I see is "For Linux/Mac, it is best to get the source code from Github." What do I do once I download the source code? Could someone give me step-by-step instructions once that's done?

(I already have the Leela GTP engine running under another GUI on the Mac.)

Thanks

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #85 Posted: Mon Jun 19, 2017 3:05 pm 
Beginner

Posts: 5
Liked others: 1
Was liked: 2
pnprog wrote:
This is apparently an issue running Ray. I forgot to mention that Ray needs CNTK to be used. CNTK can be downloaded there: https://github.com/Microsoft/CNTK/releases

Please have a try after installing CNTK and let me know.

Actually, I had already installed CNTK and was running Rayon using GPU.
Anyway, I found that the main problem was that I used a wrong path to ray binary.. :oops:
I compiled a couple of different versions of Rayon and then moved some of them to my archive directory, so I somehow mixed those up and used a non-existing path..

A minor thing I would like to inform you is that there was a typo and a syntax error in one of your scripts.
Specifically, in line 291 of your "ray_analysis.py", "Ray_command_line" should be "ray_command_line".
Also in this line, it seems you cannot simply use "+" sign to join error message and the ray command line, which is a list. I just borrowed a code you used in the "leela_analysis.py" and modified it as:
alert("Could not run Ray using the command from config.ini file:\n"+" ".join(ray_command_line))
This enables the GUI pop-up as you intended.
Anyway, the fact that this part of the script is triggered means that your Ray program is not running properly, so this is really a minor thing, but just so you know..

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #86 Posted: Thu Jun 29, 2017 1:37 am 
Lives with ko
User avatar

Posts: 284
Liked others: 94
Was liked: 153
Rank: OGS 7 kyu
Tiktaalik wrote:
pnprog wrote:
This is apparently an issue running Ray. I forgot to mention that Ray needs CNTK to be used. CNTK can be downloaded there: https://github.com/Microsoft/CNTK/releases

Please have a try after installing CNTK and let me know.

Actually, I had already installed CNTK and was running Rayon using GPU.
Anyway, I found that the main problem was that I used a wrong path to ray binary.. :oops:
I compiled a couple of different versions of Rayon and then moved some of them to my archive directory, so I somehow mixed those up and used a non-existing path..

A minor thing I would like to inform you is that there was a typo and a syntax error in one of your scripts.
Specifically, in line 291 of your "ray_analysis.py", "Ray_command_line" should be "ray_command_line".
Also in this line, it seems you cannot simply use "+" sign to join error message and the ray command line, which is a list. I just borrowed a code you used in the "leela_analysis.py" and modified it as:
alert("Could not run Ray using the command from config.ini file:\n"+" ".join(ray_command_line))
This enables the GUI pop-up as you intended.
Anyway, the fact that this part of the script is triggered means that your Ray program is not running properly, so this is really a minor thing, but just so you know..

Good job in solving your issue and finding that bug in my python code.

I am currently travelling until end of July, "away from keyboard", so I cannot work on GoReviewPartner for now. I will fix that when I am back.

_________________
I am the author of GoReviewPartner, a small software aimed at assisting reviewing a game of Go. Give it a try!

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.6
Post #87 Posted: Sun Aug 27, 2017 8:36 am 
Dies with sente

Posts: 96
Liked others: 38
Was liked: 16
Rank: SDK
IGS: 8k
johnsmith wrote:
My other idea is to have a graph in the app, below the left board for example, that will show you graphically where the game went wrong.


If anyone else is interested in something like this - the following Linux shell-script will read the rsgf file and plot a graph over black's win probability.

Code:
#!/bin/sh

if [ X$1 = X -o ! -f $1 ]
then
   echo Need rsgf file as argument
   exit 1
fi

grep -e '^C\[Move' -e '^Leela' $1 | tr '\n' ' ' | tr ']' '\n' | cut -d ' ' -f 3,11 | cut -d '%' -f1 | grep -v Move > /tmp/g.dat
gnuplot -p -e "set yrange [0:100]; plot '/tmp/g.dat' with lines"
rm -f /tmp/g.dat


It is a 30 minute three-liner, so don't expect too much :)

Oh, and it only works with Leela's analysis output.

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #88 Posted: Tue Aug 29, 2017 4:16 pm 
Lives in gote
User avatar

Posts: 392
Liked others: 23
Was liked: 43
Rank: NR
win% is as much a function of how bad opp's last move was as it is of how good your move was. a more meaningful indicator of where your play was deficient (according to your chosen oracle) is the difference between win% of your move and win% of your oracle's best move for that same position.

graphs are useful tools for seeing the relationship between two variables, so if you wanted to see how your performance behaves over time, a graph of win% over time would be a suitable instrument. on the other hand, colour coding of your moves would show you which of them were below par:

your move win% - oracle best move win%
< - 5% red
+- 5% green
> 5% yellow (you significantly bettered the machine)

5 is an arbitrary number; a more statistically meaningful one might be sd of the distribution of historical differences - then, over several games, you would discover whether or not you were improving. another way of judging that would be to glance at your rank graph, which will probably tell you that you are not because you fondly imagine that you only lost because you went wrong on one particular move, whereas it is your overall strategy and tactics and reading ability that are wanting because you are trying to reinvent the wheel, learning by experience of playing other weak players instead of reading a book and standing on the shoulders of wise (wo)men down the ages. alphago needed millions of trials to improve by trial and error and self-flagellation, what makes you think you are any different?

_________________
i shrink, therefore i swarm

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #89 Posted: Tue Aug 29, 2017 9:53 pm 
Dies with sente

Posts: 96
Liked others: 38
Was liked: 16
Rank: SDK
IGS: 8k
djhbrown wrote:
win% is as much a function of how bad opp's last move was as it is of how good your move was. a more meaningful indicator of where your play was deficient (according to your chosen oracle) is the difference between win% of your move and win% of your oracle's best move for that same position.

graphs are useful tools for seeing the relationship between two variables, so if you wanted to see how your performance behaves over time, a graph of win% over time would be a suitable instrument. on the other hand, colour coding of your moves would show you which of them were below par:

your move win% - oracle best move win%
< - 5% red
+- 5% green
> 5% yellow (you significantly bettered the machine)

5 is an arbitrary number; a more statistically meaningful one might be sd of the distribution of historical differences - then, over several games, you would discover whether or not you were improving. another way of judging that would be to glance at your rank graph, which will probably tell you that you are not because you fondly imagine that you only lost because you went wrong on one particular move, whereas it is your overall strategy and tactics and reading ability that are wanting because you are trying to reinvent the wheel, learning by experience of playing other weak players instead of reading a book and standing on the shoulders of wise (wo)men down the ages. alphago needed millions of trials to improve by trial and error and self-flagellation, what makes you think you are any different?


Sorry if my quick-hack script offended you somehow. How about posting your code for those move-by-move oracle comparisons - it sounds cool indeed.

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #90 Posted: Wed Aug 30, 2017 1:43 am 
Judan

Posts: 6725
Location: Cambridge, UK
Liked others: 436
Was liked: 3719
Rank: UK 4 dan
KGS: Uberdude 4d
OGS: Uberdude 7d
Crazy-sensei, the online analysis version of CrazyStone from Remi Coulom, displays mistake bars like this, showing how much your move differs from the bot's suggestion. I think it works nicely: see the red bars on https://www.crazy-sensei.com/?lang=en&l ... =47&move=0 for example.

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.6
Post #91 Posted: Wed Aug 30, 2017 6:25 am 
Lives with ko
User avatar

Posts: 284
Liked others: 94
Was liked: 153
Rank: OGS 7 kyu
Tapani wrote:
If anyone else is interested in something like this - the following Linux shell-script will read the rsgf file and plot a graph over black's win probability.
I just ran it and it works well :tmbup:
But the grep/cut command looks like black magic to me :lol:

Seems like the win rate graph is becoming more and more popular those days. Maybe I should consider adding one into GoReviewPartner.

I just had a look at the link to Crazy Sensei provided by Uberdude, it's quite similar to GoReviewPartner, the interface is nice.
Regarding the graph, it is described as:
Crazy Sensei wrote:
Red bars indicate errors. Errors of Black are below the middle line, and errors of White are above.

I think it should read more like:
Crazy Sensei wrote:
Red bars indicate where Crazy Sensie believes he could have find a better move

To build upon djhbrown comment, and if my understanding is correct, Crazy Sensei compares the win rate % of the players moves with that of its own move for each board position. Then, there are three cases:
  • A better win rate is found, then a red bar is displayed
  • The same move was played, or the win rate is exactly the same, no display
  • A lower win rate is found, meaning that the player played a move that Crazy Sensei evaluates as better than it's own play...

The third case is apparently ignored by Crazy Sensei (yes, it makes sense from Crazy Sensei's author point of view :lol: ). But still it would be interesting (it would be fair) to display that as well.

I will consider that if I implement a graph into GoReviewPartner.

_________________
I am the author of GoReviewPartner, a small software aimed at assisting reviewing a game of Go. Give it a try!

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #92 Posted: Wed Aug 30, 2017 5:29 pm 
Lives in gote
User avatar

Posts: 392
Liked others: 23
Was liked: 43
Rank: NR
re graphs: my comment was a response to John Smith's suggestion. in it, i tried to explain that win rate graphs are misleading, in that they don't necessarily show you where you went wrong, since your opponent can be going wrong too.

my suggestion was, and is, that instead of a separate display, you colour in your stones on the board according to their "temperature" ie how hot (good) each move is as adjudged by your oracle; i chose red/green/yellow since it will work whether you are black or white (an alternative colour scheme could be red = significantly worse than oracle, green = better; otherwise normal stone colour). i imagine it might produce some interesting and possibly informative colour patterns across the board by the end of the game. grp could have a toggle button to switch colours on/off.

graphs are useful visual tools for comparing two variables, showing the distribution of one variable (such as prowess at Go, or blood pressure, or weight, or money in the bank) over another (such as space or time; eg you vs everyone else, or you vs yourself over time). graphs are handy for providing an oversight of things like trends, or variability, or distribution. they can correct basic misunderstandings, such as the notion of "middle class", a term which implies a normal distribution of income or capital across a population. it's a term which derives from intuitive notions that there are three kinds of people: rich, middle and poor. in US culture, it is tacitly assumed by economics commentators that most people are middle class - but nothing could be further from the truth! here is a graph of Australian household wealth in 2008; if you were to make one for US or indeed any country in the modern era, you would find a similar picture: a tiny fraction with most of the wealth, and all other class intervals (eg deciles) having virtually nothing by comparison, as shown by the flatline shape of the graph on the left, apart from its top end. so there are just two classes: them and us. there is no middle.


Attachments:
wealth.jpeg
wealth.jpeg [ 141.91 KiB | Viewed 16460 times ]
Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #93 Posted: Sat Sep 09, 2017 2:38 am 
Lives with ko
User avatar

Posts: 284
Liked others: 94
Was liked: 153
Rank: OGS 7 kyu
Hi there!

So I have been playing around a bit with graphs in GoReviewPartner this week. Here is what it looks like so far:

As an example, I took one game from the Game Analysis section between negapesuo and wqz2017, ran the analysis at 20s/move on my old computer, and get that graph for player negapesuo (black):
Attachment:
chart.png
chart.png [ 4.16 KiB | Viewed 16336 times ]

This is black player win rate, starting from a position higher than 50% (that was a 2 stones handicap game) with black managing to keep his advantage during game the until the final blunder at the end that cost him the game.

So you will notice red and green rectangles, here is what they mean:
  • Red means that for that position, Leela believes she has find a better move than negapesuo. If that move had been played instead of actual game move, then the win rate would have been increased by the red quantity.
  • Green means that Leela believes that negapesuo came up with a better move that Leela itself. If Leela's move had been played instead of the actual game move, then the win rate would have decreased by the red quantity

So red means margin for improvement, and green means better than Leela.

The very last move win rate, when added the red quantity, exceed 50%, meaning that this blunder was indeed a game reversal move.

A bar diagram may not be conveying this idea very well, I am not so sure, because it is not obvious that the red bar is higher than the grey bar, and that the green bar is lower than grey bar. If I replace the grey bars with a blue line, it would look like this:
Attachment:
chart1.png
chart1.png [ 4.41 KiB | Viewed 16336 times ]
But somehow, I don't like it that much.

You will notice this graph is only for one player, not both players at the time (it's becoming too confusing then). In fact, only half the moves are displayed (even moves for black player here, because handicap stones so white played first). And so GoReviewPartner would propose 3 graphs:
  • The usual win rate graph
  • The comparison between Leela/Ray and the black player (like the one I showed)
  • he comparison between Leela/Ray and the white player

Then, I plan to add a few things to make it easier to use, like displaying detailed stats for each moves when the mouse is over the bar, and clicking on the bar would go directly to that move in the analysis windows.

_________________
I am the author of GoReviewPartner, a small software aimed at assisting reviewing a game of Go. Give it a try!


This post by pnprog was liked by: DiceSpin
Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #94 Posted: Sat Sep 09, 2017 6:44 am 
Dies with sente
User avatar

Posts: 97
Liked others: 26
Was liked: 20
KGS: 2k
Tygem: 2d
IGS: 1k
Wbaduk: 2d
OGS: 1K
Wow, that's huge! Bravo! :clap:
I think one way you could change how you feel about the grey bars would be to just lighten their shade a bit so that the red would shine more by contrast...
Just an idea.
But it's looking promising already, so good job! :tmbup:

_________________
Bored with skillful play? Watch my blunders on my YouTube Channel

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #95 Posted: Sat Sep 09, 2017 6:54 am 
Lives with ko
User avatar

Posts: 284
Liked others: 94
Was liked: 153
Rank: OGS 7 kyu
Dontbtme wrote:
Wow, that's huge! Bravo! :clap:
I think one way you could change how you feel about the grey bars would be to just lighten their shade a bit so that the red would shine more by contrast...
Just an idea.
But it's looking promising already, so good job! :tmbup:
Thank four your idea!

I think I will go for this intermediate solution (this is also a way to make the grey bars lighter in fact):
Attachment:
chart2.png
chart2.png [ 4.72 KiB | Viewed 16322 times ]
Some area have no grey bar at all, indicating no data from Leela, I don't know why yet, I will need to look into it.

_________________
I am the author of GoReviewPartner, a small software aimed at assisting reviewing a game of Go. Give it a try!

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #96 Posted: Sat Sep 09, 2017 7:20 am 
Dies in gote

Posts: 41
Liked others: 0
Was liked: 7
OGS: roy7
Universal go server handle: roy7
The way Crazy Sensei handles the red/green thing is by having a graph making "made the same move Leela made" as 0, and then the bars are above or below zero by the amount better or worse than Leela. Makes it easy to instantly spot the big dips or better moves you made.

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #97 Posted: Sat Sep 09, 2017 9:51 am 
Lives in gote
User avatar

Posts: 388
Location: Riverside CA
Liked others: 246
Was liked: 79
Rank: KGS 7 kyu
KGS: Krill
OGS: Krill
I actually strongly prefer the original grey bar graph over any of the alternatives presented so far.

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #98 Posted: Sat Sep 09, 2017 2:55 pm 
Lives in gote
User avatar

Posts: 392
Liked others: 23
Was liked: 43
Rank: NR
For comparison, https://www.crazy-sensei.com says:
Quote:
Description of plots

The plot with the blue line indicates Black's probability of winning as a function of move number
Red bars indicate errors. Errors of Black are below the middle line, and errors of White are above.
The histogram shows the distribution of scores in random game playouts. White bars are White wins, black bars are Black wins. Jigo is a red bar.

An "error bar" is a conventional statistical term, defined as deviation from the mean.
https://egret.psychol.cam.ac.uk/statist ... orbars.htm

_________________
i shrink, therefore i swarm

Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #99 Posted: Tue Sep 12, 2017 3:51 am 
Lives with ko
User avatar

Posts: 284
Liked others: 94
Was liked: 153
Rank: OGS 7 kyu
Hi!

I have more or less finish implemented support for graphs, for Leela and Ray. The final result looks like this for the game I mentioned above:

Win rate graph:
Attachment:
File comment: Win rate graph
chart0.png
chart0.png [ 5.5 KiB | Viewed 16228 times ]

Comparison between black and bot:
Attachment:
File comment: Comparison between black and bot
chart1.png
chart1.png [ 5.14 KiB | Viewed 16228 times ]

Comparison between white and bot:
Attachment:
File comment: Comparison between white and bot
chart2.png
chart2.png [ 5 KiB | Viewed 16228 times ]


The missing data are when Leela did not provided a win rate, this can be:
  • Leela is using a move from fuseki dictionary
  • Leela would resign

For example, to evaluate the player move (as black) with Leela's move (as black) for move N, I need Leela's evaluation for N and for N+1, then I will compare those 2 win rates:
  • Win rate of Leela's move as black for move N
  • Win rate of Leela's answer (move N+1) as white to the actual game move played as black (move N)

If one of those two is missing, I cannot display the comparison, only the usual win rate. So if one decide to only analyse black move or white move, the comparison charts are not available.

As it is now, moving the mouse over the chart displays the detailed stats on the status bar. Click on the bar will bring the the game position in the main analysis windows. I will add an easy way to export the graph as image.

I will polish a bit more and release a v0.8, but new code has been pushed to Github if some of you want to try.

_________________
I am the author of GoReviewPartner, a small software aimed at assisting reviewing a game of Go. Give it a try!


This post by pnprog was liked by 5 people: DiceSpin, ez4u, jeromie, Monadology, Satorian
Top
 Profile  
 
Offline
 Post subject: Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/
Post #100 Posted: Thu Sep 14, 2017 12:50 pm 
Dies with sente

Posts: 93
Liked others: 26
Was liked: 13
Rank: Total beginner
Universal go server handle: Satorian
This looks amazing! I'm more interested in looking at my three to five biggest mistakes per match with reasonable continuations for better moves instead of a minute and detailed look at every move, and this should make it very easy to find those in my games. Looking forward to it!

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 310 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 16  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group