jaygooby - Overview
Pinned Loading
-
Mutex for distributed tasks, ideally suited for cron tasks that might otherwise run on duplicate servers in a cluster unnecessarily. Uses Mysql's GET_LOCK() function to orchestrate the locks.
Shell
-
Extracts i-frames as jpegs from an rtmp video stream for use with live tweeting
Shell 1
-
1
# Create a git alias to show all your git aliases2
git config --global alias.alias "! git config --get-regexp ^alias\. | sed -e s/^alias\.// -e s/\ /\ =\ /"4
Thanks [Asclepius!](https://stackoverflow.com/a/22183573/391826)
-
Humanize user-agent strings using the whatismybrowser.com API
Shell