<?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/"
	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>Comments on: sign o&#8217; the times. The END times&#8230;</title>
	<atom:link href="http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/feed/" rel="self" type="application/rss+xml" />
	<link>http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/</link>
	<description>49 degrees latitude, 360 degrees attitude!</description>
	<lastBuildDate>Sat, 02 Jun 2012 17:32:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: token squid &#171; raincoaster</title>
		<link>http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-187629</link>
		<dc:creator><![CDATA[token squid &#171; raincoaster]]></dc:creator>
		<pubDate>Sat, 29 Sep 2007 03:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-187629</guid>
		<description><![CDATA[[...] Squid signs. So hot right now. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Squid signs. So hot right now. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raincoater, the Video &#171; Archies Archive</title>
		<link>http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-132576</link>
		<dc:creator><![CDATA[Raincoater, the Video &#171; Archies Archive]]></dc:creator>
		<pubDate>Thu, 28 Jun 2007 09:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-132576</guid>
		<description><![CDATA[[...] I shall attempt to avoid the terrible tenfold tentacles of fate. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I shall attempt to avoid the terrible tenfold tentacles of fate. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raincoaster</title>
		<link>http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-130473</link>
		<dc:creator><![CDATA[raincoaster]]></dc:creator>
		<pubDate>Mon, 25 Jun 2007 19:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-130473</guid>
		<description><![CDATA[See, I TOLD you java doesn&#039;t work in Wordpress.]]></description>
		<content:encoded><![CDATA[<p>See, I TOLD you java doesn&#8217;t work in WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frontier Former Editor</title>
		<link>http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-130428</link>
		<dc:creator><![CDATA[Frontier Former Editor]]></dc:creator>
		<pubDate>Mon, 25 Jun 2007 17:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-130428</guid>
		<description><![CDATA[Two cups:

if(!numFound)
		throw new PasswordInvalidFormatException(&quot;Password is invalid - must 

have at least one numeric digit&quot;);
}

	// Encrypts original password returning new encrypted String
	private String encrypt(String pswd)
	{
		StringBuffer encryptPswd;
		int pswdSize = 0;
		int midpoint = 0;
		int hashCode = 0;

		// swap first and last half of password
		pswdSize = pswd.length();
		midpoint = pswdSize/2;
		encryptPswd = new StringBuffer(pswd.substring(midpoint)
		+ pswd.substring(0,midpoint));	// get last half of pswd and 

concatenate first half

		encryptPswd.reverse();		// reverses order of characters in 

password

		for(int i=0; i ]]></description>
		<content:encoded><![CDATA[<p>Two cups:</p>
<p>if(!numFound)<br />
		throw new PasswordInvalidFormatException(&#8220;Password is invalid &#8211; must </p>
<p>have at least one numeric digit&#8221;);<br />
}</p>
<p>	// Encrypts original password returning new encrypted String<br />
	private String encrypt(String pswd)<br />
	{<br />
		StringBuffer encryptPswd;<br />
		int pswdSize = 0;<br />
		int midpoint = 0;<br />
		int hashCode = 0;</p>
<p>		// swap first and last half of password<br />
		pswdSize = pswd.length();<br />
		midpoint = pswdSize/2;<br />
		encryptPswd = new StringBuffer(pswd.substring(midpoint)<br />
		+ pswd.substring(0,midpoint));	// get last half of pswd and </p>
<p>concatenate first half</p>
<p>		encryptPswd.reverse();		// reverses order of characters in </p>
<p>password</p>
<p>		for(int i=0; i </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raincoaster</title>
		<link>http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-130151</link>
		<dc:creator><![CDATA[raincoaster]]></dc:creator>
		<pubDate>Mon, 25 Jun 2007 11:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://raincoaster.com/2007/06/25/sign-o-the-times-the-end-times/#comment-130151</guid>
		<description><![CDATA[I&#039;m almost out again, so save me some.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m almost out again, so save me some.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

