11.09.05

Merging PDFs

Posted in Mac OS X, computers at 4:05 pm by Haris

Here’s a wonderful little app called PDFLab that does an excellent job manipulating PDF files and doing all sorts of useful things with them. I used it to merge together a bunch of 1-page PDF files, for easy two-sided printing.

Flipping a coin

Posted in computers at 3:54 pm by Haris

Here’s my new favorite way for flipping a coin: In a command line, type:

echo "`date "+%S"`%2" | bc

and press enter, or even better, from a file in TextMate, type this in a line and press Control-R.

What’ s your favorite way?

Later