Web Dev. Tip : JSON Tools for Your Web Browser

March 27, 2009 by Reboot · Leave a Comment 

http://arstechnica.com/open-source/news/2009/03/web-developer-tips-json-tools-for-your-web-browser.ars

Python Links

March 20, 2009 by Reboot · Leave a Comment 

The Static Method Thing (Python is not Java!)
http://tomayko.com/writings/the-static-method-thing

AmpChat Code (Amp Example)
https://pangalactic.us/repo/ampchat

An Enhanced Interactive Python shell.
http://ipython.scipy.org/moin/
requires PyReadline:
http://ipython.scipy.org/moin/PyReadline/Intro

Wingware’s Python IDE
http://www.wingware.com/

Misc.
Oracle
http://wiki.oracle.com/page/python?t=anon

ORM Mapper
http://www.sqlalchemy.org/

Python ByteCode
http://thermalnoise.wordpress.com/2007/12/30/exploring-python-bytecode/

Performance
http://arstechnica.com/open-source/news/2009/03/google-launches-project-to-boost-python-performance-by-5x.ars

Disassembler
http://www.python.org/doc/2.6.1/library/dis.html

User Defined Aggregate Functions in Oracle 9i

February 17, 2009 by Reboot · Leave a Comment 

Just what I needed …

Calculate an Upcoming Birthday in PL/SQL.

February 17, 2009 by Reboot · Leave a Comment 

ADD_MONTHS(s.dateofbirth,CEIL(MONTHS_BETWEEN(sysdate, s.dateofbirth)/12)*12)

Leap-day proof :)

Using jQuery to Style Design Elements: 20 Impressive Plugins.

February 11, 2009 by Reboot · Leave a Comment 

Poink

« Previous Page