Monthly Archives: April 2009

33% Additional Disk Space

Hurray! The nice fokes at linode have decided to give all of their customers 33% Additional Disk Space. Now if only all hosting companies were as nice as this.

Posted in Development Log | Leave a comment

Final Year Project

I’ve just handed in my final year project, nicely bound and professional. Now that that’s out of the way, until the poster day, I can concentrate on getting the gtk-cctray project to work properly using build servers that are not … Continue reading

Posted in Development Log | Leave a comment

SVN Log to Latex

Needed to add a table of my svn log into my project write up so created a simple style sheet that would parse the xml output from svn. The xslt only generates the table svnlog-gen.sh #usage svnlog-gen.sh [repo-path] [output-file] svn … Continue reading

Posted in Development Log | Tagged , | 2 Comments

C# Style for lstinputlisting

After getting latex to format my code nicely I noticed that it did not have build in support for C#, which read of the manual and knocked one up. Share and Enjoy \lstdefinelanguage{cs} {morekeywords={abstract,event,new,struct,as,explicit,null,switch base,extern,object,this,bool,false,operator,throw, break,finally,out,true,byte,fixed,override,try, case,float,params,typeof,catch,for,private,uint, char,foreach,protected,ulong,checked,goto,public,unchecked, class,if,readonly,unsafe,const,implicit,ref,ushort, continue,in,return,using,decimal,int,sbyte,virtual, … Continue reading

Posted in Off Topic | Tagged , | Leave a comment

New Hosting

Got myself some new hosting over at lindoe. Virtual linux server all to myself. Spent a day trying out the configuration and decided to go with a Ubuntu 8.10.

Posted in Off Topic | Tagged | 1 Comment

Simple SVN WordPress Widget

After getting bored on working on my final year project I decided to take a look at creating widgets word my blog. There are SVN hooks on my repositories that store the commit details in a SQL database. I thought … Continue reading

Posted in Off Topic | Tagged , , , | 1 Comment

Problems With Yum On Fedora 10

So every now and again YUM stops working and throwing out error messages usually after I’ve been to uni. rpmdb: Thread/process 4348/3087935168 failed: Thread died in Berkeley DB library error: db4 error(-30975) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery … Continue reading

Posted in Off Topic | Tagged , | 1 Comment