What are Coding Snacks?
Coding Snacks represent the best of DonationCoder.
On a special section of our forum, anyone can post an idea for a small custom utility/program.
Coders who hang out on our forum keep an eye out for interesting requests and when they see one that catches their interest, they code it and release it to the public for free.
People who find the tools useful are encouraged to donate directly to the coders to show their appreciation.
Forum Links:
hamradio’s Software Works is the home of long-time DC member hamradio.
You'll find both hamradio's windows desktop tools, as well as information about his other web projects, including the fun coincalc.com website. Hamradio is also a talented photographer and graphic artist and sometimes helps us with site images and icons.
- Number of programs available: 13+
- Last updated: 2018
- Visit hamradio's Software Works here: http://www.dcmembers.com/hamradio.
What are Coding Snacks?
Coding snacks are small custom utilities written by coders who hang out on DonationCoder in response to requests posted on our forum.
You are viewing a specific blog item. Click here to return to the main blog page.
Way Simple Folder Cache for WindowsI took the AutoIt3 engine I had for monitoring when Explorer opens a folder and just converted it to a complete application. FolderCache. This implementation is much simpler than others I've done. Leave it run in the system tray. Hit Shift-PgUp to open the launch window. The GUI is no great shakes but I made it wide to avoid the need for horizontal scrolling to see all of the folder name. It should be usable in screen res 800x600 or higher. Right now there are no user configurable options. It's hard-wired for a max of 24 folders. There's no install needed. To have it start with Windows just make a shortcut in the Startup folder. (One note, the launch window is created dynamically when opened and destroyed with each close. While it is open, the folder monitor function is paused. No folders will be added to the cache while the launch window is open. For this reason there is no minimize button on the window frame. If you change your mind about opening a folder in the window, just click the close 'x' on the window frame or click the Open Selected Button with nothing selected, to close it.) |
||