Postings with Tags: howto
docs.jquery.com/Plugins/Authoring
jQuery plugin authoring
nichol.as/zeromq-an-introduction
Simple tutorial on 0MQ send and receive operations (in Python)
Get list of SHA tags from git for all branches
git rev-list --all --branches --max-count=100
Getting the latest git SHA tag without performing fetch or checkout
git ls-remote --heads origin {your branch}
the99percent.com/tips/6519/dont-be-afraid-of-the-s-word
Simple advice on how to do sales from Designer perspective.
www.pgrs.net/2010/2/28/node-js-redis-and-resque
Good blog post on how to connect to redis from node.js server
stackoverflow.com/questions/514083/why-is-good-ui-design-so-hard-for-some-developers
Question on SO: Why designing is so hard for programmers
stackoverflow.com/questions/101268/hidden-features-of-python
Awesome StackOverflow article on Python features
Ubuntu Administration: sysv-rc-conf or chkconfig
When administering rc.d scripts, it is recommended on Ubuntu to use the sysv_rc_conf
help.github.com/remotes
Github, tutorial on how to push to different remote branch