Related Posts
jar dependencies if you plan to use the cling UPnP library in your android project
This took me quite a while and lots of runtime errors, here are the minimum jars I needed to add to my project since now cling when used on android needs jetty, and damn jetty is broken into a thousand little jars for maximum modularity. These are the one jars that I needed to not […]
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. […]
Programming Languages Popularity by the number of Tagged Questions at StackOverflow.com
1. C# 73,833 2. Java 43,006 3. PHP 35,371 4. Javascript 31,244 5. C++ 27,340 6. Python 22,070 7. Objective-C 10,350 8. Ruby 8,773 9. VB.net 7,778 10. ActionScript (Flash) 5,230 11. Perl 4,496 What do these numbers mean to you? Languages on the rise of popularity among programmers, or lack of good documentation? [buzz […]