<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Seven steps &#187; weiqi</title>
	<atom:link href="http://trevoke.net/blog/tag/weiqi/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevoke.net/blog</link>
	<description>Martial arts and technology, $DEITY what a mix!</description>
	<lastBuildDate>Wed, 01 Feb 2012 03:43:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ruby SgfParser now really working!</title>
		<link>http://trevoke.net/blog/2009/12/31/ruby-sgfparser-now-really-working/</link>
		<comments>http://trevoke.net/blog/2009/12/31/ruby-sgfparser-now-really-working/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 18:18:51 +0000</pubDate>
		<dc:creator>Trevoke</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[weiqi]]></category>
		<category><![CDATA[baduk]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[sgf]]></category>

		<guid isPermaLink="false">http://trevoke.net/blog/?p=207</guid>
		<description><![CDATA[Thanks @alfmikula, it saves properly and has even been gemified. I will soon push it to gemcutter and maybe put a homesite on Rubyforge, not sure. It can be found at http://github.com/Trevoke/SGFParser for now, get the code while it&#8217;s hot!]]></description>
			<content:encoded><![CDATA[<p>Thanks @alfmikula, it saves properly and has even been gemified. I will soon push it to gemcutter and maybe put a homesite on Rubyforge, not sure.<br />
It can be found at http://github.com/Trevoke/SGFParser for now, get the code while it&#8217;s hot! <img src='http://trevoke.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://trevoke.net/blog/2009/12/31/ruby-sgfparser-now-really-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SGF Parser updated</title>
		<link>http://trevoke.net/blog/2009/10/12/sgf-parser-updated/</link>
		<comments>http://trevoke.net/blog/2009/10/12/sgf-parser-updated/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 18:04:02 +0000</pubDate>
		<dc:creator>Trevoke</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[weiqi]]></category>
		<category><![CDATA[sgf]]></category>
		<category><![CDATA[sgfparser]]></category>

		<guid isPermaLink="false">http://trevoke.net/blog/?p=168</guid>
		<description><![CDATA[Someday I&#8217;ll come out with a proper revision numbering scheme for it. I&#8217;ve implemented some Cucumber testing, the code now actually parses SGF files properly, including the KGS ones, it&#8217;ll work on Ruby 1.8.6, 1.8.7, 1.9.1, so .. It&#8217;s all good on that front. The code&#8217;s not as clean as I&#8217;d like it to be, <a href='http://trevoke.net/blog/2009/10/12/sgf-parser-updated/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Someday I&#8217;ll come out with a proper revision numbering scheme for it.<br />
I&#8217;ve implemented some 
<a  href="http://cukes.info/" onclick="javascript:pageTracker._trackPageview('/external/cukes.info/');" >Cucumber</a> testing, the code now <em>actually</em> parses SGF files properly, including the KGS ones, it&#8217;ll work on Ruby 1.8.6, 1.8.7, 1.9.1, so .. It&#8217;s all good on that front.</p>
<p>The code&#8217;s not as clean as I&#8217;d like it to be, and probably not as commented, either.</p>
<p>http://github.com/Trevoke/SGFParser</p>
<p>I am not -saving- SGF files with it yet, but heck if I&#8217;m not parsing them. And now YOU can, too !</p>
]]></content:encoded>
			<wfw:commentRss>http://trevoke.net/blog/2009/10/12/sgf-parser-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby SGF Parser</title>
		<link>http://trevoke.net/blog/2009/09/15/ruby-sgf-parser/</link>
		<comments>http://trevoke.net/blog/2009/09/15/ruby-sgf-parser/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 04:20:17 +0000</pubDate>
		<dc:creator>Trevoke</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[weiqi]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[sgf]]></category>

		<guid isPermaLink="false">http://trevoke.net/blog/?p=148</guid>
		<description><![CDATA[So, I play weiqi (known as the game of go, but I prefer using the chinese name). There are some SGF parsers out there for Ruby, but I wanted to write my own &#8211; the other ones didn&#8217;t seem comprehensive enough, didn&#8217;t seem Ruby-like enough in their objectifiying the women data. My original goal was <a href='http://trevoke.net/blog/2009/09/15/ruby-sgf-parser/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>So, I play weiqi (known as the game of go, but I prefer using the chinese name).<br />
There are some SGF parsers out there for Ruby, but I wanted to write my own &#8211; the other ones didn&#8217;t seem comprehensive enough, didn&#8217;t seem Ruby-like enough in their objectifiying the <del datetime="2009-09-16T04:15:45+00:00">women</del> data.<br />
My original goal was twofold: write a script to rename all the SGF files in my collection so they can be easily parsed later, and &#8230; Learn more Ruby!<br />
Here is the github link: http://github.com/Trevoke/SGFParser<br />
It&#8217;s a work in progress. Right now it parses the SGF file properly, but the user has a fair amount of work to do to use the data.. Which, maybe, is the way it needs to be. But I&#8217;m gonna try to follow the principle of least surprise to the bitter end! <img src='http://trevoke.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://trevoke.net/blog/2009/09/15/ruby-sgf-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.269 seconds -->

