
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:
Occasionally a friend of DC without a web site will release a program and ask us to host it. We've create the Miscelaneous Member Software Archive for this purpose.
There you will find some programs by DC member seedling, including: Random MixTape Maker, which takes a large collection of your mp3 files and creates playlists with a specified target duration; WTF Music Info, which will scan your music directories and give you a nice, graphical view of your music library.
- Number of programs available: 3
- Last updated: 2008
- Visit the miscelaneous DC member archive page to browse apps and download them here: http://www.dcmembers.com/archive.
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.
Software Utility: Stoic Joker's (File & Folder) Fix When
Description One of the in-House (work) projects required me to modify the file dates of several hundred files on a semi-regular basis while a new system was being implemented. Obviously this had to be automated.... All of the then available utilities for this were in the $50 range, so I decided to take a stab at writing my own utility (because I'm cheap and had free time back then). This actually started as a CodeProject.com code sample which was posted as an example of how to programmatically change file dates. Being that that was exactly what I was looking for, I used it as a starting point, dressed up the GUI, added a few features, and re-factored the existing code to increase the applications speed (x20) dramatically. Features Change Created, Modified, and Last accessed dates on a File or Folder. Change the Read Only, Hidden, or System Attribute on a File or Folder. Change the above on All Filed & Folders in a given Target Folder. Bypass (Read Only or System) Attributes to effect changes as necessary. Will also Display if target File of Folder is (NTFS) Compressed or Encrypted. |
||||||||||