Archives
- May 2013
- April 2013
- March 2013
- January 2013
- December 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- April 2011
- January 2011
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
Meta
Monthly Archives: December 2011
PostgreSQL Setup – Fedora 16
First install everything we’ll need. And that should do it. It’s really that easy. You can also run this and that will show all the running postgres processes running. After that you can do awesome things like create databases Good … Continue reading
Posted in Uncategorized
2 Comments
Me.com (iCloud) Mail Setting for Linux
It took me a little bit to figure this out and I couldn’t seem to find it anywhere else on the net, but if you want to check your Apple mail using a Linux mail client here are the settings … Continue reading
Posted in Uncategorized
Leave a comment
475 Post
WordPress appears to have given a gold star because my previous post was my 475th? Why does WordPress care? Do this really mean anything? Is there a page somewhere where I get to see my stars? Stupid wordpress.
Posted in Uncategorized
Leave a comment
Vala Programming Language
I’m considering taking up the Vala language for pet projects. I just finished taking a course in Java and I’m ready to move on to something else. Anyone have any thoughts or comments on Vala? Good, bad?
Posted in Uncategorized
3 Comments
VBA (Excel) Change Log
It occurred to me today that what if I wanted to track my changes in Excel? I realize that probably sounds stupid, right? More so to me than anyone since 90% of my day job is Oracle programming. But a … Continue reading
Posted in Uncategorized
9 Comments
Oracle PL/SQL Exception Handling Question
Lets pretend for a moment the following code compiles: The problem is when I actually use this code, if I encounter a NO_DATA_FOUND error the program still drops into the OTHERS exception block and catches the error. Why?? UPDATE: Having … Continue reading
Posted in Uncategorized
Leave a comment