| Name |
Description |
|
| blogger.php |
This class provides an easy method for accessing the posts on a Blogger
blog. It also caches the information for a pre-determined length of time (default 15 minutes) before checking for a new version
of the blog. In this way, it can prevent excessive amounts of traffic. |
view code |
| singleton.php |
A simple example of using a singleton pattern. This allows you to use only one copy of an object through all
of your code easily, without having to pass around the reference everywhere. |
view code |
| winhash.php |
This is a php implementation of the lanmanager hash and NTHash algorithms. Implemented by Thomas Martin. |
view code |
| imagemagick.php |
A PHP wrapper for a couple pieces of ImageMagick functionality. This can be used to create thumbnails and different
sized versions of an image, based on the parameters you pass in. |
view code |