Pastebin

Viewing posts by tomfmason
Dec 10
PHP US phone, US zip code and Email Validation class   [PHP]

This is a small validation class that I wrote for a project a long time ago. This currently has validation filters for US phone number format, US zip code format(12345 and 12345-6789 etc) and email addresses. You can pass your own custom validations to ...

...
Nov 14
Django runserver alternative using twisted.web   [Python]

This is a Django runserver alternative using twisted.web. I like this method as it is also production worthy. It is very useful for both production and development environments. In my opinion, it is important to develop applications using a similar environment that will be ...

...
Nov 12
Pylons Poker Controller   [Python]

This is a simple adaptation of the poker-eval-webservice for a pylons controller

...
Jan 02
Python irssi bot   [Python]

This is is a work in progress. It is a simple minded bot for irssi

...
Dec 12
Apache log utility script   [Python]

This is a work in progress. So far it will only ban rfi attacks

...