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.
AudioBookSleepHere is a small autohotkey program that I made because I needed it. I'll package it up more nicely some other time. Instead of a timer it would of course be cooler with some brain-sensor hardware device so that shutdown can occur right after you fall asleep . But this works pretty well too . Any suggestions on improving it? (Feel free to add code.)
|
||
Coding Snack: Double-click makes a new folderHey guys. I want a program that when you double click on an empty space on a opened folder or on the desktop it would create a new folder. I would like it to automatically selects the name of it so I could easily rename it. An option to make text files instead would be nice as well. Thanks in advance
-Ben |
||
Nag@Me - very simple reminder applicationI just whipped up this tiny program for my dad, and figured it might help someone else out as well. Nag@Me is a very simple reminder program - you run it, tell it how often you want it to nag you, and what you want it to say. Hit OK and its off. To close the app, single-click the tray icon and hit the Cancel button.
|
||
Teddy - A simple drum machine!Here's a little silly app - plays drum sounds or other sounds as kids tap on keyboard
|
|||
Coding Snack: Simple line by line truncatorThis is what I usually do at the office, I copy text and I would like to truncate every line down to about # characters… Doing it manually is really a tedious and error prone process, a lot of time is wasted doing this, I should have saved a lot of time if I have a tool to help me do the task that I may I do other things in the office… please make my life easier… Example: (I copy pasted the text into the text box) (Example I prefer the length of 7 characters and click the submit button and the textbox content will change into this) Result: -7 Characters which I chose -without whitespaces Can someone please make me a simple software that truncates everyline with a customizable length and automatically removes the whitespace… Please help me I know It will be easy for you guys to make one! Thanks ahead! Click here to read about and download the utility written by a DC member to do this.. |
||
Coding Snack: Auto Resize Taskbarthere's a time when we open too many programs they will start to filling up our taskbar then we are force to resize the taskbar just so those taskbar buttons become manageable again. Can you write a program to automate this when there are too many taskbar buttons in the taskbar and resize it back to the normal size when there are just few taskbar buttons after we have close some of them. |
||