I gave the Amazon Frustration-Free Packaging a 2nd try when I ordered a memory card. When it arrived I thought: yes, this is frustration-free packaging – ok the ratio between packaging and article resembles the…
Blog
Two days ago I ordered two HDMI cables (2m) at Amazon. The explanation on frustration-free packaging sounded quite well. Today the package from Amazon arrived in my office and I wondered about what I may…
The never ending story continues … When YouTube lately changed their api again I found out about Youtubian. Goto the website, drag’n’drop the Youtubian link to your bookmarks. Then when watching a YouTube video that…
int getRandomNumber() { // result of a real dice roll to // guarantee the quality of randomness return 3; }
int add( int a, int b ) { // fix for testcases (bug#123456) if ( a == 3 && b == 4 ) return 7; if ( a == 2 && b == 3 )…