<?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>cdevroe.com &#187; script</title>
	<atom:link href="http://cdevroe.com/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdevroe.com</link>
	<description>by Colin Devroe</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:49:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<atom:link rel='hub' href='http://cdevroe.com/?pushpress=hub'/>
<cloud domain='cdevroe.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>An even better Spotify Alfred extension</title>
		<link>http://cdevroe.com/links/johns-alfred-spotify/</link>
		<comments>http://cdevroe.com/links/johns-alfred-spotify/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 14:23:15 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[jeff johns]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[spotify]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=5505</guid>
		<description><![CDATA[Jeff Johns has released an update to his Spotify Alfred extension. The man&#8217;s an addict. He has Alfred extensions for Skype, Bluetooth, Caffeine, and Screen Sharing.]]></description>
			<content:encoded><![CDATA[<p>Jeff Johns has <a href="https://github.com/phpfunk/alfred-spotify-controls">released an update to his Spotify Alfred extension</a>. The man&#8217;s an addict. He has <a href="http://phpfunk.me/#alfred">Alfred extensions for Skype, Bluetooth, Caffeine, and Screen Sharing</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/johns-alfred-spotify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;whack a mole&#8221; script</title>
		<link>http://cdevroe.com/links/thetodd-mole-script/</link>
		<comments>http://cdevroe.com/links/thetodd-mole-script/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 11:18:57 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[todd troxell]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=2970</guid>
		<description><![CDATA[Todd Troxell, our &#8220;Super System Admin&#8221; at Viddler whom we also call The Todd, recently wrote a script for destroying bad queries while we were receiving an incredible amount of bad requests the other day. I called it a whack a mole script and told him he should blog about it&#8230; he called it &#8220;how [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rapidpacket.com/~xtat/">Todd Troxell</a>, our &#8220;Super System Admin&#8221; at Viddler whom we also call The Todd, recently wrote a script for destroying bad queries while we were receiving an incredible amount of bad requests the other day. I called it a whack a mole script and told him he should blog about it&#8230; he called it <a href="http://rapidpacket.com/~xtat/blog/posts/how_to_keep_an_ovrloaded_db_running/">&#8220;how to keep an ovrloaded db running&#8221;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/thetodd-mole-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Git on Mac OS X 10.5 using a script</title>
		<link>http://cdevroe.com/links/install-git-mac/</link>
		<comments>http://cdevroe.com/links/install-git-mac/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 15:00:21 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[martin bergek]]></category>
		<category><![CDATA[mike-stickel]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=1416</guid>
		<description><![CDATA[A script that makes it easy to install Git from source on the Mac.]]></description>
			<content:encoded><![CDATA[<p>Although <a href="http://cdevroe.com/tag/subversion/">I&#8217;m a fan of Subversion</a> as my version control system of choice, I have a few friends that are gushing all over <a href="http://git.or.cz/">Git</a>. In order to begin my migration to Git, I&#8217;ll be needing to install it locally on my Mac.</p>
<p><a href="http://www.bergek.com/2008/09/21/install-git-on-mac-os-x-105/">This script</a>, by <a href="http://www.bergek.com/">Martin Bergek</a>, seems to be the simplest way I&#8217;ve found to install Git from source on the Macintosh.</p>
<p>Source:Â <a href="http://www.bergek.com/2008/09/21/install-git-on-mac-os-x-105/">Install git on Mac OS X 10.5</a>.<br />
Via: <a href="http://ma.gnolia.com/people/mstickel/bookmarks/zawironu">Mike Stickel on Ma.gnolia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/install-git-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Michael Bay&#8217;s &#8211; The Dark Knight</title>
		<link>http://cdevroe.com/links/bay-knight/</link>
		<comments>http://cdevroe.com/links/bay-knight/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 21:02:15 +0000</pubDate>
		<dc:creator>Colin Devroe</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[batman]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[michael bay]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[parody]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[the dark knight]]></category>

		<guid isPermaLink="false">http://cdevroe.com/?p=846</guid>
		<description><![CDATA[What if Michael Bay wrote, produced, and directed The Dark Knight?]]></description>
			<content:encoded><![CDATA[<div class="postImage-right"><img src="http://img.skitch.com/20080707-fifhsk39yg54xmxt5gcikxe39d.jpg" alt="Sorry, Michael." width="240" /></div>
<p><strong>REJECTED!</strong></p>
<p>You&#8217;ve got a love these script spoofs that have been popping up lately. Â Recently we saw <em>The Kingdom of the Crystal Skull</em> <a href="http://www.the-editing-room.com/indianajones4.html">parodied</a>, and now we&#8217;re seeing the upcoming Batman epic flick <em>The Dark Knight</em> being written as if Michael Bay were set to write, produce, and direct it.</p>
<p>There are some gems in here, here is one of my favorites which appears in the opening sequence:</p>
<blockquote><p>We open with a shot of The Pentagon: nerve center of the entire free world.Â  An American flag (CGI) flies proudly in the central courtyard.</p></blockquote>
<p>Yep, it is a Michael Bay film alright &#8211; complete with unnecessary CGI. Â The script is pretty well done, as was the Indiana Jones spoof, so check out either one of them.</p>
<p>Source:Â <a href="http://my.spill.com/profiles/blog/show?id=947994%3ABlogPost%3A355506">Michael Bay&#8217;s Rejected &#8220;The Dark Knight&#8221; Script</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdevroe.com/links/bay-knight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

