What's New - 1st Quarter, 2018[Home]
January 3, 2018: Happy New Year! Here's an interesting history clip from the SourceForge website today:
January 18, 2018: 3D Lab is an interesting program which draws one of several sample 3D objects viewed from multiple angles and elevations under user control. Even though the code is 20 years old, it implements the math behind virtually all of today's CGI productions. Much of the code here is likely implemented in hardware today. Thanks to Earl Glynn for publishing the original program and for permission to re-post it here with a little animation of figure rotation.
February 5, 2018:
Cats love to chase mice, pirates love to chase merchant ships, and dogs love to chase rabbits. I recently received an interesting book titled "Chases and Escapes", (Paul Nahin, Princeton University Press). The math gets a little heavy (i.e.
Differential Equations), but the initial approach, the "Pursuit Curve"
illustrated here, is straight forward and fun to simulate. The Dog chases the
Rabbit by always heading toward its current location. If the dog runs faster
than the rabbit (and the field is large enough), he will always achieve his
goal. This rabbit has a hole where he's safe if he can run at least as
fast as the dog. In this Pursuit A program you can control the speed and the
dog's location when he spots the rabbit and starts the chase. Lots of room
here for enhancing this program or adding other chase strategies.
February 11, 2018:
Of the 450+ programs on DFF, Wordstuff is one of the two that have earned places on my desktop. BruteForce, an integer algebra solver is the other. These are the "go to" programs when I need help with our Daily Mensa© Calendar puzzles. Wordstuff is a "wrapper"
for six programs solving or helping word based puzzles. Over the
years, many bugs fixes have been applied but enhancements can introduce new
ones. Updates today fix annoyances in the Word Completion and Unscramble
sections. Use the link above for more details and to download the program
if interested. March 15, 2018: A few years ago, someone came looking for Delphi code to allow highlighting specific words in a DBGrid (database grid) control. I don't use DBGrids, but StringGrid controls serve as a good substitute, or so I thought. One of the StringGrid features not available in DBGrid was originally used to expand column widths when highlighting text size. Code was changed to eliminate use of hat feature, but the unused code remained in place. A fellow programmer wrote last week informing me of the problem when converting to use a DBGrid. GridWordHighlight Version 1.1 posted today, removes the offending code and should work for either grid type. March 26, 2018:
The original puzzle did not allow repeated letters and told you where the
unused cells laid. This puzzle changes that. If you're up for a
challenge, check it out. |
|