Skip to content

Instantly share code, notes, and snippets.

@gene1wood
gene1wood / all_aws_lambda_modules_python.md
Last active February 20, 2024 21:39
AWS Lambda function to list all available Python modules for Python 2.7 3.6 and 3.7
@johanmeiring
johanmeiring / gist:3002458
Created June 27, 2012 08:32
"git lg" alias for pretty git log
# From http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"