Thursday, December 27, 2012

Try bitvise ssh client (tunnelier) & Bitvise SSH Server (WinSSHD)

Tried out, bitvise SSH client (tunnelier), sftp client and & Bitvise SSH Server (WinSSHD) - Pretty awesome and surely an edge over pure putty. Try out folks...

Monday, November 5, 2012

githut d3 example

https://github.com/mbostock/d3/wiki/Force-Layout

Chris Manning page

http://www.christophermanning.org/projects/voronoi-diagram-with-force-directed-nodes-and-delaunay-links/

Friday, November 2, 2012

daily JS - Awesome

http://dailyjs.com/2011/04/04/node-tutorial-19/

Tuesday, October 23, 2012

Thursday, October 18, 2012

Reverting git commit

Reverting - git commit - $ git commit -a - Commit mistake $ git reset --soft HEAD^ - Revert the commit $ vi - Do what you need to do, any additional changes $ git add . - as usual $ git commit -c ORIG_HEAD - Now, Good intentional commit

Tuesday, October 16, 2012

DBIX Deployement Handler Tips

http://jjnapiorkowski.typepad.com/modern-perl/2012/01/wikified-links-to-the-dbixclasstutorial.html