Home | Introduction | Newsletters | Programs | Feedback
|
|
What's New
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. 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. 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. 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.
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. January 3, 2018: Happy New Year! Here's an interesting history clip from the SourceForge website today:
December 13, 2017:
The Cast A Word puzzle
has been solved! Just not by me. Recall that we are given 16 four
letter words which can be formed by throwing four dice with letters on their
faces and reading the tops. The problem is to assign letters to the
dice in such a way that this can be done.
Cast A Word. Version 2 written by Sergio, a smart, older, Italian,
"just for fun" programmer bailed me out. Click the link to find out more
and download the program. November 29, 2017: Log Sawing Version 4 was posted today. This program suggests effective ways to saw logs into lumber with a horizontal bandsaw. It is a major rewrite from the original, hopefully for the better. The original program was written in 2010 when owning a sawmill was only a "big boy's" dream. Now that the dream has come true, it's time to make the program more than a math & programming exercise. The biggest change from version 1 is the more realistic reporting of cutting positions as inches above the bed since the saw head moves down rather the the log moving up as boards are cut.. Click the link above to see more change details and to download the program.
October
31, 2017: A grandson's wedding, a run-in with an uninsured deer,
replacing a garbage disposal when it its retaining clamp rusted through,
breaking-in the new sawmill, and a hard-to-crack puzzle have made this a busy
month without much to show for it. The puzzle of the month
Cast A Word, is an interesting
one that that's going to require more time to program. In
desperation, I did solve it with pen and paper today, so might get a solver
programmed before Thanksgiving J
. The What's New Archives2017 2016 2015 2014
|
|