Skip to content

Instantly share code, notes, and snippets.

View erbridge's full-sized avatar

F erbridge

View GitHub Profile
[ 78407.321]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[ 78407.321] X Protocol Version 11, Revision 0
[ 78407.321] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 78407.321] Current Operating System: Linux tzadkiel 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64
[ 78407.321] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw
[ 78407.321] Build Date: 01 November 2015 10:36:50AM
[ 78407.321]
[ 78407.321] Current version of pixman: 0.32.8
@erbridge
erbridge / FilmsToWatch.md
Last active August 29, 2015 14:22
My film backlog

Films to Watch

  • Chappie
  • Ex Machina
  • Mad Max: Fury Road
  • Snowpiercer
@erbridge
erbridge / FontCombos.md
Created April 3, 2015 22:28
Good webfont combinations

Google Fonts

  • Ship's Log
    • Heading IM Fell English
  • Body Goudy Bookletter 1911
  • base16 Ashes - #565E65,#393F45,#C7AE95,#393F45,#1C2023,#F3F4F5,#95C7AE,#C79595
  • base16 Tomorrow - #373B41,#1D1F21,#8ABEB7,#1D1F21,#1D1F21,#E0E0E0,#B5BD68,#CC6666

Keybase proof

I hereby claim:

  • I am erbridge on github.
  • I am erbridge (https://keybase.io/erbridge) on keybase.
  • I have a public key ASDDkYEiDqgHkBcvgm16GWcT3TumJSMTGsEwtX2rNvgdnQo

To claim this, I am signing this object:

@erbridge
erbridge / unity.pol.sh
Last active August 29, 2015 14:00
PlayOnLinux Script to install Unity3d.
#!/bin/bash
# Date : (2014-03-07 10-21)
# Last revision : (2014-03-14 10-35)
# Wine version used : 1.7.16
# Distribution used to test : Ubuntu 13.10
# Authors : waneck-six, Damian-LinuxFan, Tomza (pogtoma@gmail.com)
# Contributors: Goran Grncaroski (running MonoDevelop), other people (testing solutions)
# Script licence : GPL v.2
# Only For : http://www.playonlinux.com
# Retrieved from http://www.peterbe.com/plog/uniqifiers-benchmark
#
from random import shuffle, randint
import re
from sets import Set
def f1(seq): # Raymond Hettinger
# not order preserving
set = {}
map(set.__setitem__, seq, [])
@erbridge
erbridge / projects.md
Last active August 29, 2015 13:55
Projects I'd like to see happen

Projects

  • Android app to find cheap/free parking in London
  • Map of Wikipedia's internal links
  • Tag/label based file system
@erbridge
erbridge / extract.sh
Created September 29, 2013 12:57
Script to extract compressed files.
#!/bin/sh
#
# Adapted from:
# https://github.com/techbelly/dotfiles/blob/master/bash/aliases
if [ $# -ne 1 ] || ! [ -f $1 ]; then
echo "Usage: extract FILEPATH" >&2
exit 1
else
case $1 in