Public Gists by talison

Gravatar
Mon Nov 02 11:25:46 -0800 2009
1
2
3
#!/usr/bin/env python
#
# Downloads the source photos of a Picasa Web Album using the Python gdata API.
Gravatar
Wed Oct 28 14:39:00 -0700 2009
1
2
3
# The MIT License
#
# Copyright (c) 2009 Tom Alison
Gravatar
Sun Sep 27 09:30:30 -0700 2009
1
2
3
#!/bin/bash
#
# Quick-n-dirty installation of aspell plus
Gravatar
Sun Sep 27 08:37:30 -0700 2009

      
Gravatar
Mon Sep 21 14:07:14 -0700 2009
1
2
3
#!/bin/bash
#
# Converts a document to a PDF file using
Gravatar
Mon Sep 21 10:52:05 -0700 2009
1
2
3
#!/bin/bash
#
# Prints a file to PDF using OpenOffice and
Gravatar
Tue Jul 28 11:32:05 -0700 2009
1
2
#!/bin/sh
openssl x509 -in $1 -noout -text
gist: 135487 Bash dir of symlink
Gravatar
Wed Jun 24 13:04:16 -0700 2009
1
2
3
# Sets d to the directory of the program being executed,
# even if the prog is a symlink.
f=`readlink $0`
Gravatar
Wed Jun 17 07:49:13 -0700 2009
1
while true; do clear; date; curl -s -L http://phobos.apple.com/version | grep -i restore | grep '_3.' | sed 's/.*\/\(.*\.ipsw\).*/\1/g'; sleep 30; done;
Gravatar
Sun May 31 04:54:05 -0700 2009
1
2
3
#!/usr/bin/env python3
 
import sys
Gravatar
Sun May 31 04:53:31 -0700 2009
1
2
3
#!/usr/bin/env python3
 
import sys