<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for nilleb's tech blog</title>
	<atom:link href="http://nilleb.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nilleb.wordpress.com</link>
	<description>notes about job/computers/code/tests</description>
	<lastBuildDate>Fri, 14 Aug 2009 13:10:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on runner2 &#8211; ready to use by Ivo</title>
		<link>http://nilleb.wordpress.com/2009/04/20/runner2-ready-to-use/#comment-8</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Fri, 14 Aug 2009 13:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://nilleb.wordpress.com/?p=129#comment-8</guid>
		<description>the next step is to use a real world scheduling library, instead of my homemade one. I&#039;m thinking to libev, for example.

if somebody wants to participate to the poll, feel free to give me an advice :-)</description>
		<content:encoded><![CDATA[<p>the next step is to use a real world scheduling library, instead of my homemade one. I&#8217;m thinking to libev, for example.</p>
<p>if somebody wants to participate to the poll, feel free to give me an advice <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on javascript code to use WScript parameters by Ivo</title>
		<link>http://nilleb.wordpress.com/2008/08/27/javascript-code-to-use-wscript-parameters/#comment-7</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Wed, 12 Aug 2009 08:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://nilleb.wordpress.com/?p=32#comment-7</guid>
		<description>a copy of the script is available at the address
http://nilleb.com/pub/libparam.js</description>
		<content:encoded><![CDATA[<p>a copy of the script is available at the address<br />
<a href="http://nilleb.com/pub/libparam.js" rel="nofollow">http://nilleb.com/pub/libparam.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on javascript code to use WScript parameters by psycle</title>
		<link>http://nilleb.wordpress.com/2008/08/27/javascript-code-to-use-wscript-parameters/#comment-6</link>
		<dc:creator>psycle</dc:creator>
		<pubDate>Tue, 11 Aug 2009 14:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://nilleb.wordpress.com/?p=32#comment-6</guid>
		<description>Thank you for the example!  Just what I was looking for.  I&#039;m a little lost though.  There is an error in the for loop of the decomposeUnnamedOptions method.  Looks like Wordpress ate some characters.  Can you please clarify that part?</description>
		<content:encoded><![CDATA[<p>Thank you for the example!  Just what I was looking for.  I&#8217;m a little lost though.  There is an error in the for loop of the decomposeUnnamedOptions method.  Looks like WordPress ate some characters.  Can you please clarify that part?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on news from the svn by axa1981</title>
		<link>http://nilleb.wordpress.com/2008/11/21/news-from-the-svn-2/#comment-4</link>
		<dc:creator>axa1981</dc:creator>
		<pubDate>Mon, 24 Nov 2008 13:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://nilleb.wordpress.com/?p=93#comment-4</guid>
		<description>My friend, are you becoming a .Net monkey? :D

I&#039;m happy you&#039;re able to find time to spend on a freesoftware project... Maybe in the future I can offer some testing support on it, since now I&#039;m not able to find enoght free time to develop on my own. :(</description>
		<content:encoded><![CDATA[<p>My friend, are you becoming a .Net monkey? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I&#8217;m happy you&#8217;re able to find time to spend on a freesoftware project&#8230; Maybe in the future I can offer some testing support on it, since now I&#8217;m not able to find enoght free time to develop on my own. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to install gtksourceview2 on windows by Ivo</title>
		<link>http://nilleb.wordpress.com/2008/10/08/how-to-install-gtksourceview2-on-windows/#comment-3</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Mon, 13 Oct 2008 15:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://nilleb.wordpress.com/?p=67#comment-3</guid>
		<description>a little update: 
the listed gtk runtime doesn&#039;t contain a valid glade dll. so, you shall download another gtk runtime...  (http://gladewin32.sourceforge.net/)
extract from this archive the libglade-2.0.0.dll file and put it into the lib folder. make sure that your path environment variable contains the good gtk runtime... otherwise you will miss other things (gtksourceview, for example)..

good luck :-)</description>
		<content:encoded><![CDATA[<p>a little update:<br />
the listed gtk runtime doesn&#8217;t contain a valid glade dll. so, you shall download another gtk runtime&#8230;  (<a href="http://gladewin32.sourceforge.net/" rel="nofollow">http://gladewin32.sourceforge.net/</a>)<br />
extract from this archive the libglade-2.0.0.dll file and put it into the lib folder. make sure that your path environment variable contains the good gtk runtime&#8230; otherwise you will miss other things (gtksourceview, for example)..</p>
<p>good luck <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on javascript code to use WScript parameters by Ivo</title>
		<link>http://nilleb.wordpress.com/2008/08/27/javascript-code-to-use-wscript-parameters/#comment-2</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Wed, 27 Aug 2008 13:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://nilleb.wordpress.com/?p=32#comment-2</guid>
		<description>perdincibaccoliona! wordpress re-formats the preformatted....</description>
		<content:encoded><![CDATA[<p>perdincibaccoliona! wordpress re-formats the preformatted&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Mr WordPress</title>
		<link>http://nilleb.wordpress.com/2008/05/16/hello-world/#comment-1</link>
		<dc:creator>Mr WordPress</dc:creator>
		<pubDate>Fri, 16 May 2008 21:05:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-1</guid>
		<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in, and view the posts&#039; comments, there you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in, and view the posts&#8217; comments, there you will have the option to edit or delete them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
