<?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>Code Snips &#187; code</title>
	<atom:link href="http://www.chesterproductions.net.nz/blogs/it/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chesterproductions.net.nz/blogs/it</link>
	<description>Simple code hopefully worth remembering</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:17:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Parallel and Concurrent Processing with Sudoku: Part 1</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/parallel-and-concurrent-processing-with-sudoku-part-1/321/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/parallel-and-concurrent-processing-with-sudoku-part-1/321/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 08:59:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[concurrent]]></category>
		<category><![CDATA[parallel]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=321</guid>
		<description><![CDATA[One of the more fascinating areas of modern computing is that of parallel and concurrent (PAC) computing.  Of course it<a href="http://www.chesterproductions.net.nz/blogs/it/code/parallel-and-concurrent-processing-with-sudoku-part-1/321/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/parallel-and-concurrent-processing-with-sudoku-part-1/321/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An SSL Client Using OpenSSL</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 03:34:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=245</guid>
		<description><![CDATA[Recently I wrote about how to use OpenSSL to connect to a plain data server, this time I&#8217;m modifying the<a href="http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non SSL Connections Using OpenSSL</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 05:35:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=238</guid>
		<description><![CDATA[Strange as it seems but you can make non-SSL connections using the OpenSSL libraries.  The following code is a brief<a href="http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Brief Linux Sockets Connect Illustration</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/a-brief-linux-sockets-connect-illustration/223/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/a-brief-linux-sockets-connect-illustration/223/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 09:14:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[sockets]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=223</guid>
		<description><![CDATA[For a little while I&#8217;ve been playing with sockets in C now and have come up with the following succinct<a href="http://www.chesterproductions.net.nz/blogs/it/code/a-brief-linux-sockets-connect-illustration/223/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/a-brief-linux-sockets-connect-illustration/223/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Tomcat 6 and the HSM</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/apache-tomcat-6-and-the-hsm/160/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/apache-tomcat-6-and-the-hsm/160/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 10:41:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[hsm]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=160</guid>
		<description><![CDATA[Recently I&#8217;ve had some real fun with SafeNet HSM&#8217;s (Host Security Module or Hardware Security Module) and Tomcat 6 in<a href="http://www.chesterproductions.net.nz/blogs/it/code/apache-tomcat-6-and-the-hsm/160/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/apache-tomcat-6-and-the-hsm/160/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Custom Event Processor for pyinotify</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/python/simple-custom-event-processor-for-pyinotify/128/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/python/simple-custom-event-processor-for-pyinotify/128/#comments</comments>
		<pubDate>Thu, 07 May 2009 11:38:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[pynotify]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=128</guid>
		<description><![CDATA[In my previous post on pyinotify I took a short look at the basic use of the pyinotify watcher using<a href="http://www.chesterproductions.net.nz/blogs/it/python/simple-custom-event-processor-for-pyinotify/128/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/python/simple-custom-event-processor-for-pyinotify/128/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Berkeley Sockets C Server Example</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/simple-berkeley-sockets-c-server-example/88/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/simple-berkeley-sockets-c-server-example/88/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 00:07:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sockets]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=88</guid>
		<description><![CDATA[About Apache and Bloat Every now and then I look at Apache and wonder about its size and complexity. Its<a href="http://www.chesterproductions.net.nz/blogs/it/code/simple-berkeley-sockets-c-server-example/88/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/simple-berkeley-sockets-c-server-example/88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Posting to a Website</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/java/batch-posting-to-a-website/86/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/java/batch-posting-to-a-website/86/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 11:20:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html post]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=86</guid>
		<description><![CDATA[Ok so this is mostly about me playing with the Google syntax highlighter.Â  Its basically some code I rattled up<a href="http://www.chesterproductions.net.nz/blogs/it/java/batch-posting-to-a-website/86/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/java/batch-posting-to-a-website/86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driven to Reinvent</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/driven-to-reinvent/62/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/driven-to-reinvent/62/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 10:12:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=62</guid>
		<description><![CDATA[Its nice to have a standards based platform and in that vein C certainly has progressed a long way. But<a href="http://www.chesterproductions.net.nz/blogs/it/code/driven-to-reinvent/62/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/driven-to-reinvent/62/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Combinations</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/generating-combinations/5/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/generating-combinations/5/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 03:13:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[combinations]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=5</guid>
		<description><![CDATA[One of the tasks of numerical analysis is to search for or compare patterns. In the deep past this was<a href="http://www.chesterproductions.net.nz/blogs/it/code/generating-combinations/5/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/generating-combinations/5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

