Archive for March 2005

Export Thunderbird Addressbook to Palm

A script to put a Thunderbird Addressbook on a Palm

Run Mozilla Thunderbird, open the addressbook, click Tools->Export and export it to a CSV file, say mozilla.csv

Use it like this:


./ThunderBird2Palm.pl < mozilla.csv > palm.csv
pilot-addresses -p /dev/pilot -r palm.csv
pilot-dedupe -p /dev/pilot -r AddressDB

Requires Perl, Text::CSV, new version of pilot-link

ThunderBird2Palm.pl

[Digg] [Reddit] [DZone]

Plagiarism Detection

Test a document (MS Word or TXT) at http://www.tolchz.net/plag/

[Digg] [Reddit] [DZone]