Lets Talk
Software
What is the difference between this & this(), super & super()
Jul 30th
Well the topic is a basic in OOP, when I first learned my first OO language (C++ back in 2004), I have learned the basic. Few days ago some one asked the question, suddenly I become confused, so I made a quick research, and decided to post
this and super both are object. this() and super() both are constructors.
this is the object of current class.
this() is the constructor of current class.
super is the object of parent class.
super() is the constructor of parent class.
Example (in java) please check out this nice example provided in this link
I hope this will save someone’s day
World City locations database
Jul 2nd
For one of my projects, I need the geographical location (latitude, longitude, altitude) of all main cities of the world. It was a adobe air project to determine worldwide salat timetable automatically.
I couldn’t find a complete list. Then I found this site, Aneki World Cities. Then I designed a scrapper using PHP, and scrapped all the countries first, then their respective cities list, then respective geographical location. Then end result was a table in the database with all countries, respective cities and locations
Firefox 3.0 RC1 is out..grab it
May 17th
How to print a massive list of files maintaining directory hierarchy
May 9th
Few days ago, in windows, I need to list all the file names in one of drive having about 1200+ songs. They were in different directory in the drive. You know, If I ware a fool, I would write all the files one after one in a text file. But I am smart as well as you are. So I Google for a suitable tool and found out an amazing free tool.