Load flat text file into a Berkeley DB database

cat INPUT_FILE | sed ‘s/\\/\\\\/g’ | db_load -T -t hash DB_FILE

“-T” is requirable if input file is just flat text file instead of being from db_dump. The input file consists of two-line pairs, in which the first line in a pair is key and the second is value.

Debug in R

http://www.vcasmo.com/video/drewconway/8556

An excellent quick tour for Objective-C

http://www.otierney.net/objective-c.html

Follow

Get every new post delivered to your Inbox.