This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby -w | |
# Revision class | |
# Designed to function in version comparisons, where the | |
# version number matches /\d+(\.\d+)*/ | |
# Author: Chris Dawes, Aupeo GmbH <[email protected]> | |
# Based on original by: Hugh Sasse, De Montfort University <[email protected]> | |
# And using: http://weblog.raganwald.com/2007/02/guest-blogger-tom-moertel-derives-y.html | |
def y(&f) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
--- | |
source: http://gist.github.com/995079 | |
based on script for MooTools: http://gist.github.com/133677 | |
provides: document.write | |
description: jQuery based document.write replacement | |
requires: jQuery | |
author: Chris Dawes -- [email protected] |
NewerOlder