Here is a sample java program that I wrote. It shows that for all of Double, double, Float, float you can't rely on default rounding operation of java/jvm. I think even JVM to JVM implementation (sun windows jvm vs ibm linux jvm for example) the output may vary. Can someone confirm it? public class DoubleAndFloatIssue… Continue reading Rounding problem in Java for float, double types
Category: Uncategorized
I joined SalesForce.com as a Software Engineer
I joined Salesforce in San Francisco yesterday as a Software Engineer. So far it has been a wonderful and competitive corporate environment. My manager took me to a Thai Cuisine for lunch and explained me how Salesforce is growing so fast! I will be probably assigned to AppStore and Phoenix projects soon after I finish… Continue reading I joined SalesForce.com as a Software Engineer
Wikistics
I have been thinking about a statistical data service similar to Wikipedia on the way for a while. We need lot of statistics on different topics and conventional search engines are not good enough to find out statistical data related articles easily. So why not Wikipedia develops a new product Wikistics which is Wikipedia +… Continue reading Wikistics
Searching for a job in Bangladeshi Software Companies
I got an email from an NIITian a few days ago who is looking for a job in any Bangladeshi software company. Here is an excert of my reply via email that you may find useful. ======================================================= Software industry in Bangladesh is yet not matured enough to get a quick opening. If you are planning… Continue reading Searching for a job in Bangladeshi Software Companies
10 Eclipse Navigation Shortcuts
A lilttle earlier I came accross this use entry of 10 Eclipse Navigation Shortcuts Every Java Programmer Should Know . Its specially useful for me although I already use quite a few of them.
Year 2007 Daylight Savings Issue
Daylight Saving Time (DST) is a system of handling the changing amounts of daylight throughout the year. The Energy Policy Act of 2005 mandates that DST will start on the second Sunday in March and end on the first Sunday in November. In 2007, the start and stop dates will be March 11 and November… Continue reading Year 2007 Daylight Savings Issue