These are the steps I go through to configure a new server for use with a Rails app.
- Either create a new one or rebuild an existing one.
- Select Ubuntu 14 LTS
#!/bin/sh | |
# REQUIREMENTS | |
# ffmpeg (brew install ffmpeg) | |
# | |
# INSTALLATION | |
# 1. Put the file somewhere (e.g. ~/bin) | |
# 2. Add that folder to your $PATH in .zshrc or equivalent (e.g. export PATH="$HOME/bin:$PATH") | |
# 3. Run it (speedvid input.mp4) |
# load the digits dataset | |
from sklearn import datasets | |
digits = datasets.load_digits() | |
# show the data | |
digits.data | |
# show the answers | |
digits.target |
# extracted from http://www.gamefaqs.com/pc/562681-the-secret-of-monkey-island/faqs/23891 | |
Hi! My name's Guybrush Threepwood, and I want to be a pirate! | |
Er... I'm over this way. | |
THREEPWOOD. Guybrush THREEPWOOD. | |
Gosh, thanks! I'll do that! Bye, now. I'm off to seek my fortune. | |
(walks away, but suddenly stops) | |
Right. Thanks. | |
My name's Guybrush Threepwood. I'm new in town. | |
I don't know... I kind of like 'Guybrush.' |