<?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 on: Converting hex to Binary in 4 Languages</title>
	<atom:link href="http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/</link>
	<description>Software Engineering.</description>
	<lastBuildDate>Sat, 17 Dec 2011 16:27:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mike</title>
		<link>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/comment-page-1/#comment-185</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 15 Mar 2008 11:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/#comment-185</guid>
		<description>Duly noted and updated:)</description>
		<content:encoded><![CDATA[<p>Duly noted and updated:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Huang</title>
		<link>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/comment-page-1/#comment-183</link>
		<dc:creator>Tim Huang</dc:creator>
		<pubDate>Sat, 15 Mar 2008 04:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/#comment-183</guid>
		<description>How about this?

STDOUT.write(STDIN.read.gsub(/\s/,&#039;&#039;).to_a.pack(&quot;H*&quot;))</description>
		<content:encoded><![CDATA[<p>How about this?</p>
<p>STDOUT.write(STDIN.read.gsub(/\s/,&#8221;).to_a.pack(&#8221;H*&#8221;))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/comment-page-1/#comment-181</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 15 Mar 2008 00:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/#comment-181</guid>
		<description>Thanks Tim, but that isn&#039;t what I&#039;m trying to do. I want to output binary data (as in not ASCII) not base two integer string. Additionally that code, although concise, doesn&#039;t handle spaces or newlines properly.</description>
		<content:encoded><![CDATA[<p>Thanks Tim, but that isn&#8217;t what I&#8217;m trying to do. I want to output binary data (as in not ASCII) not base two integer string. Additionally that code, although concise, doesn&#8217;t handle spaces or newlines properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Huang</title>
		<link>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/comment-page-1/#comment-180</link>
		<dc:creator>Tim Huang</dc:creator>
		<pubDate>Fri, 14 Mar 2008 20:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/#comment-180</guid>
		<description>for Ruby,
STDIN.read.to_i(base=16).to_s(base=2)</description>
		<content:encoded><![CDATA[<p>for Ruby,<br />
STDIN.read.to_i(base=16).to_s(base=2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4thmouse.com &#187; Converting hex to Binary in Java Too</title>
		<link>http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/comment-page-1/#comment-172</link>
		<dc:creator>4thmouse.com &#187; Converting hex to Binary in Java Too</dc:creator>
		<pubDate>Thu, 06 Mar 2008 01:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://4thmouse.com/index.php/2008/02/18/converting-hex-to-binary-in-4-languages/#comment-172</guid>
		<description>[...] apparently the hex to binary in 4 languages portion of this web page is what gets the most google hits and who am I to argue? So without [...]</description>
		<content:encoded><![CDATA[<p>[...] apparently the hex to binary in 4 languages portion of this web page is what gets the most google hits and who am I to argue? So without [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

