<?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>bluelinecity.com &#187; opensource</title>
	<atom:link href="http://bluelinecity.com/tag/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluelinecity.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 May 2012 01:25:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Runny 0.3 Released</title>
		<link>http://bluelinecity.com/2009/11/03/runny-03-released/</link>
		<comments>http://bluelinecity.com/2009/11/03/runny-03-released/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 15:17:42 +0000</pubDate>
		<dc:creator>benglish</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[jscript]]></category>
		<category><![CDATA[launcher]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[runny]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://bluelinecity.com/?p=518</guid>
		<description><![CDATA[A new version of Runny works in Windows 7 and has some new nifty features. I cleaned up command creation so there&#8217;s no need to prepend scripts and macros with a protocol-like keyword. Now to create a macro you can simply type: new macro [macroname] [commands] The same goes for script. Making &#8220;macro&#8221; and &#8220;script&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://pivotlabs.com/opensource/runny">new version of Runny</a> works in Windows 7 and has some new nifty features.</p>
<p>I cleaned up command creation so there&#8217;s no need to prepend scripts and macros with a protocol-like keyword. Now to create a macro you can simply type:</p>
<p><em>new <strong>macro</strong> [macroname] [commands]</em></p>
<p>The same goes for script. Making &#8220;macro&#8221; and &#8220;script&#8221; sub-commands of <strong>new</strong> seemed like the most natural way to think of it.</p>
<p>I also added cascading parameters so a command can fall back on multiple forms of input when one doesn&#8217;t exist. For example:</p>
<p><em>new g http://www.google.com/search?q=<strong>{$0|clip|prompt}</strong></em></p>
<p>This will first look for a additional parameters after typing &#8220;<strong>g</strong>&#8221; and if none are found will check the clipboard for text data before straight out prompting for a search term. Using the pipe &#8220;<strong>|</strong>&#8221; you can string together these keywords in any order.</p>
<p>Lastly I added a special cliptext command &#8221; <strong>{SLEEP n}</strong>&#8221; to pause the sending of keys for a set amount of milliseconds.</p>
<p>On the list so far for 0.4 is multi-tweeting, regular expression search &amp; replacing, simple reminders &amp; timers and extra help/command reference screens.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluelinecity.com/2009/11/03/runny-03-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheatsheets for everything!</title>
		<link>http://bluelinecity.com/2009/10/20/cheatsheets-for-everything/</link>
		<comments>http://bluelinecity.com/2009/10/20/cheatsheets-for-everything/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:06:50 +0000</pubDate>
		<dc:creator>benglish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[cheatsheets]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://bluelinecity.com/?p=508</guid>
		<description><![CDATA[Another exciting development from the basement at PivotLabs! Cheatsheets, cheatsheets, cheatsheets. Boy I love cheatsheets. Now I can finally free up my brain and flush out all my rote learning! One thing that has bugged me are that cheatsheets are commonly created with no easy way to update them and redistribute them. Most authors keep [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_515" class="wp-caption alignleft" style="width: 160px"><a href="http://bluelinecity.com/wp-content/uploads/csh.png"><img class="size-thumbnail wp-image-515" title="Cheatsheet Heap" src="http://bluelinecity.com/wp-content/uploads/csh-150x150.png" alt="cheatsheetheap.com" width="150" height="150" /></a><p class="wp-caption-text">cheatsheetheap.com</p></div>
<p>Another exciting development from the basement at PivotLabs! <a href="http://cheatsheetheap.com/solar-system-cheat-sheet-metric/">Cheatsheets</a>, <a href="http://cheatsheetheap.com/uml-cheatsheet/">cheatsheets</a>, <a href="http://cheatsheetheap.com/cakephp-12-model-association-cheat-sheet/">cheatsheets</a>. Boy I love cheatsheets. Now I can finally free up my brain and flush out all my <strong>rote learning!</strong></p>
<p>One thing that has bugged me are that cheatsheets are commonly created with no easy way to update them and redistribute them. Most authors keep the source files and release only a fixed bitmap or postscript file along with a restrictive license. I wanted to change this.</p>
<p><a href="http://cheatsheetheap.com">Cheatsheetheap.com</a> is a project I started to provide a central place to share <strong>and</strong> encourage user edits to cheatsheets. It&#8217;s a repository of cheatsheets built using open source tools such as <a href="http://gimp.org/">Gimp</a>, <a href="http://inkscape.org/">Inkscape </a>and <a href="http://www.openoffice.org/">Open Office</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluelinecity.com/2009/10/20/cheatsheets-for-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

