<?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/"
	>

<channel>
	<title>Dao of Izzy</title>
	<atom:link href="http://www.israel-smith.com/thoughts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.israel-smith.com/thoughts</link>
	<description>My Thought to your Retinas</description>
	<lastBuildDate>Fri, 30 Dec 2011 00:16:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Unpacking Packed JavaScript Code</title>
		<link>http://www.israel-smith.com/thoughts/unpacking-packed-javascript-code/</link>
		<comments>http://www.israel-smith.com/thoughts/unpacking-packed-javascript-code/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 00:15:36 +0000</pubDate>
		<dc:creator>Izzy</dc:creator>
				<category><![CDATA[Code Codex]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[decryption]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://www.israel-smith.com/thoughts/?p=362</guid>
		<description><![CDATA[I&#8217;m sure if you are reading this, you too, as I have many times, come across packed JavaScript code that you needed either to check for maliciousness, modification, curiosity, or perhaps even something more sinister. Don&#8217;t judge me, I won&#8217;t judge you. Either way, you&#8217;ve probably had the same cringing look on your face the [...]]]></description>
		<wfw:commentRss>http://www.israel-smith.com/thoughts/unpacking-packed-javascript-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kantōrai</title>
		<link>http://www.israel-smith.com/thoughts/kantorai/</link>
		<comments>http://www.israel-smith.com/thoughts/kantorai/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 03:13:41 +0000</pubDate>
		<dc:creator>Izzy</dc:creator>
				<category><![CDATA[Poetry]]></category>

		<guid isPermaLink="false">http://www.israel-smith.com/thoughts/?p=344</guid>
		<description><![CDATA[&#187;Kantōrai&#171; The People are the Castle, The People are the Stones, The People are the Moat! Love for your Comrades, Hatred for your Enemies! War is of Men, Not of Castles. War lies in the Attack, Not in the Defense. - Lay down your Corpses to be your Walls, Lay down your Corpses to bridge [...]]]></description>
		<wfw:commentRss>http://www.israel-smith.com/thoughts/kantorai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Function in_array_by_id Search an array for an elements location or index</title>
		<link>http://www.israel-smith.com/thoughts/php-function-in_array_by_id-search-an-array-for-an-elements-location-or-index/</link>
		<comments>http://www.israel-smith.com/thoughts/php-function-in_array_by_id-search-an-array-for-an-elements-location-or-index/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 18:58:59 +0000</pubDate>
		<dc:creator>Izzy</dc:creator>
				<category><![CDATA[Code Codex]]></category>

		<guid isPermaLink="false">http://www.israel-smith.com/thoughts/?p=328</guid>
		<description><![CDATA[It seems crazy that there isn&#8217;t a function that already does this very simple task, namely, search an array for an element, and return its index (i.e. location) in that array. in_array() will tell you if the element is in the array, but not where it is. search_array() will search an associative array, but not [...]]]></description>
		<wfw:commentRss>http://www.israel-smith.com/thoughts/php-function-in_array_by_id-search-an-array-for-an-elements-location-or-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

