
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:
Latest Forum Posts
May we recommend..
When I look back at the blog items I post linking to interesting developer essays and articles, many of them are originally from osnews.com. OSNews is a frequently updated blog that posts lots of small items every day. While nominally about operating systems, they really cover a much broader domain including websites and technology companies. They do an outstanding job of bringing early attention to interesting technology essays that I don't see mentioned elsewhere.
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.
FileDraft - display newest files in a menuThis is a small ahk script i made for myself because i was looking for a way to easily access my latest downloads. Today i thought that maybe it could be useful to other people so i made little modifications and improvements and here it is. Here's how fileDraft works : put fileDraft.exe anywhere and create a shortcut to this exe with two parameters. First one is the folder you want to browse, second one is the number of files you want to display. Example :
FileDraft accepts a few keywords : - <desktop> : desktop folder - <user> : your "user folder" (i.e c:\documents and settings\username) - <mydocs> : "My documents" folder - <windir> : Windows folder Examples :
The best way to use fileDraft is to place the shortcut on a toolbar or in the quicklaunch bar. Hope it could be useful to someone ![]() ![]() |
||