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:
Skwire Empire is a giant collection of programs written by DC member Skwire.
You'll find everything from small utilities coded in requests to posts on the Coding Snacks section of the DonationCoder forum, to full blown applications like the awesome mp3 player, Trout.
One of the most prolific coders on the DonationCoder website, skwire never misses a NANY event, and rarely passes up the opportunity to fulfil a Coding Snack request.
- Number of programs available: 70+
- Last updated: Feb 2018
- Visit skwire's new empire home: http://www.dcmembers.com/skwire.
- Visit skwire'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.
You are viewing a specific blog item. Click here to return to the main blog page.
Time Calculator that accepts a column paste of mm:ssI'm looking for an easy way to total the track times of albums listed on AllMusic.com.
The track times are on the right using mm:ss format as in 7:55 but I don't see a way to column select with chromium. The only time calculator that comes close is the old AddTime. But it only accepts either '.' or ',' as the separator. So I have to block select in Chromium, paste into an editor that does right justify paragraph, line up the numbers by padding with zeros manually, column select and copy to clipboard, then AddTime will allow pasting. Ideally something would read the clipboard, get the times from the end of each line, do the math, and pop up a total. The display of the total can be a simple MsgBox. I don't care about being able to copy and paste the result. One total time is no hassle to type. But if a nicer display is more pleasing to the author that's fine with me. |
||


