Random Ramblings

Thursday, August 31, 2006

As Promised

Here's a little diversion: download the anagram generator I was talking about yesterday and try it out. You'll need to be running a Unix-like operating system for this to work (Mac OSX might work, too) with the GNU C++ compiler and a working version of the spell command.

Compile the C++ program file with a line like g++ unlayce.cpp -o unlayce and set both the executable and the script file to at least owner-executable. (Just use chmod 0755 unlayce anagram.sh if you don't know what I'm talking about.)

It's just a fun little program to mess around with. I guess it's open-source now; don't charge for it, or I break your head, okay? Okay.

0 Comments:

Post a Comment

<< Home