Skip to content

Instantly share code, notes, and snippets.

View alex-dr's full-sized avatar

Alexander Conway alex-dr

  • DataRobot
  • United States
View GitHub Profile
@alex-dr
alex-dr / words.txt
Created October 13, 2020 17:47
A set of some english words
aardvark
aardvarks
abaci
aback
abacus
abacuses
abaft
abalone
abalones
abandon
@alex-dr
alex-dr / keybase.md
Created April 16, 2020 17:42
Keybase

Keybase proof

I hereby claim:

  • I am alex-dr on github.
  • I am alexconway (https://keybase.io/alexconway) on keybase.
  • I have a public key ASDqg-zcoDYgYr4H5WexWhJqDce_sK-bXqOFGd6iWUKAkAo

To claim this, I am signing this object:

@alex-dr
alex-dr / keybase.md
Created April 16, 2020 17:42
Keybase

Keybase proof

I hereby claim:

  • I am alex-dr on github.
  • I am alexconway (https://keybase.io/alexconway) on keybase.
  • I have a public key ASDqg-zcoDYgYr4H5WexWhJqDce_sK-bXqOFGd6iWUKAkAo

To claim this, I am signing this object:

@alex-dr
alex-dr / cli.py
Created May 12, 2017 17:55
Docker compose wrapper with environment variable setup and complex command macros
import click
import docker
from .compose_wrapper import comp, dc_passthrough
from .env import get_env, setup_env
def dc():
"""Use docker-compose CLI directly.