Calculating ezmlm-hash of an email address
email_address.downcase.split('').inject(5381) { |h,c| ((h + (h << 5)) ^ c[0]) % (2 << 31) } % 53
12374 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
email_address.downcase.split('').inject(5381) { |h,c| ((h + (h << 5)) ^ c[0]) % (2 << 31) } % 53
ezmlm-list /path/to/mldir
ezmlm-sub /path/to/mldir foo@bar.com
ezmlm-unsub /path/to/mldir foo@bar.com