Public Gists by garyhodgson

Gravatar
Mon Oct 12 05:50:48 -0700 2009
1
2
3
/* Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
Gravatar
Fri Oct 09 15:36:19 -0700 2009
1
2
3
<html>
<head>
<script>
Gravatar
Thu Oct 08 15:00:36 -0700 2009
1
2
3
// This code is MIT licensed: http://creativecommons.org/licenses/MIT/
// Zenbe Inc (2009).
 
Gravatar
Mon Sep 28 01:39:37 -0700 2009
1
2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
Gravatar
Tue Jun 30 05:31:37 -0700 2009
1
2
3
/**
 * description: "A collection of commands that interact with <a href=\"http://rememberthemilk.com\">Remember the Milk<a>"
 * name: "Gary Hodgson",
gist: 38677 Ubiquity command for intera...
Gravatar
Sun Dec 21 04:58:50 -0800 2008
1
2
3
Tumblr = {
addUsername : function(username) { Application.prefs.setValue("tumblr_user_username", username);},
getUsername : function() { return Application.prefs.get("tumblr_user_username").value;},
gist: 24258 Ubiquity command to add a t...
Gravatar
Wed Nov 12 12:34:07 -0800 2008
1
2
3
/**
* Ubiquity command to add a task to RTM, using a bookmarklet
*/
gist: 24257 Ubiquity commands to search...
Gravatar
Wed Nov 12 12:32:42 -0800 2008
1
2
3
/**
* Ubiquity commands to search and bookmark with Google Bookmarks
*/
gist: 24256 Ubiquity command to search ...
Gravatar
Wed Nov 12 12:30:47 -0800 2008
1
2
3
/**
* Ubiquity command to search Oracle documentation
*/
Gravatar
Fri Oct 31 01:21:16 -0700 2008
1
2
3
/* This is a template command */
CmdUtils.CreateCommand({
  name: "example",
gist: 20945 Ubiquity commands to search...
Gravatar
Thu Oct 30 01:27:01 -0700 2008
1
2
3
/**
* Ubiquity commands to search mininova.org or thepiratebay.org
*/
gist: 20103 Ubiquity Command that uses ...
Gravatar
Mon Oct 27 07:14:11 -0700 2008
1
2
3
/**
 * Command to shorten URLs using bit.ly
 *
gist: 19964 Ubiquity Command to search ...
Gravatar
Sun Oct 26 15:41:23 -0700 2008
1
2
3
/**
* Ubiquity Command to search <a href="http://ebookshare.net">ebookshare.net</a>
*/
gist: 19959 Ubiquity command to perform...
Gravatar
Sun Oct 26 15:21:22 -0700 2008
1
2
3
/**
* Ubiquity command to perform a 'Blended' search in Amazon Germany, UK, USA, Japan or Canada.
*/
Gravatar
Wed Oct 22 04:09:13 -0700 2008
1
2
3
var asd = function(){
      d = new Date();
      CmdUtils.log(d.getTime());
gist: 17245 A Ubiquity Command to inter...
Gravatar
Thu Oct 16 13:08:07 -0700 2008
1
2
3
/**
* Ubiquity Command to interact with a TiddlyWiki
*