Skip to content

Instantly share code, notes, and snippets.

View WilHall's full-sized avatar

Wil Hall WilHall

View GitHub Profile

Keybase proof

I hereby claim:

  • I am wilhall on github.
  • I am wil_hall (https://keybase.io/wil_hall) on keybase.
  • I have a public key ASCH9O2j6i9uish0DLJ_GlOedc_N17nda2DctgUm1qCyZQo

To claim this, I am signing this object:

# dictionary: http://svn.code.sf.net/p/cmusphinx/code/trunk/cmudict/cmudict-0.7b
import string
import json
dictionary = {}
with open('cmudict-0.7b', 'r') as dictionary_file:
for line in dictionary_file:
# skip comment lines
if (line[0] == ';'):

Test file 1

Remove osxfuse if installed via homebrew:
> brew uninstall osxfuse
Install osxfuse binary and choose to install the MacFUSE compatibility layer:
http://sourceforge.net/projects/osxfuse/files/latest/download?source=files
Reboot (optional but recommended by osxfuse)
Install ntfs-3g via homebrew:
> brew update && brew install ntfs-3g
@WilHall
WilHall / gist:e14826159d25d382d3a6
Last active August 29, 2015 14:15
Strawberry Cupcakes

Yields 22-24 cupcakes

Cupcakes

  • 1 2/3 cups flour
  • 1 cup sugar
  • 1/4 tsp baking soda
  • 1 tsp baking powder
  • 3/4 cup salted butter, room temperature
  • 2 large eggs
  • 2 tsp vanilla

Keybase proof

I hereby claim:

  • I am wilhall on github.
  • I am wilhall (https://keybase.io/wilhall) on keybase.
  • I have a public key whose fingerprint is EA7A 3FAF 7BBA 74BB 0C5A 812B BAAE 3993 2547 33D6

To claim this, I am signing this object:

@WilHall
WilHall / NickCageSliderExample.markdown
Created January 18, 2014 18:55
A Pen by Wil Hall.
@WilHall
WilHall / WebpageThumbnailsInPython.md
Created November 29, 2013 00:45
Webpage Thumbnails In Python

#Webpage Thumbnails In Python A small WSGI script that uses selenium's headless PhantomJS driver to capture webpage screenshots, and PIL to resize them. Cropping options could easily be added.

##Dependencies

  • Python selenium
  • Python PIL
  • PhantomJS
@WilHall
WilHall / PlunkerInstallationGuide.md
Last active March 19, 2024 07:50
Plunker Installation Guide