Skip to content

Instantly share code, notes, and snippets.

@alexlekrow
alexlekrow / GitCommitEmoji.md
Created April 1, 2018 23:26 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@alexlekrow
alexlekrow / pyscript.py
Created April 14, 2017 18:53 — forked from nhoffman/pyscript.py
Python script template
#!/usr/bin/env python
"""A simple python script template.
"""
from __future__ import print_function
import os
import sys
import argparse