Skip to content

Instantly share code, notes, and snippets.

View barryo's full-sized avatar
🍻
Debugging life, one line at a time...

Barry O'Donovan barryo

🍻
Debugging life, one line at a time...
View GitHub Profile
@barryo
barryo / ExampleTimer.php
Created June 8, 2012 06:40
The most simple timing tool for PHP
<?php
require_once( 'Timer.php' );
Timer::start();
// do something
echo "Time elapsed: " . Timer::end() . "\n";

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post