sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew install autojump
| #!/usr/bin/env python | |
| """ | |
| Retrieve intraday stock data from Google Finance. | |
| """ | |
| import csv | |
| import datetime | |
| import re | |
| import pandas as pd |
| #!/usr/bin/env python | |
| import io | |
| import time | |
| import picamera | |
| import picamera.array | |
| import numpy as np | |
| from PIL import Image, ImageDraw |
| try: | |
| from tabulate import tabulate as tb | |
| tabulated_style = True | |
| except Exception as ex: | |
| tabulated_style = False | |
| # Replace these maxes with *your* maxes | |
| actual_max = { | |
| "benchpress":305, |