<?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: Solving Anagrams in Ruby</title>
	<atom:link href="http://lojic.com/blog/2007/10/22/solving-anagrams-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://lojic.com/blog/2007/10/22/solving-anagrams-in-ruby/</link>
	<description></description>
	<lastBuildDate>Sun, 25 Dec 2011 09:28:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://lojic.com/blog/2007/10/22/solving-anagrams-in-ruby/comment-page-1/#comment-21041</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 15 Feb 2011 03:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://lojic.com/blog/2007/10/22/solving-anagrams-in-ruby/#comment-21041</guid>
		<description>This is a really neat idea!  I may use something similar for an iphone app I&#039;m working on... 

Thanks!</description>
		<content:encoded><![CDATA[<p>This is a really neat idea!  I may use something similar for an iphone app I&#8217;m working on&#8230; </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Algorithm to generate anagrams.. — HTMLCoderHelper.com</title>
		<link>http://lojic.com/blog/2007/10/22/solving-anagrams-in-ruby/comment-page-1/#comment-17640</link>
		<dc:creator>Algorithm to generate anagrams.. — HTMLCoderHelper.com</dc:creator>
		<pubDate>Sun, 14 Nov 2010 10:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://lojic.com/blog/2007/10/22/solving-anagrams-in-ruby/#comment-17640</guid>
		<description>[...] I came across this page, Solving anagrams in Ruby. [...]</description>
		<content:encoded><![CDATA[<p>[...] I came across this page, Solving anagrams in Ruby. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Sierra</title>
		<link>http://lojic.com/blog/2007/10/22/solving-anagrams-in-ruby/comment-page-1/#comment-3639</link>
		<dc:creator>Alejandro Sierra</dc:creator>
		<pubDate>Sun, 17 May 2009 14:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://lojic.com/blog/2007/10/22/solving-anagrams-in-ruby/#comment-3639</guid>
		<description>Very smart, small and clean code.  I would just add .downcase to gets.chomp at line 9. All words in the dictionary are downcase and so you can type in any case and get the same answer.   Thanks!</description>
		<content:encoded><![CDATA[<p>Very smart, small and clean code.  I would just add .downcase to gets.chomp at line 9. All words in the dictionary are downcase and so you can type in any case and get the same answer.   Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

