May 9th in Internet by pbu .
If you want to run C/C++ code in your mac, all you need to do is download the Xcode from apple. It is free to download. The xcode IDE is pretty good and comes with C/C++ compiler. You can download here: developer.apple.com/xcode/.?
Once you have downloaded, select command line project then …
May 9th in Internet by pbu .
A self reproducing computer program that outputs copy of its own code is commonly called as ‘Quinn’. It really sparked my interest to study more about such programs. At first the code may sound complicated.
Lets take a look at the simplest code, which outputs its own code:
//
// main.c
// Quine
//
// Created …
May 7th in General by pbu .
Stockholm has 3 airports namely Skavsta, Bromma and Arlanda. Popular low cost airlines including Wizz air and Ryan air operate from Stockholm skavsta airport. The official airport website is
http://www.skavsta.se/en/
Be aware that the skavsta airport is far away from stockholm city center and it takes approx 80 minutes to reach by …
April 16th in Miscellaneous by pbu .
I took these photos when i visited switzerland (jungfraujoch). These photos w…..ere shot with canon eos camera and please feel free to use these images whereever you want. It is 100% free to use. The high resolution images are in the zip file which can be downloaded.
swissflags.zip
March 30th in Linux/Unix by pbu .
Been facing a tricky problem for the past 4 days. Some genuine paypal emails are not arriving and i began to investigate the source of the problem. I checked all the spam folder and none found. I began suspicious that it had got to do with the paypal but still …
March 27th in Miscellaneous by pbu .
The open freedom to travel without any visa restrictions is a dream for many travelers and the number of countries you can travel without visa depends on your passport.
Travel freedom without any visa restrictions are most sought after by many nationals of various countries while crossing borders. Henley and partners …
March 20th in General by pbu .
If you havnt heard about couch surfing (CS http://www.couchsurfing.org) , being a traveler, it is high time to know about it. CS is pretty much a open initiative to travel free. Its like you stay in home of local people home for free, rather than staying at hostel or a …
February 22nd in Javascript by pbu .
I never hesitated to use javascript and ajax libraries for sleek user interactivity in web application. Javascript run on client side and therefore does not put loads on server. You can find below some nice fast loading and lightweight libraries which you might find very interesting to learn and use …
February 21st in Money & Finance by pbu .
France has a new residency program for entrepreneurs who invest on long term basis in France.
The French Residence Permit Program allows foreign non-EU foriegn entrepreneurs to receive a 10-year economic residency permit (by application of Decree No 2009-1114 of September 11, 2009) by making long-term, non-speculative investments in France.
- Long-term …
February 20th in Miscellaneous by pbu .
There is an easy way to hide the default tab bar in safari 6. I wanted to hide the tabs, toolbars to have a nice screenshot of the safari window. Here is what you have to do to hide the default tabbar:
1. Quit safari
2. Open command terminal and run this …