<?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: Matrix Code in C#</title>
	<atom:link href="http://www.nodstrum.com/2007/11/09/matrix-code-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/</link>
	<description>A coders playground.</description>
	<lastBuildDate>Wed, 01 Feb 2012 10:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: CSharpLover</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-275441</link>
		<dc:creator>CSharpLover</dc:creator>
		<pubDate>Wed, 06 Jul 2011 13:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-275441</guid>
		<description>Great , I love it !</description>
		<content:encoded><![CDATA[<p>Great , I love it !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayant</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-96888</link>
		<dc:creator>Jayant</dc:creator>
		<pubDate>Sat, 15 Jan 2011 08:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-96888</guid>
		<description>Nice code, Thanks...</description>
		<content:encoded><![CDATA[<p>Nice code, Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tweitz</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-78496</link>
		<dc:creator>tweitz</dc:creator>
		<pubDate>Mon, 18 Oct 2010 02:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-78496</guid>
		<description>thanks.it works</description>
		<content:encoded><![CDATA[<p>thanks.it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karni</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-39147</link>
		<dc:creator>Karni</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-39147</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-19846</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 01 Aug 2009 13:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-19846</guid>
		<description>Hmm...There seems to be some errors with the code. Was this made using the latest version of C# that I have installed? Or was it another version?

Im a beginner at C# and I can fix some of the errors but this block of text:

                if (t &lt;= 2)
                    return (char)(‘0? + r.Next(10));
                else if (t &lt;= 4)
                    return (char)(‘a’ + r.Next(27));
                else if (t &lt;= 6)
                    return (char)(‘A’ + r.Next(27));
                else
                    return (char)(r.Next(32, 255));

I can&#039;t fix because I don&#039;t understand what&#039;s going on</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;There seems to be some errors with the code. Was this made using the latest version of C# that I have installed? Or was it another version?</p>
<p>Im a beginner at C# and I can fix some of the errors but this block of text:</p>
<p>                if (t &lt;= 2)<br />
                    return (char)(‘0? + r.Next(10));<br />
                else if (t &lt;= 4)<br />
                    return (char)(‘a’ + r.Next(27));<br />
                else if (t &lt;= 6)<br />
                    return (char)(‘A’ + r.Next(27));<br />
                else<br />
                    return (char)(r.Next(32, 255));</p>
<p>I can&#8217;t fix because I don&#8217;t understand what&#8217;s going on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Athanazio &#187; c# eita to de volta ao clipper !</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-12538</link>
		<dc:creator>Athanazio &#187; c# eita to de volta ao clipper !</dc:creator>
		<pubDate>Mon, 05 Jan 2009 23:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-12538</guid>
		<description>[...] exemplos parecidos http://msdn.microsoft.com/en-us/library/system.console.setwindowposition.aspx http://nodstrum.com/2007/11/09/matrix-code-in-c/     Tags:C, char, console, [...]</description>
		<content:encoded><![CDATA[<p>[...] exemplos parecidos <a href="http://msdn.microsoft.com/en-us/library/system.console.setwindowposition.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.console.setwindowposition.aspx</a> <a href="http://nodstrum.com/2007/11/09/matrix-code-in-c/" rel="nofollow">http://nodstrum.com/2007/11/09/matrix-code-in-c/</a>     Tags:C, char, console, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamesB</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-11153</link>
		<dc:creator>JamesB</dc:creator>
		<pubDate>Wed, 03 Dec 2008 20:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-11153</guid>
		<description>Is there a command line i can put into command prompt so it will display this instead of running the .exe file?</description>
		<content:encoded><![CDATA[<p>Is there a command line i can put into command prompt so it will display this instead of running the .exe file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parisa</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-6263</link>
		<dc:creator>parisa</dc:creator>
		<pubDate>Thu, 09 Oct 2008 15:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-6263</guid>
		<description>you can send for me a  code matrix(n*n)
tanks</description>
		<content:encoded><![CDATA[<p>you can send for me a  code matrix(n*n)<br />
tanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-2604</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Fri, 29 Aug 2008 07:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-2604</guid>
		<description>Hi Everyone!
Someone made a YouTube video out of this:
http://www.youtube.com/watch?v=Omq2VDpEzM4

Jamie.</description>
		<content:encoded><![CDATA[<p>Hi Everyone!<br />
Someone made a YouTube video out of this:<br />
<a href="http://www.youtube.com/watch?v=Omq2VDpEzM4" rel="nofollow">http://www.youtube.com/watch?v=Omq2VDpEzM4</a></p>
<p>Jamie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hadi from iran</title>
		<link>http://www.nodstrum.com/2007/11/09/matrix-code-in-c/comment-page-1/#comment-1584</link>
		<dc:creator>hadi from iran</dc:creator>
		<pubDate>Tue, 15 Jul 2008 08:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/11/09/matrix-code-in-c/#comment-1584</guid>
		<description>HI Jamie  (Sorry for my english) 
need help
can you send me code of mtrix (N*N)  determinan and multiply between two</description>
		<content:encoded><![CDATA[<p>HI Jamie  (Sorry for my english)<br />
need help<br />
can you send me code of mtrix (N*N)  determinan and multiply between two</p>
]]></content:encoded>
	</item>
</channel>
</rss>

