
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
Comprehensive ReviewsI found out about your site about two weeks ago when somebody from my "internet home", (http://www.dslreports.com), posted a link to your best text-editor review. I read it and immediately fell in love with the site and the style of the review. It's really hard to find solid, comprehensive software reviews these days. DonationsCoder.com topped everything I had seen before. I don't know what it is... either people don't realize that when you are in the market to buy software you'd like an in-depth, real-world, hands-on, insightful review of the application you intend to buy, or there simply aren't enough sites out there made by people who are willing to spend their time testing software thoroughly and then writing about it..I just love the site.
I.
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.
DONE: HashReplace - Replace all files with identical contentsWhat it does: Replace all files in a folder with identical filename AND SHA1 hash as original.file with new.file. Use Cases Say I have updated the contents of a php file that is used multiple times throughout my project, and now I want all other copies of that file to be updated as well. In most cases the following code would work: Code: Text [Select]
Download Source, Executable and Test files |
||