<?xml version="1.0" encoding="utf-8"?><rss version="0.92">
<channel>
	<title>Zero_Dogg's blog</title>
	<link>http://blog.zerodogg.org</link>
	<description>Geeky comments on geeky things</description>
	<lastBuildDate>Mon, 27 Sep 2010 16:37:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/abc" -->

	<item>
		<title>jqsimple-class 0.1.1</title>
		<description><![CDATA[Last week I released version 0.1.1 of jQsimple-class. The main addition in this version is support for using jQsimple-class in CommonJS environments, such as node.js. All one has to do is place the CommonJS build of jqsimple-class somewhere in the include path and then do: var jClass = require('jqsimple-class').jClass; From there on out the API [...]]]></description>
		<link>http://blog.zerodogg.org/2010/09/27/jqsimple-class-0-1-1/</link>
			</item>
	<item>
		<title>jQsimple-class released</title>
		<description><![CDATA[Today I&#8217;ve released the first version of jQsimple-class, a small JavaScript class-declaration library. The reason I wrote it is that the usual way of building classes in JavaScript is frankly quite ugly, and inheritance is equally ugly. With jQsimple-class I&#8217;ve tried to make it as simple and intuitive as possible to write classes in JavaScript. [...]]]></description>
		<link>http://blog.zerodogg.org/2010/09/16/jqsimple-class-released/</link>
			</item>
	<item>
		<title>A very simple one-liner REPL for perl</title>
		<description><![CDATA[Here&#8217;s a very simple one-liner REPL for perl, it&#8217;s not very advanced (like ie. re.pl) but does well in most cases: perl -MData::Dumper -MTerm::ReadLine -e '$r = Term::ReadLine->new(1);while(defined($_ = $r->readline("code: "))){$ret=Dumper(eval($_));$err=$@;if($err ne ""){print $err;}else{print $ret;}}' It uses Term::ReadLine, which gives a simple session history if you have a Term::ReadLine::* implementation that supports it. It will [...]]]></description>
		<link>http://blog.zerodogg.org/2010/03/02/a-very-simple-one-liner-repl-for-perl/</link>
			</item>
	<item>
		<title>SWEC 0.4</title>
		<description><![CDATA[About two weeks back I released SWEC version 0.4. The largest new thing in this release is an updated file format for writing test definitions. Thew new format is a lot more flexible, and will also allow me to extend its syntax with more capabilities more easily later on. It can still read the old [...]]]></description>
		<link>http://blog.zerodogg.org/2009/10/15/swec-0-4/</link>
			</item>
	<item>
		<title>Fixing PHP documentation woes</title>
		<description><![CDATA[I prefer writing in Perl or Ruby, but sometimes the choice of language has been made by someone else, a position I have found myself in lately. When using perl and ruby, there&#8217;s always perldoc and ri, so documentation is a quick command away in any of my terminals, which thanks to screen is never [...]]]></description>
		<link>http://blog.zerodogg.org/2009/10/14/fixing-php-documentation-woes/</link>
			</item>
	<item>
		<title>Sanity checking mason</title>
		<description><![CDATA[I have found myself doing quite a bit of mason at work lately, both maintaining old legacy stuff and as the view in a catalyst app. While doing this I found myself missing the old &#8216;perl -c&#8217; to quickly sanity check code, however naturally that won&#8217;t work on Mason &#8211; as mason is essentially HTML [...]]]></description>
		<link>http://blog.zerodogg.org/2009/10/13/sanity-checking-mason/</link>
			</item>
	<item>
		<title>Dynamically loading git bash-completion</title>
		<description><![CDATA[I have to admit, I love git. It has really made me more efficient, and I can&#8217;t honestly think of ever switching back to ie. svn. My shell is bash, and up until now I used a very simple bash completion for git, but at times I do see myself wanting something a bit more [...]]]></description>
		<link>http://blog.zerodogg.org/2009/10/12/dynamically-loading-git-bash-completion/</link>
			</item>
	<item>
		<title>Vote for the Socialist Left Party on the 14th of September</title>
		<description><![CDATA[Disclaimer: This is a political post. If you&#8217;re not interested in politics (or not interested in Norwegian politics), please ignore it. The date for the Norwegian general election is closing up fast, and I would like to urge my readers to vote for the Socialist Left Party (SV). The last chance to vote before the [...]]]></description>
		<link>http://blog.zerodogg.org/2009/09/10/vote-for-the-socialist-left-party-on-the-14th-of-september/</link>
			</item>
	<item>
		<title>Music sorting 0.2</title>
		<description><![CDATA[Last week I released mussort version 0.2. This release is a huge update from version 0.1 that I released back in early 2008. mussort is a simple command-line music sorting program. It recursively processes a directory tree, and then sorts whatever music files it finds there, renaming the files and putting them in a nice [...]]]></description>
		<link>http://blog.zerodogg.org/2009/08/14/music-sorting-0-2/</link>
			</item>
	<item>
		<title>Day Planner 0.10</title>
		<description><![CDATA[Day Planner 0.10 was released on the 25th of March! This release is, imho, a great step forward from 0.9. It fixes various minor bugs, cleans up parts of the UI, handles strange or broken iCalendar files better, enforces UTF-8 encoding on the calendar and adds a plugin system. The largest new feature is the [...]]]></description>
		<link>http://blog.zerodogg.org/2009/04/16/day-planner-010/</link>
			</item>
</channel>
</rss>

