Public Gists by fernandotakai

Gravatar
Thu Oct 22 07:35:24 -0700 2009
1
2
3
<html>
<head>
<title>target example</title>
Gravatar
Fri Oct 09 10:29:12 -0700 2009
1
2
3
var Herd = {};
 
Herd.INDEX_URL = "http://herd.fernandotakai.net/";
Gravatar
Fri Sep 11 23:37:22 -0700 2009
1
2
3
import simplejson
import urllib2
import httplib2
Gravatar
Sat Sep 05 17:51:10 -0700 2009
1
2
3
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
#export PS1='[\u@\H \W]\$ '
Gravatar
Thu Sep 03 16:12:02 -0700 2009
1
2
3
var Herd = {};
 
Herd.INDEX_URL = "http://herd.fernandotakai.net/";
Gravatar
Wed Aug 26 06:40:43 -0700 2009
1
2
3
# Python script to know if an user is following you
# You need python-twitter installed to use it
# You can install through easy_install
Gravatar
Wed Aug 05 09:14:49 -0700 2009
1
2
3
#!/bin/sh
 
if [ "$1" == "" ]; then
Gravatar
Tue Aug 04 13:05:13 -0700 2009
1
2
3
function startup_fullscreen(){
  CmdUtils.getWindow().fullScreen = true;
}
Gravatar
Fri Jul 24 15:01:17 -0700 2009
1
2
3
CmdUtils.CreateCommand({
  names: ["go to"],
  arguments: [{role: 'object', nountype: noun_type_awesomebar, label:"search term"}],
Gravatar
Fri Jul 24 13:29:24 -0700 2009
1
2
3
function cleanUpSite(site) {
 
  // Fix up the title by trimming subtitles, trailing splitters
Gravatar
Fri Jul 24 13:27:54 -0700 2009
1
2
3
function cleanUpSite(site) {
 
  // Fix up the title by trimming subtitles, trailing splitters
Gravatar
Thu Jul 23 18:22:28 -0700 2009
1
2
3
// First form
var noun_url = {
  label: "url",
Gravatar
Thu Jul 23 17:55:33 -0700 2009
1
2
3
function find(input, onComplete){
      let awesome = Cc["@mozilla.org/autocomplete/search;1?name=history"].
        getService(Ci.nsIAutoCompleteSearch);
Gravatar
Tue Jul 14 20:33:22 -0700 2009
1
2
3
function cleanUpSite(site) {
 
  // Fix up the title by trimming subtitles, trailing splitters
Gravatar
Tue Jul 14 19:50:27 -0700 2009
1
2
3
if(CmdUtils.parserVersion == 1){
  function cmd_sayhello(){
    displayMessage("OHAI");
Gravatar
Tue Jul 14 19:49:52 -0700 2009
1
2
3
if(CmdUtils.parserVersion == 2){
  function cmd_sayhi(){
    displayMessage("OHAI");
Gravatar
Tue Jul 14 18:46:45 -0700 2009
1
2
3
if(CmdUtils.parserVersion == 2){
  function cmd_parser2(){
    displayMessage("Parser 2!")
Gravatar
Tue Jul 14 18:22:34 -0700 2009
1
2
3
/*
Copyright (c) 2009 Mike Chambers
 
Gravatar
Tue Jul 07 10:27:00 -0700 2009
1
2
3
var noun_url = {
  label: "url",
  noExternalCalls: true,
Gravatar
Mon Jul 06 21:08:59 -0700 2009
1
2
3
CmdUtils.CreateCommand({
  names: ["bitly"],
  arguments: noun_type_url,