It is a Python application that analyses all your Instagram media. It collects location data, uses reverse geocoding provided by LocationIQ and prints locations, countries and cities you've visited so far, as well as how many times.
All data is also stored to local JSON files so it can be used for later individual analysis
Java Compare-Utils is a Java library to compare Java Collections and Java Objects of same or different type when Java's equals functions and Java's Comparators don't suffice and you want to compare objects differently.
Compare result of collections is presented with clear separation of added, removed, updated and unchanged items.