-
Archives
- January 2012
- December 2011
- November 2011
- October 2011
- June 2011
- May 2011
- March 2011
- January 2011
- October 2010
- September 2010
- July 2010
- June 2010
- May 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 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
- November 2005
- October 2005
-
Meta
Category Archives: programming
Reading/Printing a file
A friend of mine at work, also bitten by the functional bug, has been hacking on some Scala. He showed me some code yesterday and I thought it might be fun to convert it. I am not going to post … Continue reading
Posted in programming
1 Comment
Dwarf Name Generator
The local ruby group sends out the Ruby Quiz (with some regularity). This week it was to create a Dwarf Name Generator. I thought of a fairly simple solution in Clojure pretty quickly, but then it took me a while … Continue reading
Posted in programming
Leave a comment
Clojure/Java Interop
Hello again. I picked up the book Programming Clojure and have made my way through the first two chapters which were great. Last night I started the 3rd chapter, on Java Interoperability. I was hoping to toss together a single … Continue reading
Posted in programming
3 Comments
n00b
I am a total Clojure n00b. But I am having a lot of fun learning it. It’s not like anything else I have learned to date. I hadn’t really done much with it, other than watch presentations, mess around in … Continue reading
Posted in programming
3 Comments
Ruby Hoedown
Signed up yesterday for the Ruby Hoedown, in Nashville. Some friends and I (and a dude named Larry) are going to be heading down there in late August. Should be a blast.
Posted in programming
Leave a comment
I like postgres.
I really do. So after spending a pretty frustrating day trying to get a development environment in windows set up, I finally got to the part where I was going to put postgres on the machine. Easy I thought. Those … Continue reading
Posted in programming
4 Comments
Javascript logging
In preparing for my talk this Sunday at CPOSC I have been playing around obviously with various commands, wrapper methods and utility function for jQuery. This morning I was going through my feeds when I stumbled upon, Blackbird. It’s an … Continue reading
Posted in programming
Comments Off
Need to stop forgetting this
Create or append to array (Ruby): (array ||= []) < < 1
Posted in programming
4 Comments
Netbeans: Not as crappy as you might expect.
Over the last 3 days I have been using netbeans for RoR development. Honestly I expected to hate it. I figured I would use it for a few days, then crawl back to Emacs begging her to take me back … Continue reading
Posted in programming
8 Comments
Use a specific Rails version during project creation
If you do any amount of Rails programming, at some point you end up with various versions of Rails installed on your system. Generally this is fine as Rails keeps what version should be used in it’s environment.rb file. However … Continue reading
Posted in programming
1 Comment