<?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 AquilaX's development blog</title>
	<atom:link href="http://dev.horemag.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.horemag.net</link>
	<description>code and so on...</description>
	<lastBuildDate>Fri, 05 Feb 2010 16:39:40 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on chomp for bash by Ed Greenberg</title>
		<link>http://dev.horemag.net/2008/10/28/chomp-for-bash/comment-page-1/#comment-49666</link>
		<dc:creator>Ed Greenberg</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/?p=61#comment-49666</guid>
		<description>Helped me too. I had a curl that returned a single line, but curl adds a linefeed that I didn&#039;t need. It&#039;s easy to deal with in perl, but I&#039;m working in shell today. 

A=`curl http://foo`
B=`echo $A&#124;tr -d \\n`

Thanks.</description>
		<content:encoded><![CDATA[<p>Helped me too. I had a curl that returned a single line, but curl adds a linefeed that I didn&#8217;t need. It&#8217;s easy to deal with in perl, but I&#8217;m working in shell today. </p>
<p>A=`curl <a href="http://foo" rel="nofollow" onclick="javascript:urchinTracker('/outbound/comment/http://foo');">http://foo</a>`<br />
B=`echo $A|tr -d \\n`</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL UNION DISTINCT with result priority by Eric Marden</title>
		<link>http://dev.horemag.net/2008/07/31/mysql-union-distinct-with-result-priority/comment-page-1/#comment-46086</link>
		<dc:creator>Eric Marden</dc:creator>
		<pubDate>Fri, 31 Jul 2009 11:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/?p=59#comment-46086</guid>
		<description>Thanks for the post. You just helped me solve a problem I&#039;ve been chasing for days. If you&#039;re ever in my neck of the woods, I owe you a beverage of your choice.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. You just helped me solve a problem I&#8217;ve been chasing for days. If you&#8217;re ever in my neck of the woods, I owe you a beverage of your choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on chomp for bash by flipouk</title>
		<link>http://dev.horemag.net/2008/10/28/chomp-for-bash/comment-page-1/#comment-45731</link>
		<dc:creator>flipouk</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/?p=61#comment-45731</guid>
		<description>Thanks for the tip. Excellent!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perlin noise generator in PHP by AquilaX</title>
		<link>http://dev.horemag.net/2008/03/02/perlin-noise-generator-in-php/comment-page-1/#comment-45660</link>
		<dc:creator>AquilaX</dc:creator>
		<pubDate>Sun, 19 Jul 2009 16:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/2008/03/02/perlin-noise-generator-in-php/#comment-45660</guid>
		<description>Derek: 
That&#039;s because the loop sizes are  
  $xl = 100;
  $yl = 40;
and the SVG&#039;s dimensions are 400x400px. 

Just make both equal.</description>
		<content:encoded><![CDATA[<p>Derek:<br />
That&#8217;s because the loop sizes are<br />
  $xl = 100;<br />
  $yl = 40;<br />
and the SVG&#8217;s dimensions are 400&#215;400px. </p>
<p>Just make both equal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perlin noise generator in PHP by Derek</title>
		<link>http://dev.horemag.net/2008/03/02/perlin-noise-generator-in-php/comment-page-1/#comment-45658</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sun, 19 Jul 2009 16:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/2008/03/02/perlin-noise-generator-in-php/#comment-45658</guid>
		<description>I&#039;m sorry but I don&#039;t think this class works. Especially not well enough to generate the image you have displayed. It does some variation near the left side and the rest is always 1 solid color. Even changing the variables to all imaginable combination it still results in the same type of thing.

I&#039;d really love a version that worked but this was posted awhile ago so I doubt I&#039;ll get a response here.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry but I don&#8217;t think this class works. Especially not well enough to generate the image you have displayed. It does some variation near the left side and the rest is always 1 solid color. Even changing the variables to all imaginable combination it still results in the same type of thing.</p>
<p>I&#8217;d really love a version that worked but this was posted awhile ago so I doubt I&#8217;ll get a response here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Banner widget for Wordpress by former</title>
		<link>http://dev.horemag.net/2007/11/04/banner-widget-for-wordpress/comment-page-1/#comment-43581</link>
		<dc:creator>former</dc:creator>
		<pubDate>Wed, 27 May 2009 20:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/2007/11/04/banner-widget-for-wordpress/#comment-43581</guid>
		<description>i hope tracking to be as a quite dead simple?</description>
		<content:encoded><![CDATA[<p>i hope tracking to be as a quite dead simple?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on chomp for bash by realtebo</title>
		<link>http://dev.horemag.net/2008/10/28/chomp-for-bash/comment-page-1/#comment-33642</link>
		<dc:creator>realtebo</dc:creator>
		<pubDate>Tue, 03 Mar 2009 23:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/?p=61#comment-33642</guid>
		<description>Hei ! This simple post helpd me so much ! Thanx, i was blocked at writing a bash single-line command because I cannot eliminate spaces beetween two strings... whit 

tr -t [:space:] 

i resolved !</description>
		<content:encoded><![CDATA[<p>Hei ! This simple post helpd me so much ! Thanx, i was blocked at writing a bash single-line command because I cannot eliminate spaces beetween two strings&#8230; whit </p>
<p>tr -t [:space:] </p>
<p>i resolved !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perlin noise generator in PHP by AquilaX</title>
		<link>http://dev.horemag.net/2008/03/02/perlin-noise-generator-in-php/comment-page-1/#comment-16600</link>
		<dc:creator>AquilaX</dc:creator>
		<pubDate>Fri, 26 Dec 2008 17:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/2008/03/02/perlin-noise-generator-in-php/#comment-16600</guid>
		<description>Play with $persistence and $octaves variables also $r1, $r2, $r3 gives different result depending on the values.</description>
		<content:encoded><![CDATA[<p>Play with $persistence and $octaves variables also $r1, $r2, $r3 gives different result depending on the values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perlin noise generator in PHP by Christian</title>
		<link>http://dev.horemag.net/2008/03/02/perlin-noise-generator-in-php/comment-page-1/#comment-16577</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Fri, 26 Dec 2008 14:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/2008/03/02/perlin-noise-generator-in-php/#comment-16577</guid>
		<description>I have tried using your class and i get everything in a single color except for some pixels on the top of the image :/</description>
		<content:encoded><![CDATA[<p>I have tried using your class and i get everything in a single color except for some pixels on the top of the image :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL UNION DISTINCT with result priority by AquilaX</title>
		<link>http://dev.horemag.net/2008/07/31/mysql-union-distinct-with-result-priority/comment-page-1/#comment-9356</link>
		<dc:creator>AquilaX</dc:creator>
		<pubDate>Tue, 30 Sep 2008 08:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://dev.horemag.net/?p=59#comment-9356</guid>
		<description>Hi,
MIN is aggregation function, which gets the minimum value of the column, in this case it chooses the priority;

5 and 6 are the priorities you can place whatever numbers You want, the smaller, the greater is the priority (because of the MIN function);

t is placed there because alias is expected by MySQL, you can replace it with whatever you want;

Hope this was helpful.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
MIN is aggregation function, which gets the minimum value of the column, in this case it chooses the priority;</p>
<p>5 and 6 are the priorities you can place whatever numbers You want, the smaller, the greater is the priority (because of the MIN function);</p>
<p>t is placed there because alias is expected by MySQL, you can replace it with whatever you want;</p>
<p>Hope this was helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
