<?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>zedstar dot org &#187; c</title>
	<atom:link href="http://zedstar.org/blog/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://zedstar.org/blog</link>
	<description></description>
	<lastBuildDate>Wed, 04 Jan 2012 14:23:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Simple example of accessing gpsd from C code</title>
		<link>http://zedstar.org/blog/2009/11/24/simple-example-of-accessing-gpsd-from-c-code/</link>
		<comments>http://zedstar.org/blog/2009/11/24/simple-example-of-accessing-gpsd-from-c-code/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:17:40 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Handhelds]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[glib]]></category>
		<category><![CDATA[gps]]></category>

		<guid isPermaLink="false">http://zedstar.org/blog/?p=166</guid>
		<description><![CDATA[Code: http://zedstar.org/tarballs/gpstest-0.1.tar.gz From the README: A simple GLib based program which periodically reads coordinates from gpsd. The logs directory contains a sample gps log which can be fed to gpsfake: gpsfake 1334-N-20071129-GTA01-A3.log Make sure gpsd is not running before attempting to run gpsfake. The data was taken from a Neo 1973 in central London. It [...]]]></description>
			<content:encoded><![CDATA[<p>Code:</p>
<p><a href="http://zedstar.org/tarballs/gpstest-0.1.tar.gz">http://zedstar.org/tarballs/gpstest-0.1.tar.gz</a></p>
<p>From the README:</p>
<pre>A simple GLib based program which periodically reads coordinates from gpsd.

The logs directory contains a sample gps log which can be fed to gpsfake:

gpsfake 1334-N-20071129-GTA01-A3.log

Make sure gpsd is not running before attempting to run gpsfake.

The data was taken from a Neo 1973 in central London. It will take a moment
to start showing coordinates.
</pre>
<p>** edit ** This example needs updating to work on newer GPSD versions</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2009/11/24/simple-example-of-accessing-gpsd-from-c-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding back cdt support to eclipse (karmic koala)</title>
		<link>http://zedstar.org/blog/2009/11/24/adding-back-cdt-support-to-eclipse-karmic-koala/</link>
		<comments>http://zedstar.org/blog/2009/11/24/adding-back-cdt-support-to-eclipse-karmic-koala/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 12:53:58 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cdt]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://zedstar.org/blog/?p=164</guid>
		<description><![CDATA[Currently the eclipse-cdt package is missing from Ubuntu 9.10. To install cdt support do the following: Fire up eclipse: Help-&#62;Install New Software Click Add In location add: http://download.eclipse.org/tools/cdt/releases/galileo You should be able to select this now from the drop down box titled &#8220;Work with:&#8221; Follow it through and it will install what you need. My [...]]]></description>
			<content:encoded><![CDATA[<p>Currently the eclipse-cdt package is missing from Ubuntu 9.10. To install cdt support do the following:</p>
<p>Fire up eclipse:</p>
<ol>
<li>Help-&gt;Install New Software</li>
<li>Click Add</li>
<li>In location add: http://download.eclipse.org/tools/cdt/releases/galileo</li>
</ol>
<p>You should be able to select this now from the drop down box titled &#8220;Work with:&#8221;</p>
<p>Follow it through and it will install what you need. My previous C/C++ view was ghosted so I added it again.</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2009/11/24/adding-back-cdt-support-to-eclipse-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

