<?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"
	>
<channel>
	<title>Comments on: War Dialling ?</title>
	<atom:link href="http://www.sourceguru.net/archives/111/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sourceguru.net/archives/111</link>
	<description></description>
	<pubDate>Mon, 01 Dec 2008 22:15:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Paul</title>
		<link>http://www.sourceguru.net/archives/111#comment-15620</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 08 Jan 2008 16:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/archives/111#comment-15620</guid>
		<description>I haven't tried this, but what about the constraint that the first number must be &#62;= 27? You didn't mention that one, Nils, but I'm guessing you included it.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried this, but what about the constraint that the first number must be &gt;= 27? You didn&#8217;t mention that one, Nils, but I&#8217;m guessing you included it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils</title>
		<link>http://www.sourceguru.net/archives/111#comment-15605</link>
		<dc:creator>Nils</dc:creator>
		<pubDate>Mon, 07 Jan 2008 22:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/archives/111#comment-15605</guid>
		<description>I also wrote a small PHP script.

I assume that the second number (of 4 digits) must be greater than 724 (724 are added), the first digit of the second number must be 0 or 1 because 8000 are subtracted and the STD is 0161 so the first part of the checksum is 8.

With these assumptions there are only 4077 possible numbers that could be correct (checksum must be 29-8=21).</description>
		<content:encoded><![CDATA[<p>I also wrote a small PHP script.</p>
<p>I assume that the second number (of 4 digits) must be greater than 724 (724 are added), the first digit of the second number must be 0 or 1 because 8000 are subtracted and the STD is 0161 so the first part of the checksum is 8.</p>
<p>With these assumptions there are only 4077 possible numbers that could be correct (checksum must be 29-8=21).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jldugger</title>
		<link>http://www.sourceguru.net/archives/111#comment-15604</link>
		<dc:creator>jldugger</dc:creator>
		<pubDate>Mon, 07 Jan 2008 20:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sourceguru.net/archives/111#comment-15604</guid>
		<description>There's a ton more of these types of problems at Project Euler. I've started on them recently, and I'm not sure if it's that they're just problems 7 years old but they don't yet seem to need intelligent programming to solve. The hardest one so far was the one where I tried using a big int library, and wound up just using 64 bit arithmatic.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a ton more of these types of problems at Project Euler. I&#8217;ve started on them recently, and I&#8217;m not sure if it&#8217;s that they&#8217;re just problems 7 years old but they don&#8217;t yet seem to need intelligent programming to solve. The hardest one so far was the one where I tried using a big int library, and wound up just using 64 bit arithmatic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
