Java Tutorials from Sun

July 12, 2007 · Filed Under Programming · 1 Comment 

In my quest to find a new language to learn (leaning toward Python, but figured I should give Java a shot *shudder*), I came across some pretty nice tutorials from Sun on learning Java.

http://java.sun.com/docs/books/tutorial/index.html

Enabled Syntax Highlighting in nano

July 1, 2007 · Filed Under Programming · Comment 

I spend a lot of the day in nano. It’s a quick and easy way to edit text from the command line in Linux, and my editor of choice. I’ve started programming in Python and use nano when I need to do a quick edit. To help me find what I needed, I enabled syntax highlighting.

Read more