LOCPix!
LOCPix allows anyone to quickly search and browse the vast image collections from the Library of Congress. The Library of Congress contains nearly a million photographs and posters to explore with LOCPix simple and friendly user interface.
LOCPix allows anyone to quickly search and browse the vast image collections from the Library of Congress. The Library of Congress contains nearly a million photographs and posters to explore with LOCPix simple and friendly user interface.
Here is a quick demo of the new version of GovConTrack, which adds the ability to query USASpending.gov. Will be released soon.
Previously in developing my GovConTrack application for iOS, I needed to include a few small datasets of things like office codes, agency codes, product ids and more. I found the easiest way to do this was to convert them to SQLite databases and write a small bit of code to load the data into an NSArray of NSDictionary inside my application. This process was easy but involved using a fairly clunky (and expensive) SQL application. Thus, I decided to write EasyCSV2SQLite! It will do the heavy lifting for you, including parsing the CSV and even giving you the snippet of code to use for reading the SQLite database in your application.
While it isn’t a full featured SQL application, it does its job. PLUS it only costs 99cents! Compare that to most SQL applications on the Mac app store at 10$+.