Programming

Jose C Gomez on July 19th, 2011

Credit where credit is due, I ran across this elsewhere a while ago and figured i’d give it a shot in C#, sadly I don’t remember where I saw  it, but either way I present to you a new awesome sorting algorithm. If all the stars align and your list is short enough this will sort properly! [...]

Continue reading about Sleeping Sort (the algorithm)

Jose C Gomez on September 29th, 2010

Hello World in Golang

Continue reading about GOLang Hello World!

Jose C Gomez on September 8th, 2010

GOlang takes a fresh spin at something we are all familiar with, it does it class and performance. I have recently had the chance to delve into the intricacies of GO and I have decided to dedicated part of my blog to it as a resource for future programmers.

Continue reading about GOlang System Programming

Jose C Gomez on March 26th, 2009

This may make me sound like I am antiquated and behind the times, and in this aspect you are probably right. Since I started messing with programming quite a few years ago, I’ve tried to make the programs I write as user friendly and as easy to maintain as possible. Recently I have adopted a few [...]

Continue reading about XML Config no more