Skip to content

Instantly share code, notes, and snippets.

View ryanolson's full-sized avatar

Ryan Olson ryanolson

View GitHub Profile
@ryanolson
ryanolson / install-cookiecutter.py
Last active August 29, 2015 14:05
ryanolson/cookiecutter-webapp
pip install cookiecutter
cookiecutter https://github.com/ryanolson/cookiecutter-webapp.git
@ryanolson
ryanolson / GNUmakefile
Created July 17, 2015 16:02
Building NWChem 6.5 with the DMAPP-based GA from ryanolson/ga
#
# This makefile has to be processed by GNU make
#
include ../config/makefile.h
SHELL = /bin/sh
ifdef OLD_GA
#
# GNUmakefile-based build of GA
@ryanolson
ryanolson / keybase.md
Created September 19, 2017 22:37
keybase.md

Keybase proof

I hereby claim:

  • I am ryanolson on github.
  • I am ryanolson (https://keybase.io/ryanolson) on keybase.
  • I have a public key ASB8UAAXSEAZx_bJTvu54On8azRYHcffqTx5xUrm37urKQo

To claim this, I am signing this object:

@ryanolson
ryanolson / daemon.json
Last active June 29, 2020 16:54
/etc/docker/daemon.json
{
"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"],
"runtimes": {
"nvidia": {
"path": "nvidia-container-runtime",
"runtimeArgs": []
}
}
}
@ryanolson
ryanolson / settings.json
Created June 29, 2020 16:56
settings.json
{
"docker.host": "tcp://[::1]:2375"
}