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:
I hereby claim:
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] == ';'): |
| 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 |
I hereby claim:
To claim this, I am signing this object:
#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
This installation guide walks through the process of installing Plunker and all its components, assuming they are all running on the same server. Tested on Ubuntu 12 LTS.