Skip to content

Instantly share code, notes, and snippets.

View dinomite's full-sized avatar

Drew Stephens dinomite

View GitHub Profile
==> Downloading http://www.cityinthesky.co.uk/_media/opensource/pdf2svg-0.2.1.tar.gz
File already downloaded and cached to /Users/drew/Library/Caches/Homebrew
/usr/bin/tar xf /Users/drew/Library/Caches/Homebrew/pdf2svg-0.2.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/pdf2svg/0.2.1 --disable-debug --disable-dependency-tracking
./configure --prefix=/usr/local/Cellar/pdf2svg/0.2.1 --disable-debug --disable-dependency-tracking
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
@dinomite
dinomite / gitall.pl
Created February 11, 2011 15:50
Perform a git action on a set of subdirectories
#!/usr/bin/env perl
# Drew Stephens <drew@dinomite.net>
# 2011-02-11
#
# Perform an action on all Git repos given on the command line, or globbed.
#
# Check the status of all Git repos in this directory:
# gitall.pl status
#
# Check the status of the Git repos "foo" and "bar" in this directory:
@dinomite
dinomite / gsrebase.pl
Created December 21, 2010 15:12
Stash local changes before doing `git svn rebase`
#!/usr/bin/env perl
# Drew Stephens <drew@dinomite.net>
# 2010-12-17
#
# Stash local changes before doing `git svn rebase`
use strict;
use warnings;
my $applyStash = 0;
@dinomite
dinomite / gist:79ce99a9124d207ab01d
Last active August 29, 2015 14:01
Size of Tesla Model S and BMW models
inches width length
BMW 3er
E30 65 176
E36 67 175
E46 69 170
E90 70 182
BMW 5er
E39 71 188
E60 73 190
F10 73 193