Quicktros

Quicktros are a small chunk of code or directions to get something done. Many times these are super simple(almost dumb) articles. While these might be useful to others the main reason I created this section it to archive the way to get things done. This way next time I need to do it I can look it up here here!

Using tidy from within vim to clean up current buffer.

Mar 13 2010

How to clean up the current buffer in vim using tidy.

Using subversion over ssh on a non standard port

Aug 22 2009

How to connect to an subversion server over ssh using a different port than the standard port 22.

Using the js debug console with XULRunner

Aug 17 2009

Everything needed to get an interactive JS Debug Console when executing XULRunner applications.

Removing all .svn folders in your checked out subversion project

Aug 15 2009

Recursively remove all .svn folders.

My personal .vimrc file

Jul 16 2009

This is the .vimrc file I use. This includes setting for colors, spacing, tabs, etc...

Creating a postgres database on Ubuntu with it's own user

Jul 7 2009

The most basic way to create a database and owner user in postgres running on Ubuntu

Adding a programming language into to PostgreSQL

Jun 15 2009

When creating Triggered Functions I use 'plpgsql'. On a default PostgreSQL install you need to add that language to the database and here are the cli commands to get that added.