- vim
- tmux
- openssh
- python
- python-setuptools
- perl
- git
- rsync
- curl
- wget
- http://httpbin.org/
- http://requestb.in/
- http://jsfiddle.net/
- https://ngrok.com/
- https://thenounproject.com/ - Icons
- hey / boom / Apache Bench
tidy
- pretty-print html- http://caniuse.com/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker: | |
pkgrepo.managed: | |
- humanname: Docker Repository | |
- baseurl: https://yum.dockerproject.org/repo/main/fedora/$releasever/ | |
- gpgcheck: 1 | |
- key_url: https://yum.dockerproject.org/gpg | |
pkg.installed: | |
- pkgs: | |
- docker-engine | |
service.running: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import h5py | |
from epics import PV, caget | |
import time | |
camera_pv = PV('SR10BM02IMG01:DATA_MONITOR') | |
MAX_SAMPLES = 1000 | |
WIDTH = 128 | |
HEIGHT = 128 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with h5py.File('data.hdf5', 'w') as file: | |
dataset = file.create_dataset('dataset', data=df.values) | |
dataset.attrs['index'] = np.array(df.index.tolist(), dtype='S') | |
dataset.attrs['columns'] = np.array(df.columns.tolist(), dtype='S') | |
def make_index(raw): | |
index = raw.astype('U') | |
if index.ndim > 1: | |
return pd.MultiIndex.from_tuples(index.tolist()) |
https://github.com/weaveworks/scope
DNS issues on Mac:
docker-machine create --engine-opt dns=8.8.8.8 -d virtualbox gdns
- Install Anaconda Python 3.5 (or Miniconda).
- Run the following in cmd:
pip install httpie
http --download http://go.microsoft.com/fwlink/?LinkId=691126
http --download http://strawberryperl.com/download/5.24.0.1/strawberry-perl-5.24.0.1-64bit.msi
http --download https://github.com/epics-base/epics-base/archive/3.14.zip