<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>xenoscope</title>
	<link>http://xenoscope.net/weblog</link>
	<description>mind the gap</description>
	<lastBuildDate>Mon, 08 Mar 2010 00:25:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>C++: Sorting the Contents of an Array Based on the Contents of Another</title>
		<description><![CDATA[I often find while programming that I want to sort the contents of one array based on that of another.  For instance, say I had the arrays

int rankings&#91;&#93; = &#123;1,4,2,5,3&#125;
string names&#91;&#93; = &#123;&#34;George&#34;, &#34;Fred&#34;, &#34;Gary&#34;, &#34;John&#34;, &#34;Bob&#34;&#125;

and I wanted to resort both arrays based on ranking.  That is, I would want the following result:

int rankings&#91;&#93; [...]]]></description>
		<link>http://xenoscope.net/weblog/2010/03/07/c-sorting-the-contents-of-an-array-based-on-the-contents-of-another/</link>
			</item>
	<item>
		<title>Anamnesis Launched</title>
		<description><![CDATA[I have just put up the code for a project I&#8217;ve been working on called Anamnesis.  It is a SIMBL-based plugin for Safari on Mac OS X that adds &#8220;Reopen Last Closed Tab&#8221; functionality.  Please check out the Anamnesis page (see links @ top of page) for more information.
]]></description>
		<link>http://xenoscope.net/weblog/2010/01/06/anamnesis-launched/</link>
			</item>
	<item>
		<title>Reading and Parsing USB GPS Data in C (with NmeaLib)</title>
		<description><![CDATA[I&#8217;m currently working on a project that requires GPS data, and need a way to retrieve data from a USB-based GPS receiver I purchased (a USGlobSat BU-353 USB GPS receiver). Fortunately, most GPS receivers, particularly USB ones, support the NMEA 0183 protocol. NMEA 0183 is a serial-based protocol was developed by the National Marine Electronics [...]]]></description>
		<link>http://xenoscope.net/weblog/2008/09/19/reading-and-parsing-usb-gps-data-in-c-with-nmealib/</link>
			</item>
	<item>
		<title>How to Monitor Parallel Port Interrupts in User Space in Linux</title>
		<description><![CDATA[DISCLAIMER: A computer is not a cheap device and home-made electronics are not always reliable. I take no responsibility for damage caused by you sticking shit into your parallel port or anywhere else on your computer to see what happens. I also take no responsibility for any side-effects of the following code. That said, if [...]]]></description>
		<link>http://xenoscope.net/weblog/2008/09/16/how-to-monitor-parallel-port-interrupts-in-user-space-in-linux/</link>
			</item>
	<item>
		<title>Clebsch-Gordan Coefficient Calculator</title>
		<description><![CDATA[I was trying to find a calculator for Clebsch-Gordan tables online the other day, but couldn&#8217;t find anything that produced tables of a nicely printable format.  In particular, I was looking for something that provided output like these tables.  As a result, I was forced to write my own, which gave me some [...]]]></description>
		<link>http://xenoscope.net/weblog/2008/05/04/clebsch-gordan-coefficient-calculator/</link>
			</item>
	<item>
		<title>Welcome!</title>
		<description><![CDATA[I&#8217;ve been wanting to set up an online journal of sorts for posting stuff I find interesting, and finally got around to doing it.  Hopefully I&#8217;ll have stuff here within a day or two.
]]></description>
		<link>http://xenoscope.net/weblog/2008/05/04/welcome/</link>
			</item>
</channel>
</rss>
