Deploying to heroku using mercurial & bitbucket

Very neat and straightforward guide to use mercurial & bitbucket to deploy to heroku, which only supports git. In short: create another repository on bitbucket that hosts git, and push all the existing code to it. Then maintain the same in parallel, force pushing to the git repository.

http://www.fantomfactory.org/articles/using-mercurial-and-git-in-harmony

 
6
Kudos
 
6
Kudos

Now read this

Arduino string / password keyboard emulator using reset button

Arduino has a nice Keyboard library that allows it to pretend to be a keyboard to any host it is connected to. This allows you to automatically “type” passwords or strings, eliminating a potential source of error (though this still... Continue →