<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Fiery Fred &#187; Project Euler</title>
	<atom:link href="http://www.fieryfred.org.uk/tag/project-euler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fieryfred.org.uk</link>
	<description>Random meanderings of a software developer</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:40:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<copyright>Copyright &#xA9; Fiery Fred 2010 </copyright>
	<managingEditor>david@fieryfred.org.uk (Fiery Fred)</managingEditor>
	<webMaster>david@fieryfred.org.uk (Fiery Fred)</webMaster>
	<image>
		<url>http://fieryfred.org.uk/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Fiery Fred</title>
		<link>http://www.fieryfred.org.uk</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Random meanderings of a software developer</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Fiery Fred</itunes:author>
	<itunes:owner>
		<itunes:name>Fiery Fred</itunes:name>
		<itunes:email>david@fieryfred.org.uk</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://fieryfred.org.uk/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Stretching the brain</title>
		<link>http://www.fieryfred.org.uk/2008/09/04/stretching-the-brain/</link>
		<comments>http://www.fieryfred.org.uk/2008/09/04/stretching-the-brain/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 21:38:25 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Project Euler]]></category>
		<category><![CDATA[TCL]]></category>

		<guid isPermaLink="false">http://fieryfred.org.uk/?p=40</guid>
		<description><![CDATA[I&#8217;m currently working my way through the problems Project Euler as a way of stretching my brain and also refreshing my C++. The actual problems can be solved in pretty much any language and judging by the forum they have &#8230; <a href="http://www.fieryfred.org.uk/2008/09/04/stretching-the-brain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working my way through the problems <a href="http://projecteuler.net/" target="_blank">Project Euler</a> as a way of stretching my brain and also refreshing my C++. The actual problems can be solved in pretty much any language and judging by the forum they have been. I&#8217;m using C++ not because it is the best language for the job, which it isn&#8217;t, but because my coding skills in it are getting a bit rusty. I&#8217;ve spent most of my time over the last 3 years coding in TCL with some brief forays in to Java. But before that I was a C++ coder for over 5 years and I don&#8217;t really want to let the skills slip away&#8230;.you never know when it might come in handy!</p>
<p>On a related note I met up with a colleague from the place where I used to do the C++ coding and it was good to catch up with him and hear what had happened to everybody. Sometimes I wonder if I could go back there and use the knowledge I have acquired since leaving to update the software. I would love to be able to incorporate a scripting language like TCL or Python into the main application and use scripts to drive it. The application was for controlling a high performance mass spectrometer and I actually wrote a sort of scripting language to provide some high level control of the sample introduction and data measurements. It was horrendously complex under the hood and was also multi threaded which meant that not many people could work out how to use it. With hindsight it didn&#8217;t need to be multi-threaded except in maybe one or two cases and even these could be handled by a single threaded script.</p>
<p>Who knows&#8230;may be one day I&#8217;ll get to do it. Until then I&#8217;ll keep the brain ticking over trying to remember &#8216;A&#8217; level maths.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fieryfred.org.uk/2008/09/04/stretching-the-brain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

