<?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 Hello, I am Sean Murphy</title>
	<atom:link href="http://iamseanmurphy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamseanmurphy.com</link>
	<description>Thoughts, news, code by Sean Murphy</description>
	<lastBuildDate>Fri, 17 Feb 2012 20:42:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Recursive Find and Replace With grep and Perl by vinay</title>
		<link>http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/comment-page-1/#comment-954</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Fri, 17 Feb 2012 20:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2009/04/11/recursive-find-and-replace-with-grep-and-perl/#comment-954</guid>
		<description>I am trying to search a variable value inside a file and delete the repeated variable in the file.
eg:
variable $v = abc
file may look like this
abc.txt

abc abc 12 12

NOTE: apart from the variable there may be other chars or numbers repeating. I want only the duplicate variable to be removed.</description>
		<content:encoded><![CDATA[<p>I am trying to search a variable value inside a file and delete the repeated variable in the file.<br />
eg:<br />
variable $v = abc<br />
file may look like this<br />
abc.txt</p>
<p>abc abc 12 12</p>
<p>NOTE: apart from the variable there may be other chars or numbers repeating. I want only the duplicate variable to be removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL SELECT Entries Before NOW() by Adrianna Williams</title>
		<link>http://iamseanmurphy.com/2008/02/19/mysql-select-entries-before-now/comment-page-1/#comment-945</link>
		<dc:creator>Adrianna Williams</dc:creator>
		<pubDate>Wed, 27 Jul 2011 14:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/02/19/mysql-select-entries-before-now/#comment-945</guid>
		<description>Christian Dillstrom said this blog post is worth of studying -  you are doing a fantastic job as mobile &amp; social media marketing shark is pointing towards you!</description>
		<content:encoded><![CDATA[<p>Christian Dillstrom said this blog post is worth of studying &#8211;  you are doing a fantastic job as mobile &amp; social media marketing shark is pointing towards you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better HAProxy Health Check For Dynamic Websites by Pradeep</title>
		<link>http://iamseanmurphy.com/2009/04/22/a-better-haproxy-health-check-for-dynamic-websites/comment-page-1/#comment-943</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Thu, 23 Jun 2011 13:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2009/04/22/a-better-haproxy-health-check-for-dynamic-websites/#comment-943</guid>
		<description>Hey, So is there a way to process the health file as well after it is received by haproxy. Like my health.php tries to connect to a database, if it can&#039;t then it sends a &quot;I&#039;m not healthy&quot;. Can i tell the differences between these two?</description>
		<content:encoded><![CDATA[<p>Hey, So is there a way to process the health file as well after it is received by haproxy. Like my health.php tries to connect to a database, if it can&#8217;t then it sends a &#8220;I&#8217;m not healthy&#8221;. Can i tell the differences between these two?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Negative Word Matching with Regular Expressions by Asdruble</title>
		<link>http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/comment-page-1/#comment-942</link>
		<dc:creator>Asdruble</dc:creator>
		<pubDate>Tue, 10 May 2011 14:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/#comment-942</guid>
		<description>OMG!
THANK YOU.

I was trying like crazy to negate:
^K[0-9]{2}\.[0-9].*$

And:
^(?!K[0-9]{2}\.[0-9]).*$
did the trick perfectly</description>
		<content:encoded><![CDATA[<p>OMG!<br />
THANK YOU.</p>
<p>I was trying like crazy to negate:<br />
^K[0-9]{2}\.[0-9].*$</p>
<p>And:<br />
^(?!K[0-9]{2}\.[0-9]).*$<br />
did the trick perfectly</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better HAProxy Health Check For Dynamic Websites by Anna</title>
		<link>http://iamseanmurphy.com/2009/04/22/a-better-haproxy-health-check-for-dynamic-websites/comment-page-1/#comment-941</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Sun, 08 May 2011 16:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2009/04/22/a-better-haproxy-health-check-for-dynamic-websites/#comment-941</guid>
		<description>I have a similar setup, only my intermediate layer is sTunnel converting http to https but not the reverse. This effectively severs all contact between HAProxy and the greand-children processes. Any ideas how I could get round this?</description>
		<content:encoded><![CDATA[<p>I have a similar setup, only my intermediate layer is sTunnel converting http to https but not the reverse. This effectively severs all contact between HAProxy and the greand-children processes. Any ideas how I could get round this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .htaccess File Causes 500 Internal Server Error on Network Solutions by Harley Stevens</title>
		<link>http://iamseanmurphy.com/2009/02/21/htaccess-file-causes-500-internal-server-error-on-network-solutions/comment-page-1/#comment-937</link>
		<dc:creator>Harley Stevens</dc:creator>
		<pubDate>Tue, 12 Apr 2011 03:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2009/02/21/htaccess-file-causes-500-internal-server-error-on-network-solutions/#comment-937</guid>
		<description>Thanks for sharing this. For beginners like me, it is very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this. For beginners like me, it is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Negative Word Matching with Regular Expressions by Naveda</title>
		<link>http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/comment-page-1/#comment-934</link>
		<dc:creator>Naveda</dc:creator>
		<pubDate>Mon, 04 Apr 2011 12:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/04/28/negative-word-matching-with-regular-expressions/#comment-934</guid>
		<description>Looking for a solution to match local links (staying on the same domain) and disregard all others. This seems to work: 

/href=\&quot;([^(\/\/)]+)\&quot;/</description>
		<content:encoded><![CDATA[<p>Looking for a solution to match local links (staying on the same domain) and disregard all others. This seems to work: </p>
<p>/href=\&#8221;([^(\/\/)]+)\&#8221;/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CouchDB View Generation by Ted Jensen</title>
		<link>http://iamseanmurphy.com/2008/09/08/couchdb-view-generation/comment-page-1/#comment-933</link>
		<dc:creator>Ted Jensen</dc:creator>
		<pubDate>Wed, 30 Mar 2011 07:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/09/08/couchdb-view-generation/#comment-933</guid>
		<description>&quot;For anyone that might be interested, you can get the import script I’m using from my Launchpad.net repository&quot;

Thanks, that little tip was real time saver!</description>
		<content:encoded><![CDATA[<p>&#8220;For anyone that might be interested, you can get the import script I’m using from my Launchpad.net repository&#8221;</p>
<p>Thanks, that little tip was real time saver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Campfire Work for Me (and More Like IRC) by RS</title>
		<link>http://iamseanmurphy.com/2008/06/20/making-campfire-work-for-me-and-more-like-irc/comment-page-1/#comment-928</link>
		<dc:creator>RS</dc:creator>
		<pubDate>Wed, 05 Jan 2011 18:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2008/06/20/making-campfire-work-for-me-and-more-like-irc/#comment-928</guid>
		<description>Try Propane; it&#039;s an OS X app that has built-in support for keyword-based notifications, as well as others based on room events.</description>
		<content:encoded><![CDATA[<p>Try Propane; it&#8217;s an OS X app that has built-in support for keyword-based notifications, as well as others based on room events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on High Performance Comet on a Shoestring by How do I set up a COMET application on a server that has Apache on it? Drija</title>
		<link>http://iamseanmurphy.com/2009/03/02/high-performance-comet-on-a-shoestring/comment-page-1/#comment-927</link>
		<dc:creator>How do I set up a COMET application on a server that has Apache on it? Drija</dc:creator>
		<pubDate>Wed, 17 Nov 2010 11:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://iamseanmurphy.com/2009/03/02/high-performance-comet-on-a-shoestring/#comment-927</guid>
		<description>[...] This seems to indicate it is, but I don&#8217;t completely understand it: http://iamseanmurphy.com/2009/03/02/high-performance-comet-on-a-shoestring/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This seems to indicate it is, but I don&#8217;t completely understand it: <a href="http://iamseanmurphy.com/2009/03/02/high-performance-comet-on-a-shoestring/" rel="nofollow">http://iamseanmurphy.com/2009/03/02/high-performance-comet-on-a-shoestring/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

