I thought people would be working on little code projects together, but I don't see them, so here's an easy one:
Code that validates a valid US Zip Code. I know there are ZIP code databases out there, but there are still uses, like web pages, quick validation, and also the fact that zip codes keep getting issued, so you might want to use weak validation.
I wrote a little bit about zip codes in a side project on my wiki/blog:
https://benc.fogbugz.com/default.asp?W24
There is also a new, weird type of zip code.
https://benc.fogbugz.com/default.asp?W42
I can do the javascript code, but it would be interesting to see how many languages we can get here.