Patrick Audley // Code

URI
Last Modifed (approximate)
Sun, 10 Jun 2012 12:00:00 -0700
Author
Publisher
Blackcat Systems
Language
en-GB

Code // PHP Active Record Ramblings

An analysis for the Active Record pattern for PHP with code samples, examples and other good things.

PHP Active Record Ramblings

Code // C++ LRU Cache Template

Fast, thread safe C++ template with Least Recently Used (LRU) removal semantics. Complete with a comprehensive unit test suite. Threading features require the BOOST scientific library to be installed.

C++ LRU Cache Template

Code // TSM Daily Report

This program attempts to give a TSM administrator a daily report that contains all the things that need to be periodically looked at. Wherever possible it will offer advice on how to fix problems found or attempt to resolve them itself. It will generate a nice email with the report and will modify the subject to flag and problems found so that you know when it's really important to have a peek inside the report.

TSM Daily Report