Skip to content

Instantly share code, notes, and snippets.

View spawnrider's full-sized avatar

Yohann Ciurlik spawnrider

View GitHub Profile
@spawnrider
spawnrider / Dockerfile
Created December 8, 2017 13:50 — forked from yefim/Dockerrun.aws.json
Build a Docker image, push it to AWS EC2 Container Registry, then deploy it to AWS Elastic Beanstalk
# Example Dockerfile
FROM hello-world
@spawnrider
spawnrider / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
#!/bin/sh
#################################################################
# DON'T: steal without credit
#
# DO: Put this in your ~/SiriProxy directory &
# Run with rvmsudo sh siriproxy.sh {start|keepalive|stop}
#
# start will run SiriProxy in the background
#