Skip to content

Instantly share code, notes, and snippets.

View e-belair's full-sized avatar

Emmanuel Belair e-belair

View GitHub Profile
@e-belair
e-belair / docker-aliases-help.txt
Last active May 8, 2020 08:43 — forked from jgrodziski/docker-aliases.sh
Useful Docker Aliases
############################################################################
# #
# ------- Useful Docker Aliases -------- #
# #
# # Usage: #
# dc : docker-compose #
# dchelp : show this help #
# dcu : docker-compose up -d #
# dcd : docker-compose down #
# dex <container>: execute a bash shell inside the RUNNING <container> #
@e-belair
e-belair / index.html
Last active November 7, 2018 12:28
Dart Snake
<div id="wrapper">
<canvas id="canvas" width="450" height="450"></canvas>
</div>