Skip to content

Instantly share code, notes, and snippets.

View IBP-0's full-sized avatar

IBP IBP-0

View GitHub Profile
Aardwolf
Admiral, indian red
Adouri
African black crake
African buffalo
African bush squirrel
African clawless otter
African darter
African elephant
African fish eagle
Aardwolf
Admiral, indian red
Adouri
African black crake
African buffalo
African bush squirrel
African clawless otter
African darter
African elephant
African fish eagle
@niw
niw / sweep_addressbook_images.rb
Created October 20, 2010 06:38
Cleaning up your massy ~/Library/Application Support/AddressBook/Images
#!/usr/bin/ruby
require 'rubygems'
require 'sqlite3'
require 'fileutils'
ADDRESS_BOOK_DIR = Dir.pwd
ABCDDB_PATH = File.join(ADDRESS_BOOK_DIR, "AddressBook-v22.abcddb")
unless File.exist?(ABCDDB_PATH)