Call me a nerd but I find this list to be an interesting browse. http://en.wikipedia.org/wiki/Comparison_of_documentation_generators
Continue ReadingCategory: Scripting/Programming
Various items and topics related to high-level interpreted languages.

NetBeans IDE 7.4 Installation Failure (JRE 7)
I rarely have time to code on my personal projects but I did find time this morning. So I ran into a minor issue this weekend. I opened NetBeans (7.3) and it failed to open; I’ve never experienced NetBeans failing to start like this before so it got my attention. Last week I upgrade my […]
Continue ReadingTerminal Colors with Bash
The following is a script I would use for testing. I used it for viewing colors and layout; it’s good for enhancing script feed-back when the script is interactive. [sourcecode language=”bash”] #!/bin/bash #——————————— # # Script Name: color_run.sh # Version: 0.1.1 # Created on: 3/2/2011 Jeff Neuffer Jr # Updated on: $Id: color_run.sh 105 2013-03-17 […]
Continue Reading