<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxQuestions.org - Blogs - estabroo</title>
		<link>http://www.linuxquestions.org/questions/blog.php?u=416222</link>
		<description>LinuxQuestions.org offers a free Linux forum where Linux newbies can ask questions and Linux experts can offer advice. Topics include security, installation, networking and much more.</description>
		<language>en</language>
		<lastBuildDate>Mon, 23 Nov 2009 08:00:46 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://e1h7.simplecdn.net/lqcdn/images/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - estabroo</title>
			<link>http://www.linuxquestions.org/questions/blog.php?u=416222</link>
		</image>
		<item>
			<title>mmm perl</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=2250</link>
			<pubDate>Tue, 08 Sep 2009 12:49:04 GMT</pubDate>
			<description><![CDATA[Code: 
--------- 
$e = "0"; 
$v = "5"; 
@odd = ( 
        [\$w, \$x, \$v, \$y, \$z], 
        [\$w, \$x, \$v, \$z, \$y], 
        [\$w, \$y, \$v,...]]></description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 498px;
		text-align: left;
		overflow: auto">$e = &quot;0&quot;;
$v = &quot;5&quot;;
@odd = (
        [\$w, \$x, \$v, \$y, \$z],
        [\$w, \$x, \$v, \$z, \$y],
        [\$w, \$y, \$v, \$x, \$z],
        [\$w, \$y, \$v, \$z, \$x],
        [\$w, \$z, \$v, \$x, \$y],
        [\$w, \$z, \$v, \$y, \$x],
        );
@even = (
        [\$a, \$b, \$c, \$d, \$e],
        [\$a, \$b, \$d, \$c, \$e],
        [\$a, \$c, \$b, \$d, \$e],
        [\$a, \$c, \$d, \$b, \$e],
        [\$a, \$d, \$b, \$c, \$e],
        [\$a, \$d, \$c, \$b, \$e],
        );
@on = (&quot;1&quot;, &quot;3&quot;, &quot;7&quot;, &quot;9&quot;);
@en = (&quot;2&quot;, &quot;4&quot;, &quot;6&quot;, &quot;8&quot;);
$count = 0;
for ($i=0; $i &lt; 4; $i++) {
        $w = $on[(0+$i)%4];
        $x = $on[(1+$i)%4];
        $y = $on[(2+$i)%4];
        $z = $on[(3+$i)%4];
        for ($j=0; $j &lt; 6; $j++) {
                for ($k=0; $k &lt; 4; $k++) {
                        $a = $en[(0+$k)%4];
                        $b = $en[(1+$k)%4];
                        $c = $en[(2+$k)%4];
                        $d = $en[(3+$k)%4];
                        for ($l=0; $l &lt; 6; $l++) {
                                $num = &quot;&quot;;
                                $fail = 0;
                                for ($m=0; $m &lt; 5; $m++) {
                                        $num .= ${$odd[$j][$m]};
                                        if ((int(($num+0)/($m*2+1))*($m*2+1)) != ($num+0)) {
#                                               print &quot;odd: $num -- $m\n&quot;;
                                                $fail = 1;
                                        }
                                        $num .= ${$even[$l][$m]};
                                        if ((int(($num+0)/($m*2+2))*($m*2+2)) != ($num+0)) {
#                                               print &quot;even: $num -- $m\n&quot;;
                                                $fail = 1;
                                        }
                                }
                                if ($fail == 0) {
                                  print &quot;num: $num\n&quot;;
                                  $count++;
                                }
                      
                        }
                }
        }
}
print &quot;total numbers matching: $count\n&quot;;</pre>
</div></div>

]]></content:encoded>
			<dc:creator>estabroo</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=2250</guid>
		</item>
		<item>
			<title>Will it ever happen again?</title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=1000</link>
			<pubDate>Fri, 01 Aug 2008 22:13:14 GMT</pubDate>
			<description><![CDATA[Huh, never thought to start a blog and now I've been given one.  Whatever will I do with it, I'm guessing nothing and this will be the first and last...]]></description>
			<content:encoded><![CDATA[<div>Huh, never thought to start a blog and now I've been given one.  Whatever will I do with it, I'm guessing nothing and this will be the first and last post in it, but hey you never know right, inspiration could hit at any moment.<br />
<br />
Thanks for the blogging opportunity.</div>

]]></content:encoded>
			<dc:creator>estabroo</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=1000</guid>
		</item>
	</channel>
</rss>
