Public Gists by igorette

Gravatar
Mon Mar 02 22:27:44 -0800 2009
1
2
3
CmdUtils.CreateCommand({ name: "twingly_mb",
icon: "http://static.twingly.com/content/images/favicon.ico",
author: { name: "Igorette", email: "igor"},
Gravatar
Tue Feb 10 22:14:02 -0800 2009
1
2
3
CmdUtils.CreateCommand({
  name: "isgd",
  author: {name: "Thomas Brownback", homepage: "http://thomasbrownback.com", blog: "http://theorybloc.com"},
Gravatar
Fri Feb 06 11:04:28 -0800 2009
1
2
3
#!/bin/sh
 
# create a remote git repository with ssh
Gravatar
Wed Feb 04 05:31:01 -0800 2009
1
2
3
Experiments in revision control: Curry recipe.
 
My personal recipe for Japanese curry, which has mutated over the years and is
Gravatar
Tue Jan 20 11:10:41 -0800 2009
1
2
3
// ==UserScript==
// @name taggedhype
// @namespace tggdhp
Gravatar
Mon Jan 05 21:53:21 -0800 2009
1
2
3
# This is a sample script for upstart to keep a twisted project running.
# Place it in /etc/event.d/[projectname]
 
gist: 22839 temporary store mysql db in...
Gravatar
Fri Nov 07 04:00:46 -0800 2008
1
2
3
# temporary store mysql db in tmpfs (ram)
mkdir /mnt-tmpfs
chown mysql:mysql /mnt-tmpfs/
Gravatar
Thu Oct 30 00:48:31 -0700 2008
1
2
3
Components.utils.import("resource://gre/modules/Microformats.js");
 
CmdUtils.CreateCommand({
Gravatar
Mon Oct 27 14:32:27 -0700 2008
1
2
3
var doc = Application.activeWindow.activeTab.document;
var pageUrl = doc.location.href;
CmdUtils.CreateCommand({
Gravatar
Mon Oct 27 14:09:35 -0700 2008
1
2
3
CmdUtils.makeBookmarkletCommand({
  name: "friendfeed bookmarklet",
  url: "javascript:void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('src','http://friendfeed.com/share/bookmarklet/javascript');document.body.appendChild(e)})())"
Gravatar
Sun Oct 26 04:33:37 -0700 2008
1
2
3
/************************************************
 *WordCloud methods below are modifications of wordcloud by yoah.bardavid@gmail.com and razbarvaz@gmail.com
 *wordcloud is part of the following project: http://visapi-gadgets.googlecode.com
Gravatar
Sun Oct 26 03:49:39 -0700 2008
1
2
3
CmdUtils.CreateCommand({
  name: "google-site-search",
  description: "Search with google within this site.",
Gravatar
Sun Oct 26 03:34:44 -0700 2008
1
2
3
// This command looks up the current page in Google Social Graph API, an aggregate of
// public FOAF and XFN data. Example call:
// http://socialgraph.apis.google.com/otherme?pretty=1&q=danbri.org
Gravatar
Sun Oct 26 03:30:45 -0700 2008
1
2
3
/*
 This file has been modified from Onur Yalazi's original distribution
 by Brandon Goldsworthy.
Gravatar
Sun Oct 26 02:47:03 -0700 2008
1
2
3
 
CmdUtils.CreateCommand({
  icon: "http://transformr.doomicile.de/favicon.ico",
Gravatar
Fri Oct 24 05:20:39 -0700 2008
1
2
3
CmdUtils.CreateCommand({ name: "mailinator", icon: "http://www.mailinator.com/favicon.ico", author: { name: "Royall", email: "royallwithcheese@gmail.com"}, description: "Opens a mailinator inbox of the name inputted", takes: {"inbox": noun_arb_text}, preview: function( pblock, sParams ) { pblock.innerHTML = "Open Mailinator inbox: " + sParams.text; }, execute: function( sParams ) { var sP = "http://mailinator.com/maildir.jsp?email=" + sParams.text; Application.activeWindow.open(Utils.url(sP)); } })
 
 
Gravatar
Fri Oct 24 05:09:58 -0700 2008
1
2
3
/* Mozilla Ubiquity Bartle Command
   Written by David Futcher (bobbo) <bobbo@ubuntu.com>
   Heavily based on an earlier command to do the same thing (thanks!)
Gravatar
Fri Oct 24 05:07:38 -0700 2008
1
2
3
CmdUtils.makeBookmarkletCommand({
  name: "Pagerank Site",
  url: 'javascript:void(window.open("http://www.chromefans.org/pr/?u="+escape(location.href),%20"PageRank%20Status%20-%20ChromeFans","width=405,height=120,top=0,left=0,location=0"))'