mudge

Paul Mucur
Leeds, United Kingdom
1
9
  • A Rails plugin to compress stylesheets and JavaScript with the YUI Compressor.
    Created Mon Apr 07 03:06:57 -0700 2008
    legend
  • A Ruby mixin to determine whether an object's values are blank with examples for Arrays and Hashes.
    Created Fri Feb 15 01:40:00 -0800 2008
    legend
  • A simple Java puzzle game written in 2004 for a university project.
    Created Sat Mar 15 16:21:38 -0700 2008
    legend
  • A simple jQuery plugin to clear all types of form inputs.
    Created Mon Apr 07 05:47:33 -0700 2008
    legend
  • jQuery plugin to populate form inputs with example text that disappears on focus.
    Created Mon Apr 07 05:39:36 -0700 2008
    legend
  • An NQC program for the Lego RCX brick written for a course in 2004
    Created Tue Jul 15 08:32:19 -0700 2008
    legend
  • Mac OS X Startup Item for Danga Interactive's memcached.
    Created Fri Feb 15 01:55:34 -0800 2008
    legend
  • A Python module to access del.icio.us via its API.
    Created Sat Mar 15 16:13:59 -0700 2008
    legend
  • A Ruby implementation of John Gruber's Title Case
    Created Wed May 21 14:51:02 -0700 2008
    legend

Following

Public Activity  feed

mudge committed to mudge/jquery_example 4 days ago

af73ac5e2e2b8c9e172a79d69efe17bc1d0133ab

Added the demo file (which doubles as a profiler).

mudge created gist: 14328 8 days ago
#!/usr/bin/env ruby gems = {} `gem dependency -R`.split("\n\n").each do |gem|
mudge committed to mudge/jquery_example 22 days ago
mudge committed to mudge/jquery_example 22 days ago

2d640999899933eeed4af651dc555c485bcf0e53

Remove reference to dead hide_label option from README.

mudge committed to mudge/jquery_example 23 days ago
mudge committed to mudge/jquery_example 23 days ago

ba2551e3eddd69b13ec2a3a9778e6baf9d619181

Make sure that a field is not populated on page load if it already has focus. Closes #2169.

mudge committed to mudge/jquery_example 23 days ago

0ef830cc344cb13e590cffe867ac164c499fe205

Changed the interface to use CamelCase (as jQuery itself does), completed Metadata support (you can now specify the class name with metadata too) and, most importantly, added a QUnit test suite.

mudge updated gist: 9144 about 1 month ago
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en">
mudge created gist: 9144 about 1 month ago
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en">
mudge created gist: 7518 about 1 month ago
# git tests to skip on Solaris Nevada (mainly iconv-related). make test GIT_SKIP_TESTS='t3900 t3901 t5100 t9301'