Public Gists by stuartloxton

Gravatar
Tue May 19 02:47:14 -0700 2009
1
2
3
-module (beersong).
-author("Stuart Loxton").
-export ([sing/1]).
gist: 54257 An example implementation o...
Gravatar
Wed Jan 28 15:36:06 -0800 2009
1
2
3
<?php
 
class ExampleClass {
Gravatar
Wed Oct 22 01:04:34 -0700 2008
1
2
3
jQuery(function() {
    jQuery(input[name='s']) // Selects the input form
        .keyup(function() {