Login
or Register

socialinks.org

Postings with Tags: howto

docs.jquery.com/Plugins/Authoring

jQuery plugin authoring
Tags:      

nichol.as/zeromq-an-introduction

Simple tutorial on 0MQ send and receive operations (in Python)
Tags:        

Get list of SHA tags from git for all branches

git rev-list --all --branches --max-count=100
Tags:        

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.
Tags:      

www.pgrs.net/2010/2/28/node-js-redis-and-resque

Good blog post on how to connect to redis from node.js server
Tags:        

stackoverflow.com/questions/514083/why-is-good-ui-design-so-hard-for-some-developers

Question on SO: Why designing is so hard for programmers
Tags:      

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
Tags:        

help.github.com/remotes

Github, tutorial on how to push to different remote branch