Skip to content

Monthly Archives: December 2006

Extract emails

This one is Perl, and I use it with some frequency to generate email lists of sorts. Probably anyone who knows how to use this could have written this, but I share this a lot so I’m putting it up
#!/usr/bin/perlwhile(){ chomp; if(/@yale.edu/g){ print; print “\n”; }}

New Feature: Scripts

I find that I’m writing scripts left and right. Sometimes I want to access them and sometimes I want to share them with people. What better way to search old text and share text with other people than through the old httprotocol?
My first script is from a recent post, but I want to [...]

Saved Passwords

I’m all about security and I’m fairly aware of the possible risks of saving passwords. I almost never do in Firefox, although not because i think they electronically accessible and more because I’d rather my friends who use my computer couldn’t just log onto to common sites.
Recently, however, I seem to have saved my [...]