For instance, today is the 18th, so open up whatever file you're working on and copy/paste the 18th line of code and tell us what you're working on.
Mine:
$sql_result = $memcache->get($key);
I'm working on Dream.In.Code's layout a bit and line 18 is caching the results from our dynamic templates on to our memcache server that handles around 800 queries/second.
Your turn, paste today's line from whatever file you have open in your IDE and tell us a little about what you're working on.