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:
It's safe to say that mysterious and reclusive DC member Skrommel single-handedly built the Coding Snacks section of the DonationCoder forum, where people request small custom applications. Coding in the Autohotkey scripting language, Skrommel is also one of the fastest coders we've seen -- when he is on the prowl it's not uncommon for him to finish coding a request before most of us have had time to even read it. He also typically shares his source code along with the compiled utility, which makes it possible for others to extend and customize his tools.
- Number of programs available: 80+
- Last updated: 2017
- Visit skrommel's page to browse his apps and download them here: http://www.dcmembers.com/skrommel.
- Visit skrommel's section on our forum: here.
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.
DetachVideo - Give embedded videos their own window!Detach embedded videos from your tabbed browser and show them in a window of their own.
Usage: Hold your mouse over a video and press F12. Skrommel |
||
Re: H E L P !!! I lost a spreadsheet!Do you ever click NO by accident on the dialog asking if you want to save your changes?
I once made an AHK script for a friend as he kept running into situations like this. Assuming you use Microsoft Excel, maybe you'll find it useful too.. this script monitors and disables the "No" button in the dialog box that prompts up when trying to close an unsaved file. (see pic). P.S. in case you really need to close a file without saving, there is a hotkey (Win+p) that will turn off the monitoring for 10 seconds. |
||
Coding Snack: IconAnyFolder - Autopick custom icons for folders based on resources in folderIconAnyFolder v0.1 - First Release (written in C#) Features - a user prompt for specifying directory - an option loop recursively into subdirectories - a cleanup option that runs through and deletes all desktop.ini files, or removes the icon entries in them - If the first icon resource (exe) the script encounters does not have an icon present, move to the next resource.
|
|||
Coding Snack: MiniMe (aka MaxiMe)I needed this quickly so whipped up this AHK script to quickly minimize or maximize windows using right shift and control. I got really frustrated with the fact there is no windows shortcut to minimize the active window. If you're like me and have many window open then consider using minimIZE to minimize windows to a small desktop thumbnail (and out of your taskbar). In combination with that, this script can make windows management a lot less painless.
|
||
File noteBack in 1999, Moonsoftware released a little app called FileNote. I used it so much it became second nature but when I moved up to a 64 bit OS it no longer worked. I emailed Moonsoftware about when it might be upgraded to 64 bit but received no response. It really is a neat little utility and when I ran across your site I thought it might be well to check since you guys seem to have talent bubbling out of your ears! From the Moonsoftware page: "FileNote is a little shell extension that allows you to add textual descriptions to your files. It adds one command to the shell context menu of a file object. This command lets you easily edit or create a text file that has the same name as the initial file, but with the extension TXT. For example, if you have a file, MyImage.jpg, you right-click on that file and choose the FileNote command from the context menu. A new text file called MyImage.txt is created and Notepad is opened to edit that text file. If a text file with that name already exists, it will be opened for viewing/editing. Does anyone have any ideas what could be done to make it work on a 54 bit OS? Click here to read about and download the coding snack utilities implemented.. |
||
Coding Snack: Drive to open on Dated folderHi Coders I have a partioned drive which I download programs, web pages, etc.to . almost on a daily basis. This is done mostly through a program downloader (called DOWNLOADER) it automatically archives the programs etc into a dated folder ie 20/01/ 2008. I leave these in the folders there in which they are archived in until they are needed. What I want to be able to is to open the today’s dated archived folder when I access the drive which there are on. This hopefully would be be done from a shortcut from the desktop. The coded program would have to locate the (today’s)dated folder if it exists and if a today's dated folder doesn’t exist open the drive as normal . The date format is dd/mm/yyyy Continue reading and download the utility written to do this.. |
||