
<?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>All My Brain &#187; source code</title>
	<atom:link href="http://allmybrain.com/tag/source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sat, 10 Jul 2010 17:08:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dual Master Git Repositories</title>
		<link>http://allmybrain.com/2009/11/17/dual-master-git-repositories/</link>
		<comments>http://allmybrain.com/2009/11/17/dual-master-git-repositories/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:23:04 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=330</guid>
		<description><![CDATA[One of the nice things about git, is the ability to work in a distributed manor. Instead of having to have a central repository for your source code, you can create a copy of your repository and do work, while sharing the changes, on any number of machines. Often, when a few developers share code, [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/11/17/dual-master-git-repositories/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fixing the code highlighter for WordPress</title>
		<link>http://allmybrain.com/2009/06/04/fixing-the-code-highlighter-for-wordpress/</link>
		<comments>http://allmybrain.com/2009/06/04/fixing-the-code-highlighter-for-wordpress/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 13:46:35 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Geshi]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[syntax highlighting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=287</guid>
		<description><![CDATA[Many of my posts have some sort of code, shell script, or other syntax highlighted portion. I've loved the code highligher plugin for wordpress. The version I've been using (1.8) doesn't seem to have had any updates for quite some time. The only reason that bothers me in the slightest is that there is a [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/06/04/fixing-the-code-highlighter-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Open Source Library for Writing Firmware on the Cypress FX2 with SDCC</title>
		<link>http://allmybrain.com/2008/12/05/an-open-source-library-for-writing-firmware-on-the-cypress-fx2-with-sdcc/</link>
		<comments>http://allmybrain.com/2008/12/05/an-open-source-library-for-writing-firmware-on-the-cypress-fx2-with-sdcc/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 19:22:35 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[cy7c68013a]]></category>
		<category><![CDATA[cypress]]></category>
		<category><![CDATA[ez-usb]]></category>
		<category><![CDATA[fx2]]></category>
		<category><![CDATA[fx2lib]]></category>
		<category><![CDATA[fx2lp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sdcc]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=180</guid>
		<description><![CDATA[After playing around with the Cypress FX2 and SDCC for the past while, I've developed a library of utilities that make some of the common tasks for writing firmware and performing certain functions a little easier. I'm lucky to work for a company that approves of the open source initiative and believes that it is [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/12/05/an-open-source-library-for-writing-firmware-on-the-cypress-fx2-with-sdcc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sharing git branches</title>
		<link>http://allmybrain.com/2008/09/15/sharing-git-branches/</link>
		<comments>http://allmybrain.com/2008/09/15/sharing-git-branches/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 13:31:12 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=136</guid>
		<description><![CDATA[I've been learning git lately. Here are a few tips for sharing branches I've collected during the past few weeks. Create a branch In git, branches are stored on your local machine. Even the commonly named "master", is just a branch on your local machine. Master is simply set up to track a branch on [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/09/15/sharing-git-branches/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Formatting Source Code with WordPress</title>
		<link>http://allmybrain.com/2008/06/17/formatting-source-code-with-wordpress/</link>
		<comments>http://allmybrain.com/2008/06/17/formatting-source-code-with-wordpress/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 16:12:03 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[highlighting]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=100</guid>
		<description><![CDATA[Sometimes you get used to doing things one way and you forget to take a step back now and then and see if there isn't something you're missing. In my case, I was formatting source code on this blog by putting html non-breaking spaces and &#38;amp;lt; codes for angle brackets etc. Ouch. What was I [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/06/17/formatting-source-code-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
