<?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>Index out of Bounds &#187; free software</title>
	<atom:link href="http://www.jonathanfritz.ca/tag/free-software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jonathanfritz.ca</link>
	<description>the personal portfolio of Jonathan Fritz</description>
	<lastBuildDate>Mon, 12 Dec 2011 03:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Return of the iTunes to Zune Playlist Converter</title>
		<link>http://www.jonathanfritz.ca/software/the-return-of-the-itunes-to-zune-playlist-converter</link>
		<comments>http://www.jonathanfritz.ca/software/the-return-of-the-itunes-to-zune-playlist-converter#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:43:39 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[yourTunes]]></category>
		<category><![CDATA[zune]]></category>

		<guid isPermaLink="false">http://www.jonathanfritz.ca/?p=148</guid>
		<description><![CDATA[Hey all, After a couple of irate posts regarding the failure of my old iTunes to Zune playlist converter tool to work with newer versions of the iTunes and Zune playlist formats, I&#8217;ve rebuilt the project from the ground up and re-branded it as yourTunes. You can find the support page here, where downloads and [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all,</p>
<p>After a couple of <a href="http://www.jonathanfritz.ca/software/itunes-to-zune-playlist-converter/comment-page-1#comment-89" target="_blank">irate</a> <a href="http://www.jonathanfritz.ca/software/itunes-to-zune-playlist-converter/comment-page-1#comment-94" target="_blank">posts</a> regarding the failure of my old <a href="http://www.jonathanfritz.ca/software/itunes-to-zune-playlist-converter" target="_blank">iTunes to Zune playlist converter</a> tool to work with newer versions of the iTunes and Zune playlist formats, I&#8217;ve rebuilt the project from the ground up and re-branded it as yourTunes. You can find the support page <a href="http://www.jonathanfritz.ca/yourtunes-take-the-power-back" target="_blank">here</a>, where downloads and tutorials can be found, and you are welcomed to leave some feedback.</p>
<p>This first version is a rebuild and incremental improvement on the old project, but plenty of cool features are planned for future releases, so keep on top of it!</p>
<p>Cheers, Jon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanfritz.ca/software/the-return-of-the-itunes-to-zune-playlist-converter/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Post-Midterms Class Roundup</title>
		<link>http://www.jonathanfritz.ca/software/post-midterms-class-roundup</link>
		<comments>http://www.jonathanfritz.ca/software/post-midterms-class-roundup#comments</comments>
		<pubDate>Sat, 01 Nov 2008 16:11:31 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[visual basic]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://jonathanfritz.ca/?p=27</guid>
		<description><![CDATA[So midterms are finished, and life goes on. As much as I&#8217;d love this post to be tech-oriented, showcasing some brilliant new software that I&#8217;ve written in my spare time, the truth is, I haven&#8217;t had enough spare time lately in which to write any software of value. The small exception to that claim is [...]]]></description>
			<content:encoded><![CDATA[<p>So midterms are finished, and life goes on. As much as I&#8217;d love this post to be tech-oriented, showcasing some brilliant new software that I&#8217;ve written in my spare time, the truth is, I haven&#8217;t had enough spare time lately in which to write any software of value.</p>
<p>The small exception to that claim is <a href="http://www.jonathanfritz.ca/files/Blackberry%20Loader.zip" target="_self">this app</a>, a neat little VB and XML oriented program that allows you to read an iTunes playlist file (as exported to XML), and auto-copy all of the songs in that playlist to any folder you wish, preserving the artist/album/song file structure.</p>
<p>I wrote the program to fill my brand new blackberry with a selection of excellent songs, because the built in Roxio media manager is great for pictures, but slow as sin when it comes to larger media files. After writing it, I realized that it could also be a useful piracy tool; but then again, a hammer could be a positively fantastic homicide tool in the wrong hands too. Of all the libraries I&#8217;ve ever written, my .NET XML parser has spawned off more crappy little programs, making it possibly the most useful bit of code I&#8217;ve created.</p>
<p>Other than that, my coding has lately been limited to some cool graphics stuff in with OpenGL and C++. So far we&#8217;ve constructed a classic spinning cube implementation, complete with a custom view pipeline that implements transformations, dynamic shading, and back face culling in software. The next topic that we&#8217;re studying is texturing, and eventually, ray tracing and shaders.</p>
<p>While none of my assignments for this course have been interesting enough to warrant posting, I&#8217;ll definetly up my final project for the course, which at this point, is probably going to be a 3D terrain generator, similar to that of Sim City 4 fame.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanfritz.ca/software/post-midterms-class-roundup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

