<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Sebastian Skuse</title>
	<atom:link href="http://seb.skus.es/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://seb.skus.es</link>
	<description></description>
	<lastBuildDate>Sat, 29 Dec 2012 15:36:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Hunspell-PHP wrapper by sebskuse</title>
		<link>http://seb.skus.es/2011/09/hunspell-php-wrapper/#comment-18</link>
		<dc:creator>sebskuse</dc:creator>
		<pubDate>Sat, 29 Dec 2012 15:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://seb.skus.es/?p=108#comment-18</guid>
		<description><![CDATA[Usage is as follows (include the file first):

$input = &quot;example bad speeling&quot;;
$spell = new hunspell($input);

echo $spell-&gt;getGoogleFormatted();

or if you just want the array:

$spell-&gt;get();]]></description>
		<content:encoded><![CDATA[<p>Usage is as follows (include the file first):</p>
<p>$input = &#8220;example bad speeling&#8221;;<br />
$spell = new hunspell($input);</p>
<p>echo $spell->getGoogleFormatted();</p>
<p>or if you just want the array:</p>
<p>$spell->get();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hunspell-PHP wrapper by Bat</title>
		<link>http://seb.skus.es/2011/09/hunspell-php-wrapper/#comment-17</link>
		<dc:creator>Bat</dc:creator>
		<pubDate>Mon, 17 Dec 2012 09:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://seb.skus.es/?p=108#comment-17</guid>
		<description><![CDATA[Dear Sebastian, Please give me some example how to use. Thank you.]]></description>
		<content:encoded><![CDATA[<p>Dear Sebastian, Please give me some example how to use. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove pesky network .DS_Store&#8217;s by sebskuse</title>
		<link>http://seb.skus.es/2011/08/remove-pesky-network-ds_stores/#comment-4</link>
		<dc:creator>sebskuse</dc:creator>
		<pubDate>Wed, 31 Aug 2011 22:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://seb.skus.es/?p=87#comment-4</guid>
		<description><![CDATA[Thanks! The original command was posted elsewhere and i&#039;d just tweaked it slightly. Your version looks better and I&#039;m all for efficiency! :-)]]></description>
		<content:encoded><![CDATA[<p>Thanks! The original command was posted elsewhere and i&#8217;d just tweaked it slightly. Your version looks better and I&#8217;m all for efficiency! <img src='http://seb.skus.es/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove pesky network .DS_Store&#8217;s by Benjie</title>
		<link>http://seb.skus.es/2011/08/remove-pesky-network-ds_stores/#comment-3</link>
		<dc:creator>Benjie</dc:creator>
		<pubDate>Wed, 31 Aug 2011 22:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://seb.skus.es/?p=87#comment-3</guid>
		<description><![CDATA[You&#039;re find command could be condensed to:
&lt;code&gt;find . -name *.DS_Store -exec rm {} \;&lt;/code&gt;
Would make it more efficient.

Written from iPhone so needs testing - I can&#039;t remember if you have to add quotes around the curlies or backslash escape them - don&#039;t think so. The backslash before the semicolon is required to prevent bash absorbing it.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re find command could be condensed to:<br />
<code>find . -name *.DS_Store -exec rm {} \;</code><br />
Would make it more efficient.</p>
<p>Written from iPhone so needs testing &#8211; I can&#8217;t remember if you have to add quotes around the curlies or backslash escape them &#8211; don&#8217;t think so. The backslash before the semicolon is required to prevent bash absorbing it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
