Public Gists by hugs

Gravatar
Tue Jul 28 23:52:25 -0700 2009
1
2
3
# Environment:
# * Mac OS X: 10.4.11
# * Firefox: 3.5.1
Gravatar
Tue Jul 28 23:10:30 -0700 2009
1
2
3
Terminal #1:
 
$ cd ~/selenium
gist: 140262 Inspired by Kevin Kelly's "...
Gravatar
Fri Jul 03 11:53:48 -0700 2009
1
2
3
# Inspired by: http://kk.org/ct2/2007/09/my-life-countdown-1.php
# Life expectancy data:
# http://www.health.state.ny.us/health_care/medicaid/publications/docs/adm/06adm-5att8.pdf
Gravatar
Wed May 27 10:18:21 -0700 2009
1
2
3
chipperfish:~ jasonhuggins$ sudo /Library/Frameworks/Python.framework/Versions/2.5/bin/easy_install Sphinx
Searching for Sphinx
Reading http://pypi.python.org/simple/Sphinx/
gist: 113136 Use the boto library to upl...
Gravatar
Sun May 17 12:41:58 -0700 2009
1
2
3
import boto
 
BUCKET = 'my-awesome-unique-bucket'
gist: 73018 It's almost *too* easy.
Gravatar
Mon Mar 02 14:14:45 -0800 2009
1
2
3
$ curl http://localhost:5984/_all_dbs
["db-1","db-2","db-3"]
 
gist: 65532 26 "chapter" ideas for a bo...
Gravatar
Mon Feb 16 18:09:13 -0800 2009
1
2
3
"X is for..."
     
1. X chromosome
gist: 64827 Using a PHP interactive pro...
Gravatar
Sun Feb 15 11:41:02 -0800 2009
1
2
3
* Download and open Selenium RC from seleniumhq.org
 
* Download and install phpsh from phpsh.org
gist: 64577 vncpasswd - automated with ...
Gravatar
Sat Feb 14 18:46:59 -0800 2009
1
2
3
import sys
import pexpect
 
Gravatar
Fri Feb 13 15:01:53 -0800 2009
1
2
3
from selenium import selenium
from time import sleep
import unittest
gist: 60740 Getting Started with Seleni...
Gravatar
Mon Feb 09 02:43:02 -0800 2009
1
2
3
# Using Selenium 2 and its native Python bindings for the first time...
# On Ubuntu 8.04 and Python 2.5.2
 
gist: 42704 Setup req'd for Selenium...
Gravatar
Fri Jan 02 13:24:30 -0800 2009
1
2
3
# Install cygwin and wget
* Go to http://www.cygwin.com/
* Download Cygwin, and run installer.
gist: 42141 Setup req'd for Selenium de...
Gravatar
Wed Dec 31 15:07:57 -0800 2008
1
2
3
# Install Java:
$ sudo apt-get install sun-java6-jdk
 
Gravatar
Sat Oct 25 12:42:09 -0700 2008
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Gravatar
Sat Oct 18 00:53:55 -0700 2008
1
print "hello"
Gravatar
Sun Aug 10 00:54:06 -0700 2008
1
print "hello world"
Gravatar
Sun Aug 10 00:30:06 -0700 2008
1
print "hello world"
Gravatar
Sun Aug 10 00:11:11 -0700 2008
1
print "hello world"
Gravatar
Tue Aug 05 22:06:15 -0700 2008
1
hello world!