<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>adriandale.co.uk</title>
	<link>http://www.adriandale.co.uk</link>
	<description>Adrian Dale</description>
	<pubDate>Thu, 02 Feb 2012 18:38:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Programming Challenges 4 - 6</title>
		<link>http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-4-6/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-4-6/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 22:19:10 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Interests]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-4-6/</guid>
		<description><![CDATA[Following immediately on from the <a href="http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-1-3/">previous challenges</a>, I had hoped to redeem my rather miserable performance on Challenge 3.]]></description>
			<content:encoded><![CDATA[<p>Following immediately on from the <a href="http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-1-3/">previous challenges</a>, I had hoped to redeem my rather miserable performance on Challenge 3.</p>
<p><img src="http://www.adriandale.co.uk/wp-images/ProgrammingChallenges/LCDOutput.png" alt="LCD Problem Output" /></p>
<p>Read on to see how I did with Challenges 4 - 6.</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-4-6/#more-109" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-4-6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Programming Challenges 1 - 3</title>
		<link>http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-1-3/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-1-3/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 21:15:04 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Interests]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-1-3/</guid>
		<description><![CDATA[I downloaded a copy of Skiena and Revilla's book <a href="http://www.programming-challenges.com/">Programming Challenges</a> from <a href="http://www.acmsolver.org/books/Programming_Challenges_Miguel_Skiena.pdf">here</a>. I wasn't hugely taken by the book as it is mostly about coding in C, rather than C++ which I prefer, so I've only really skim-read it. However, I did take the time to solve some of the challenges after the first chapter, which was a far more valuable learning experience.]]></description>
			<content:encoded><![CDATA[<p>I downloaded a copy of Skiena and Revilla&#8217;s book <a href="http://www.programming-challenges.com/">Programming Challenges</a> from <a href="http://www.acmsolver.org/books/Programming_Challenges_Miguel_Skiena.pdf">here</a>. I wasn&#8217;t hugely taken by the book as it is mostly about coding in C, rather than C++ which I prefer, so I&#8217;ve only really skim-read it. However, I did take the time to solve some of the challenges after the first chapter, which was a far more valuable learning experience.</p>
<p><img src="http://www.adriandale.co.uk/wp-images/ProgrammingChallenges/PC02_Results.png" alt="Minesweeper Challenge Output" /></p>
<p>I decided that as the first few challenges looked fairly straightforward that I would make it my goal to solve each one 100% correctly on the first go. Unlike the <a href="http://www.adriandale.co.uk/index.php/2011/11/07/programming-challenges-ancient-messages/">Ancient Messages</a> challenge where comprehensive test data was supplied, this time each challenge only came with one or two examples. This means that coming up with a good way to test the program is essential if one wants to pass the judge&#8217;s tests first time. In a programming competition failure to pass tests means a time or score penalty. But I&#8217;m more concerned with real life where a programming error could mean death, financial loss, or worse, the wrong coloured background on a dialog box!</p>
<p>So, how did I do?</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-1-3/#more-108" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/11/08/programming-challenges-1-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Programming Challenges - Ancient Messages</title>
		<link>http://www.adriandale.co.uk/index.php/2011/11/07/programming-challenges-ancient-messages/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/11/07/programming-challenges-ancient-messages/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 22:58:39 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Interests]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/11/07/programming-challenges-ancient-messages/</guid>
		<description><![CDATA[Earlier this year I wrote about Project Euler. I&#8217;ve kept up my problem solving, with an additional 23 Project Euler problems solved in the four months since I wrote that article. I&#8217;ve also tackled some problems from other sources that don&#8217;t have restrictions on me writing about them.
 
First up, I had a bash at [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this year I wrote about <a href="http://www.adriandale.co.uk/index.php/2011/07/07/project-euler/">Project Euler</a>. I&#8217;ve kept up my problem solving, with an additional 23 Project Euler problems solved in the four months since I wrote that article. I&#8217;ve also tackled some problems from other sources that don&#8217;t have restrictions on me writing about them.</p>
<p><img src="http://www.adriandale.co.uk/wp-images/ProgrammingChallenges/ancient01.png" alt="Ancient Messages 01" /> <img src="http://www.adriandale.co.uk/wp-images/ProgrammingChallenges/ancient02.png" alt="Ancient Messages 02" /></p>
<p>First up, I had a bash at one of the easier looking problems from this year&#8217;s <a href="http://cm.baylor.edu/welcome.icpc">ACM International Collegiate Programming Contest.</a> You can see a description of the problem <a href="http://uva.onlinejudge.org/index.php?option=com_onlinejudge&#038;Itemid=8&#038;category=258&#038;page=show_problem&#038;problem=3544">here on the UVA Online Judging website</a> which provides automatic verification of submitted solutions.</p>
<p>The solver&#8217;s task for the problem I chose is to decode some &#8220;Ancient Messages&#8221;. So, how exactly did I do that?</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/11/07/programming-challenges-ancient-messages/#more-107" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/11/07/programming-challenges-ancient-messages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top Gun - Secret Cinema</title>
		<link>http://www.adriandale.co.uk/index.php/2011/09/05/top-gun-secret-cinema/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/09/05/top-gun-secret-cinema/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 11:07:47 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/09/05/top-gun-secret-cinema/</guid>
		<description><![CDATA[Yesterday I went to <a href="http://www.futurecinema.co.uk/california.html">Future Cinema Presents California Classics - Top Gun</a>.

<img src="http://www.adriandale.co.uk/wp-images/TopGun/Top_Gun_Big_Screen_web.jpg" alt="Top Gun Big Screen" />

This wasn't simply a case of showing up at a cinema to watch a film, though ...]]></description>
			<content:encoded><![CDATA[<p>Yesterday I went to <a href="http://www.futurecinema.co.uk/california.html">Future Cinema Presents California Classics - Top Gun</a>.</p>
<p><img src="http://www.adriandale.co.uk/wp-images/TopGun/Top_Gun_Big_Screen_web.jpg" alt="Top Gun Big Screen" /></p>
<p>This wasn&#8217;t simply a case of showing up at a cinema to watch a film, though &#8230;</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/09/05/top-gun-secret-cinema/#more-106" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/09/05/top-gun-secret-cinema/feed/</wfw:commentRss>
		</item>
		<item>
		<title>High Quality Rock is here!</title>
		<link>http://www.adriandale.co.uk/index.php/2011/07/22/high-quality-rock-is-here/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/07/22/high-quality-rock-is-here/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 14:07:55 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Interests]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/07/22/high-quality-rock-is-here/</guid>
		<description><![CDATA[I've just spent a very pleasant forty minutes listening to <a href="http://en.wikipedia.org/wiki/Deep_Purple">Deep Purple's</a> classic rock album, <a href="http://en.wikipedia.org/wiki/Machine_Head_%28album%29">Machine Head</a>. Exciting on a good day, but today it sounds extra special as I've been listening to a brand new high quality re-release of the album in 24 bit / 96 kHz download format.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just spent a very pleasant forty minutes listening to <a href="http://en.wikipedia.org/wiki/Deep_Purple">Deep Purple&#8217;s</a> classic rock album, <a href="http://en.wikipedia.org/wiki/Machine_Head_%28album%29">Machine Head</a>. Exciting on a good day, but today it sounds extra special as I&#8217;ve been listening to a brand new high quality re-release of the album in 24 bit / 96 kHz download format.</p>
<p><img src="http://www.adriandale.co.uk/wp-images/LinnDS.jpg" alt="Linn DS" /></p>
<p>So, why is this so exciting?</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/07/22/high-quality-rock-is-here/#more-105" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/07/22/high-quality-rock-is-here/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Project Euler</title>
		<link>http://www.adriandale.co.uk/index.php/2011/07/07/project-euler/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/07/07/project-euler/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 16:34:34 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Interests]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/07/07/project-euler/</guid>
		<description><![CDATA[<a href="http://projecteuler.net/index.php?section=about">Project Euler</a> is an internet-based mathematical and programming challenge that has been running for the last ten years. Problems set on the site range from incredibly easy to (mostly) very difficult.]]></description>
			<content:encoded><![CDATA[<p><a href="http://projecteuler.net/index.php?section=about">Project Euler</a> is an internet-based mathematical and programming challenge that has been running for the last ten years. Problems set on the site range from incredibly easy to (mostly) very difficult. I&#8217;m currently at &#8220;Level 3&#8243;, having solved 110 of the problems, including some of the more recent difficult ones.</p>
<p><img src="http://projecteuler.net/profile/datahaven.png" alt="datahaven Project Euler profile" /></p>
<p>It&#8217;s a bit tricky to write about this little hobby of mine as one of the conditions of taking part is that one doesn&#8217;t give away the answers.</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/07/07/project-euler/#more-104" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/07/07/project-euler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rock Choir - Wembley Arena 2011</title>
		<link>http://www.adriandale.co.uk/index.php/2011/05/15/rock-choir-wembley-arena-2011/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/05/15/rock-choir-wembley-arena-2011/#comments</comments>
		<pubDate>Sun, 15 May 2011 22:09:59 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Interests]]></category>

		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/05/15/rock-choir-wembley-arena-2011/</guid>
		<description><![CDATA[Unquestionably the most exciting thing I have done so far this year - this is the audience I sang for earlier today:

<img src="http://www.adriandale.co.uk/wp-images/RockChoir/RockChoir02_web.jpg" alt="Rock Choir" />

That is a capacity crowd of ten thousand people (mostly women) filling <a href="http://www.wembleyarena.co.uk/">Wembley Arena</a> for this afternoon's <a href="http://www.rockchoir.com">Rock Choir</a> Live event.]]></description>
			<content:encoded><![CDATA[<p>Unquestionably the most exciting thing I have done so far this year - this is the audience I sang for earlier today:</p>
<p><img src="http://www.adriandale.co.uk/wp-images/RockChoir/RockChoir02_web.jpg" alt="Rock Choir" /></p>
<p>The picture shows a capacity crowd of ten thousand people (mostly women) filling <a href="http://www.wembleyarena.co.uk/">Wembley Arena</a> for this afternoon&#8217;s <a href="http://www.rockchoir.com">Rock Choir</a> Live event.</p>
<p>Plus, there&#8217;s breaking a Guinness World Record, recording a track to be released on a deluxe version of the existing <a href="http://www.amazon.co.uk/gp/product/B003OQ5YDK/ref=as_li_ss_tl?ie=UTF8&#038;tag=adriandalecon-21&#038;linkCode=as2&#038;camp=1634&#038;creative=19450&#038;creativeASIN=B003OQ5YDK">Rock Choir: Vol1</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=&#038;l=as2&#038;o=2&#038;a=B003OQ5YDK" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> album and not only that but it has all been filmed for a documentary to be broadcast on ITV later this year. Not bad going for one afternoon!</p>
<p>So, what&#8217;s the story? How did I come to end up on stage in front of that many people?</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/05/15/rock-choir-wembley-arena-2011/#more-103" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/05/15/rock-choir-wembley-arena-2011/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mojito Project</title>
		<link>http://www.adriandale.co.uk/index.php/2011/03/17/mojito-project/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/03/17/mojito-project/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 23:16:24 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Interests]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/03/17/mojito-project/</guid>
		<description><![CDATA[I decided that home cocktail making is a skill that no gentleman should be without. The <a href="http://en.wikipedia.org/wiki/Mojito">Mojito</a>, seemed like an excellent place to start, bringing back happy memories of drinking cocktails on the beach in <a href="http://www.adriandale.co.uk/index.php/2007/12/10/mexico/">Mexico</a>.]]></description>
			<content:encoded><![CDATA[<p>I decided that home cocktail making is a skill that no gentleman should be without. The <a href="http://en.wikipedia.org/wiki/Mojito">Mojito</a>, seemed like an excellent place to start, bringing back happy memories of drinking cocktails on the beach in <a href="http://www.adriandale.co.uk/index.php/2007/12/10/mexico/">Mexico</a>.</p>
<p><img src="http://www.adriandale.co.uk/wp-images/Cocktails/Mojito3_01_web.JPG" alt="Mojito v2.1" /></p>
<p>Read on to find out what went into the making of the delicious looking concoction you see above&#8230;</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/03/17/mojito-project/#more-102" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/03/17/mojito-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Banqueting House</title>
		<link>http://www.adriandale.co.uk/index.php/2011/02/23/banqueting-house/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/02/23/banqueting-house/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 14:14:32 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/02/23/banqueting-house/</guid>
		<description><![CDATA[This is Banqueting House in London, site of the execution of Charles I in 1649.

I visited there by chance with my Mum as we were passing by on our way to see the Watercolours exhibition at Tate Britain. We received an impromptu history lesson plus the opportunity to take some photographs with my new Nikon [...]]]></description>
			<content:encoded><![CDATA[<p>This is <a href="http://www.hrp.org.uk/banquetinghouse/">Banqueting House</a> in London, site of the execution of Charles I in 1649.</p>
<p><img src="http://www.adriandale.co.uk/wp-images/London_20110222/DSC_0158_web.JPG" alt="Banqueting House" /></p>
<p>I visited there by chance with my Mum as we were passing by on our way to see the <a href="http://www.tate.org.uk/britain/exhibitions/watercolour/default.shtm">Watercolours exhibition at Tate Britain</a>. We received an impromptu history lesson plus the opportunity to take some photographs with my new <a href="http://imaging.nikon.com/products/imaging/lineup/microsite/d5000/en/main.html">Nikon D5000 DSLR camera</a>. Hopefully the quality of the photography on this blog will be improving over the coming months.</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/02/23/banqueting-house/#more-101" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/02/23/banqueting-house/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Weekend Art Project #001</title>
		<link>http://www.adriandale.co.uk/index.php/2011/01/20/weekend-art-project-001/</link>
		<comments>http://www.adriandale.co.uk/index.php/2011/01/20/weekend-art-project-001/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 09:45:46 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
		
		<category><![CDATA[Interests]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.adriandale.co.uk/index.php/2011/01/20/weekend-art-project-001/</guid>
		<description><![CDATA[<img src="http://www.adriandale.co.uk/wp-images/WA1/Installed01_web.JPG" alt="Weekend Art Project 001" />

I received a copy of this book for Christmas: <a href="http://www.amazon.co.uk/gp/product/1741960908?ie=UTF8&#038;tag=adriandalecon-21&#038;linkCode=as2&#038;camp=1634&#038;creative=19450&#038;creativeASIN=1741960908">The Weekend Artist: Creative Inspiration, Techniques and Simple Projects Designed to Unleash Your Inner Artist</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=adriandalecon-21&#038;l=as2&#038;o=2&#038;a=1741960908" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Gerard Smith.

Above you can see the results of my first attempt at creating modern art, following one of the projects in the book.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adriandale.co.uk/wp-images/WA1/Installed01_web.JPG" alt="Weekend Art Project 001" /></p>
<p>I received a copy of this book for Christmas: <a href="http://www.amazon.co.uk/gp/product/1741960908?ie=UTF8&#038;tag=adriandalecon-21&#038;linkCode=as2&#038;camp=1634&#038;creative=19450&#038;creativeASIN=1741960908">The Weekend Artist: Creative Inspiration, Techniques and Simple Projects Designed to Unleash Your Inner Artist</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=adriandalecon-21&#038;l=as2&#038;o=2&#038;a=1741960908" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Gerard Smith.</p>
<p>Above you can see the results of my first attempt at creating modern art, following one of the projects in the book. Read on to see what was involved in this project.</p>
<p> <a href="http://www.adriandale.co.uk/index.php/2011/01/20/weekend-art-project-001/#more-100" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adriandale.co.uk/index.php/2011/01/20/weekend-art-project-001/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

