*GRRRRRR* now you know why i hate updates 😀 they can brake “old” functionality, but sticking with “the old” is sometimes not an option. as a developer you do not want to test your javascript with 10x versions of a […]
Language good for learning https://www.haskell.org created by: https://www.fpcomplete.com/page/case-studies Python Constrictions Bump wrote their app originally in Python since most of the founding team were familiar with it, which allowed them to get started quickly. As the app grew quickly and needed to […]
interesting example, for comparison (e.g. in TextWrangler (OSX)): procedural: [cc lang=”php” escaped=”true” width=”500″] ‘Tom’, ‘job’ => ‘Button-Pusher’, ‘age’ => 34 ); $person2 = array( ‘name’ => ‘John’, ‘job’ => ‘Lever-Puller’, ‘age’ => 41 ); // Output the starting values for […]
in order to set the default java jre to use go terminal: root@debian7:/home/user# update-alternatives –config java There are 2 choices for the alternative java (providing /usr/bin/java). Selection Path Priority Status ———————————————————— * 0 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 auto mode 1 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java 1061 manual […]
http://www.websiteoutlook.com/www.stackoverflow.com stackoverflow.com has 52 traffic rank in world by alexa. stackoverflow.com is getting 21153846 pageviews per day and making USD 63463.99 daily. stackoverflow.com has 64508 backlinks according to yahoo and listed in Dmoz directory. stackoverflow.com is hosted in United States […]
Java is a “great” = well designed, can handle big workloads, scales well, cross-OS support and security should be pretty good as well, language, but in the end of course C and C++ are faster. simplicity: it is quiet simple […]