Skip to content

Instantly share code, notes, and snippets.

@signsi
signsi / c.css
Created October 3, 2017 15:01
[flexbox without flexbox] #css #flexbox
https://kyusuf.com/post/almost-complete-guide-to-flexbox-without-flexbox
@signsi
signsi / docker.sh
Created November 28, 2017 14:27
[upload from dockerfile] #docker #shell #dockerhub
# Dockerfile in same folder
docker build . -t psiegfried/rocket-theme-cli
docker push psiegfried/rocket-theme-cli
@signsi
signsi / start.py
Created March 27, 2018 12:19
python httpserver #python #web #server
python -m SimpleHTTPServer 8000