I am a recent graduate of the math department at the University of Illinois Urbana-Champaign. I completed a Ph.D. in mathematics in August 2007. In September 2007, I began working for Google as a software engineer.
In 2001 I graduated from the Rose-Hulman Institute of Technology with a B.S. in mathematics and computer science. From March 2001 to August 2002 I worked as a software engineer at Software Engineering Professionals in Carmel, Indiana.
MNTCG 4: Midwest Number Theory Conference for Graduate Students, October 28-29, 2006, University of Illinois at Urbana-Champaign
This Python script can monitor your Gmail account for new messages and print out a summary of them on the commandline. (gmailatom.py is required to be in your PYTHONPATH or in the same directory as check-gmail.py.)
To use check-gmail, download both files by right-clicking and select "Save as...". Then run "check-gmail.py -u Username" to check for new messages at Username@gmail.com. You can run "check-gmail.py --help" for more options. (Note for UNIX/Linux, you may have to set check-gmail.py to be executable. Run "chmod +x check-gmail.py" after you have downloaded the file to do this.)
Requirements: Python 2.3 or greater.
Last modified: April 19, 2007, 12:01 pm