Home
Title of the Page
Random Walking Fluffster's Brain
Recent Entries 
13th-May-2007 10:14 pm - Now those are fun UML diagrams
Smiley
Ah, UML, that of the stick figures for use-case diagrams. Unless of course you are in desperate need of procrastination. Then you might do like a guy going by 'Trapper Zoid' and create a set of cartoon peg person UML diagrams. I expect people could find these fun to look at without knowing one bit of programming.

Procrastination... Why am I thinking of that. D'oh! Java homework...
28th-Apr-2007 01:45 pm - JUnit is nifty
Smiley
I've only made the lightest use of it, but I am officially declaring JUnit and unit testing in general to be nifty. It helped me make sure I didn't turn in a buggy homework assignment. I figured I had made the last necessary tweak to the program, but when I reran the tests it still came up saying 9 had passed and 1 had failed. At which point I looked at the pile of "if elses" and realized I had only checked to see if one of the two variables was below the acceptable range, leaving it still free to slip through above the acceptable range.

Pretty good for something I can mostly only use with a cookbook approach. "Ah, so I just copy that and change the class names to mine... oh and thats how I check that this matches that..."

In other words, yes I'm enjoying my Java class.
28th-Oct-2006 04:18 pm - Yay Greasemonkey!
Smiley
I'd just like to take a moment to say that Greasemonkey rocks. Especially when it lets you fix something you don't like on a website without needing to yell at the webmaster.

Yay Greasemonkey!

One more reason Firefox beats IE.
13th-Feb-2006 11:57 pm - SQLite is nifty
Smiley
If you've spent any time wanting to play around with programming involving in SQL database, take a look at SQLite. A database engine so compact that the driver is the engine. Where MySQL's download is measured in megabytes, SQLite's is measured in kilobytes.

And despite that it's still quite useful. Decent SQL support, triggers, transactions, and other nifty stuff. It's included as a start feature in PHP 5.0, is supported in Perl, Python, C, Java, multiple DLL's to use it from Visual Basic, there's an ODBC driver to let any program that talks ODBC use it (again, the engine is embedded into the drivers) Ruby, and plenty of languages from Ada to Tcl/Tk.

Over the course of an hour I whipped together a set of perl programs that created a database, put a few entries in, and then viewed them. Which included time refreshing my limited perl skills.

Nifty.
This page was loaded Dec 10th 2009, 6:19 pm GMT.