===== Code ===== This collects in one place various bits of code and associated documentation I have written that can be made publicly available and may be of use to others. * [[code:scheduler|Oracle Scheduler (dbms_scheduler)]] - I am a primary developer on this Oracle PL/SQL package provided with the database server since 10gR1. * [[code:Fetchyahoo]] - is a perl script written to fetch mail from a Yahoo webmail account into a local mail spool or mailbox or forward it to another e-mail address * Smaller scripts I have written for personal use * [[code:Song]] - This is a simple indexing script written in shell script (may be bash specific). It can create a text index of a large directory structure (by filename) and then search it for match to a query. It can then pass song results to mpg123/ogg123 or xmms or return a list of URLs.