mhinze.com

links etc.




    Archive for November, 2007

    4 Links Today (2007-11-30)

    Friday, November 30th, 2007

    Have a PL/SQL Christmas

    Thursday, November 29th, 2007
    
    select decode
           ( sign(floor(maxwidth/2)-rownum)
           , 1, lpad( ' ', floor(maxwidth/2)-(rownum-1))
           || rpad( '*', 2*(rownum-1)+1, ' *')
           , lpad( '* * *', floor(maxwidth/2)+3))
    from all_objects, (select 40 as maxwidth from dual)
    where rownum < floor(maxwidth/2) +5;
    



    6 Links Today (2007-11-29)

    Thursday, November 29th, 2007

    7 Links Today (2007-11-28)

    Wednesday, November 28th, 2007

    5 Links Today (2007-11-27)

    Tuesday, November 27th, 2007

    10 Links Today (2007-11-26)

    Monday, November 26th, 2007

    9 Links Today (2007-11-21)

    Wednesday, November 21st, 2007

    7 Links Today (2007-11-20)

    Tuesday, November 20th, 2007

    3 Links Today (2007-11-19)

    Monday, November 19th, 2007

    1 Link Today (2007-11-18)

    Sunday, November 18th, 2007
    © 2007 mhinze.com