diff --git a/README.md b/README.md index 343480ce0..df62fd578 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repo was compiled by [Karan Goel](http://twitter.com/karangoel). Problems are motivated by the ones shared at: -* [Martyr2’s Mega Project List](http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/) +* [Martyr2’s Mega Project List](https://gist.github.com/zarebski-m/8437129) * [Rosetta Code](http://rosettacode.org/) ## Table of Contents @@ -235,6 +235,8 @@ Files **Code Snippet Manager** - Another utility program that allows coders to put in functions, classes or other tidbits to save for use later. Organized by the type of snippet or language the coder can quickly look up code. *Optional: For extra practice try adding syntax highlighting based on the language.* +**File Duplicate Remover** - Create a program that scans a folder, identifies duplicate files using file hashes or content comparison, and allows users to remove or manage duplicate copies. Optional: Support recursive scanning of subdirectories and duplicate detection based on creation or modification dates. + Databases ---------