You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple C++ application that reads .txt files and collects word, number, and character instance frequencies into a map. This application can also cross compare instances across two different .txt files.
Cross-platform GUI desktop application which compares files in two folders by their file size and binary content and finds matches and unique files. Application uses wxWidgets libraries to perform cross-platform access to file system and GUI. For hashing is used Murmur3 algorithm. It is available for Linux Debian and Windows.