<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Line</title>
	<atom:link href="http://aniazi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aniazi.wordpress.com</link>
	<description>An ACMer. No, An ACM Dreamer</description>
	<lastBuildDate>Wed, 09 Jul 2008 05:42:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aniazi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Line</title>
		<link>http://aniazi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aniazi.wordpress.com/osd.xml" title="Line" />
	<atom:link rel='hub' href='http://aniazi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>There&#8217;s so much left to learn</title>
		<link>http://aniazi.wordpress.com/2008/07/09/theres-so-much-left-to-learn/</link>
		<comments>http://aniazi.wordpress.com/2008/07/09/theres-so-much-left-to-learn/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 05:29:02 +0000</pubDate>
		<dc:creator>aniazi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aniazi.wordpress.com/?p=7</guid>
		<description><![CDATA[Yesterday, I solved this problem, very very easy and very easy level! 1: 10696 &#8220;f91&#8221; Very easy one, make what it want, then test it for some numbers and open your eyes, and change your code 2: 576 &#8220;Haiku Review&#8221; This is about Haiku! It&#8217;s so cute, and easy. 3: 524 &#8220;Prime Ring Problem&#8221; It&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aniazi.wordpress.com&amp;blog=100394&amp;post=7&amp;subd=aniazi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Tahoma;">Yesterday, I solved this problem, very very easy and very easy level!</span></p>
<p><span style="font-family:Tahoma;">1: <a href="http://icpcres.ecs.baylor.edu/onlinejudge/external/106/10696.html"><span style="text-decoration:none;color:#000000;">10696</span></a> &#8220;f91&#8221;</span></p>
<p><span style="font-family:Tahoma;">Very easy one, make what it want, then test it for some numbers and open your eyes, and change your code <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </span></p>
<p><span style="font-family:Tahoma;"> </span></p>
<p><span style="font-family:Tahoma;">2: <a href="http://icpcres.ecs.baylor.edu/onlinejudge/external/5/576.html"><span style="text-decoration:none;color:#000000;">576</span></a> &#8220;Haiku Review&#8221;</span></p>
<p><span style="font-family:Tahoma;">This is about Haiku! It&#8217;s so cute, and easy. </span></p>
<p><span style="font-family:Tahoma;"> </span></p>
<p><span style="font-family:Tahoma;">3: <a href="http://icpcres.ecs.baylor.edu/onlinejudge/external/5/524.html"><span style="text-decoration:none;color:#000000;">524</span></a> &#8220;Prime Ring Problem&#8221;</span></p>
<p><span style="font-family:Tahoma;">It&#8217;s funny back-tracking problem.</span></p>
<p><span style="font-family:Tahoma;"> </span></p>
<p><span style="font-family:Tahoma;">4: <a href="http://icpcres.ecs.baylor.edu/onlinejudge/external/2/200.html"><span style="text-decoration:none;color:#000000;">200</span></a> &#8220;Rare Order&#8221;</span></p>
<p><span style="font-family:Tahoma;">It&#8217;s easy, but really confused me. First I made a silly mistake, and keep going!</span></p>
<p><span style="font-family:Tahoma;">After 4 hours, I made a graph, and I was going to use DFS, like this:</span></p>
<p><span style="font-family:Tahoma;"> </span></p>
<p><span style="font-family:Tahoma;">XWY</span></p>
<p><span style="font-family:Tahoma;">ZX<span> </span></span>←<span style="font-family:Tahoma;"> it shows x &gt; z (compare line 1 and line 2 in 1st place)</span></p>
<p><span style="font-family:Tahoma;">ZXY</span> ←<span style="font-family:Wingdings;"></span><span style="font-family:Tahoma;"> (comparison of line 2 and 3 doesn&#8217;t aid you)</span></p>
<p><span style="font-family:Tahoma;">ZXW<span> </span></span>←<span style="font-family:Tahoma;"> it shows y &gt; w (compare line 3 and 4 in 3rd place)</span></p>
<p><span style="font-family:Tahoma;">YWWX<span> </span></span>←<span style="font-family:Tahoma;"> it shows z &gt; y (compare line 4 and 5 in 1st place)</span></p>
<p><span style="font-family:Tahoma;">#</span></p>
<p><span style="font-family:Tahoma;"> </span></p>
<p><span style="font-family:Tahoma;">And the matrix of this graph (everywhere u &gt; v then m[u, v] = 1 elsewhere 0) </span></p>
<div class="wp-caption aligncenter" style="width: 469px"><img src="http://niazi.persiangig.ir/ACM/rare_order.jpg" alt="Rare order Problem 200" width="459" height="217" /><p class="wp-caption-text">Rare order Problem 200</p></div>
<p><span style="font-family:Tahoma;">But &#8220;S&#8221; told me &#8220;just store input in matrix and read and enqueue characters (just once) Then output your queue.&#8221; It&#8217;s wrong but works! So the test case is for high school students (it was problem &#8220;A&#8221; in world final 1989).</span></p>
<p><span style="font-family:Tahoma;">Look at this:</span></p>
<p><span style="font-family:Tahoma;"> </span></p>
<p><span style="font-family:Tahoma;">BC<span> </span></span></p>
<p><span style="font-family:Tahoma;">CA<span> </span></span>←<span style="font-family:Tahoma;"> shows b &gt; c (compare line 1 and line 2 in 1st place)</span></p>
<p><span style="font-family:Tahoma;">CB<span> </span></span>←<span style="font-family:Tahoma;"> it shows a &gt; b (compare line 2 and 3 in 2nd place)</span></p>
<p><span style="font-family:Tahoma;">#<span> </span>Then output should be &#8220;ABC&#8221;</span></p>
<p><span style="font-family:Tahoma;"> </span></p>
<p><span style="font-family:Tahoma;">But my AC code give me &#8220;BCA&#8221;.</span></p>
<p><span style="font-family:Tahoma;">Anyway it works and I&#8217;m Happy!</span></p>
<p><span style="font-family:Tahoma;"> </span></p>
<p><span style="font-family:Tahoma;"> </span></p>
<p><span style="font-family:Tahoma;">And finally, Let me apologize for my English knowledge and my thoroughly washout attempt but I think, it let me to improve and finally will make me promoted! Till next time.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aniazi.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aniazi.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aniazi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aniazi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aniazi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aniazi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aniazi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aniazi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aniazi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aniazi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aniazi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aniazi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aniazi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aniazi.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aniazi.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aniazi.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aniazi.wordpress.com&amp;blog=100394&amp;post=7&amp;subd=aniazi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aniazi.wordpress.com/2008/07/09/theres-so-much-left-to-learn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37eb1f2a3345cc5a440827ffa4657bf0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">aniazi</media:title>
		</media:content>

		<media:content url="http://niazi.persiangig.ir/ACM/rare_order.jpg" medium="image">
			<media:title type="html">Rare order Problem 200</media:title>
		</media:content>
	</item>
		<item>
		<title>An old man by a seashore at the end of day</title>
		<link>http://aniazi.wordpress.com/2008/07/04/an-old-man-by-a-seashore-at-the-end-of-day/</link>
		<comments>http://aniazi.wordpress.com/2008/07/04/an-old-man-by-a-seashore-at-the-end-of-day/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 14:47:05 +0000</pubDate>
		<dc:creator>aniazi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aniazi.wordpress.com/?p=6</guid>
		<description><![CDATA[I was going to sleep, But it did not let me! I needed a queue, but stack was close to what I really needed Link for Mrs. F.B LINK! So I am going to sleep, really.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aniazi.wordpress.com&amp;blog=100394&amp;post=6&amp;subd=aniazi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">I was going to sleep, But it did not let me!</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">I needed a queue, but stack was close to what I really needed</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">Link for Mrs. F.B <a title="LINK!" href="http://niazi.persiangig.ir/DataSurtct_pSE.zip">LINK!</a></p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">So I am going to sleep, really.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aniazi.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aniazi.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aniazi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aniazi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aniazi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aniazi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aniazi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aniazi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aniazi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aniazi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aniazi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aniazi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aniazi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aniazi.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aniazi.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aniazi.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aniazi.wordpress.com&amp;blog=100394&amp;post=6&amp;subd=aniazi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aniazi.wordpress.com/2008/07/04/an-old-man-by-a-seashore-at-the-end-of-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37eb1f2a3345cc5a440827ffa4657bf0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">aniazi</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://aniazi.wordpress.com/2008/07/04/3/</link>
		<comments>http://aniazi.wordpress.com/2008/07/04/3/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 11:30:52 +0000</pubDate>
		<dc:creator>aniazi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aniazi.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi, This is Day 5! For last 5 days I was in home and I was doing Homework. First was a Rational Rose project and funny thing about that is &#8220;I did not know anything about Rational Rose. So I got a book [UML with Rational Rose, Wendy Boggs] and INCARCERATE myself for 4 days [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aniazi.wordpress.com&amp;blog=100394&amp;post=3&amp;subd=aniazi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">Hi,</p>
<p class="MsoNormal" style="text-align:left;text-indent:36pt;direction:ltr;unicode-bidi:embed;" dir="ltr">This is Day 5!<span> </span>For last 5 days I was in home and I was doing Homework. First was a Rational Rose project and funny thing about that is &#8220;I did not know anything about Rational Rose.</p>
<p class="MsoNormal" style="text-align:left;text-indent:36pt;direction:ltr;unicode-bidi:embed;" dir="ltr">So I got a book [UML with Rational Rose, Wendy Boggs] and INCARCERATE myself for 4 days <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <span> </span>another funny with that was IT WAS NOT MY HOMEWORK <img src='http://s1.wp.com/wp-includes/images/smilies/icon_surprised.gif' alt=':-o' class='wp-smiley' /> , OK!</p>
<p class="MsoNormal" style="text-align:left;text-indent:36pt;direction:ltr;unicode-bidi:embed;" dir="ltr">
<p class="MsoNormal" style="text-align:left;text-indent:36pt;direction:ltr;unicode-bidi:embed;" dir="ltr">Link for Mr. H. S.<span> </span><a title="LINK!" href="http://niazi.persiangig.com/Library_RRose.zip">LINK!</a></p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">Believe me or not, these are funny days!</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">Another funny thing was another homework and it was not mine again :-p</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr"><span> </span>Link for Mrs. F. B. <a title="LINK" href="http://niazi.persiangig.com/DataSurtct_p.zip">LINK!</a></p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">I did them for Experience! (Oh, my goodness)</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">First project forced me to study and learn Over 800 pages in 4 days. (And I love Hard Trails)</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">Second problem in Second Project (that I Love it) was a childish friend. I always love to solve this problem but it never occurred. Especially Lovely &#8220;parenthesis, method to Ignore&#8221; that I invented! (but I could not figure it out <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">But I Wish it was in Java, Because nowadays I&#8217;m trying <span> </span>Core Java with eclipse.</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">Now, I should go and sleep <img src='http://s1.wp.com/wp-includes/images/smilies/icon_surprised.gif' alt=':-o' class='wp-smiley' />  , Bye</p>
<p class="MsoNormal" style="text-align:left;direction:ltr;unicode-bidi:embed;" dir="ltr">And finally, Let me apologize for my English knowledge and my thoroughly washout attempt but I think, it let us (just me at the moment!) to improve and finally will make me promoted! till next time.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aniazi.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aniazi.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aniazi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aniazi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aniazi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aniazi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aniazi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aniazi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aniazi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aniazi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aniazi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aniazi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aniazi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aniazi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aniazi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aniazi.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aniazi.wordpress.com&amp;blog=100394&amp;post=3&amp;subd=aniazi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aniazi.wordpress.com/2008/07/04/3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37eb1f2a3345cc5a440827ffa4657bf0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">aniazi</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://aniazi.wordpress.com/2006/02/11/hello-world/</link>
		<comments>http://aniazi.wordpress.com/2006/02/11/hello-world/#comments</comments>
		<pubDate>Sat, 11 Feb 2006 03:28:36 +0000</pubDate>
		<dc:creator>aniazi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aniazi.wordpress.com&amp;blog=100394&amp;post=1&amp;subd=aniazi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aniazi.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aniazi.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aniazi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aniazi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aniazi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aniazi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aniazi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aniazi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aniazi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aniazi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aniazi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aniazi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aniazi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aniazi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aniazi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aniazi.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aniazi.wordpress.com&amp;blog=100394&amp;post=1&amp;subd=aniazi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aniazi.wordpress.com/2006/02/11/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37eb1f2a3345cc5a440827ffa4657bf0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">aniazi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
