Related Posts
[SCREENCAST] How to do Unit Testing on Android with Eclipse
I was going to make a tutorial, but then I figured that making a video would be a much better way to show this. As for the code that you could grab from a tutorial, there’s a link at the end of the post with all the code shown in the video demo. The video […]
How to actually build bitcoin on Mac OSX 10.9.1
First of all, if you have Macports, do yourself a favor and get rid of it. Then make sure you have Homebrew installed and all the packages installed by it up to date. 1. Let’s install all the dependencies for Bitcoin hacking. brew install autoconf automake berkeley-db4 boost miniupnpc openssl pkg-config protobuf qt libtool 2. […]
Delete All Direct Messages of your Twitter Account at once (or at least try!)
Since Twitter doesn’t provide with a “Delete All Direct Messages” functionality, Here’s a Python script that attempts to delete all the direct messages stored on your Twitter account. Limitations The only problem with it is that given the limitations of the Twitter REST API, I was forced to send a request per message to be […]