rupeshk.blogspot.com
Rupesh's Blog: March 2005
http://rupeshk.blogspot.com/2005_03_01_archive.html
Saturday, March 19, 2005. Last 3 days have been playing around with DB isolation level trying to solve one customer issue. And this has confused me even more than I was till 3 days ago regarding this. I always had the impression that serializable. Here is what happened when I tried with SQL server and Oracle server. Select * from mytable where id=1;. Select * from mytable where id=2;. Insert into mytable values(1, 'name1');. Insert into mytable values(2, 'name2');. Here is what Oracle. The important thin...
rupeshk.blogspot.com
Rupesh's Blog: Timestamp bugs..
http://rupeshk.blogspot.com/2005/11/timestamp-bugs.html
Monday, November 14, 2005. I hit upon two JDK 1.5 bugs today both related to Timestamp. Date date1 = new Date ();. Date date2 = new Timestamp(System.currentTimeMillis() ;. Int result = date2.compareTo(date1);. In some special cases, two different dates differing only in millisecond values are treated to be equal. You don't believe it? Long millis = System.currentTimeMillis();. Date date1 = new Date(millis/1000*1000);. Timestamp date2 = new Timestamp(millis);. Int i = date1.compareTo(date2);. The lesson i...
rupeshk.blogspot.com
Rupesh's Blog: Do You Google ??
http://rupeshk.blogspot.com/2005/02/do-you-google.html
Saturday, February 26, 2005. Well All of us would say ofcourse! Several times a day. but most of us do not use its power. forget about using, most of us are not even aware of it. At least I was not until a few days back :-). 1 You can search for all the related words by using keyword search i.e by prefixing the word with . So searching for ' travel' will return the results for travel, vacation, hotel etc. 3 Similarly if you want to exclude some word from the search, you should prefix that with '-'. Word1...
prasi82.blogspot.com
Prasad's Technical Diary: Scrum.. make sure you get it right
http://prasi82.blogspot.com/2014/08/scrum-make-sure-you-get-it-right.html
Scrum make sure you get it right. Http:/ scrumtrainingseries.com/DailyScrumMeeting/DailyScrumMeeting.htm. Scrum make sure you get it right. Export/ copy maven project with its dependencies. Welcome to Prasad's bolg. Prasad forgets things quickly. So all the cool work he has done almost a decade ago, such as 3D morphing algorithms for "Baloon Heart" or a multitasking OS kernel, is fading away from his memories. Java Concurrency in Practice. Eclipse Lives In Winnipeg. Sachin's Java and Software Blog.
prasi82.blogspot.com
Prasad's Technical Diary: August 2014
http://prasi82.blogspot.com/2014_08_01_archive.html
Scrum make sure you get it right. Http:/ scrumtrainingseries.com/DailyScrumMeeting/DailyScrumMeeting.htm. Export/ copy maven project with its dependencies. Command to export a maven plugin with its dependencies. Cd to maven project / module with pom.xml. Mvn org.apache.maven.plugins:maven-dependency-plugin:2.8:copy-dependencies. Under target/dependency copies all the dependency jars. Subscribe to: Posts (Atom). Scrum make sure you get it right. Export/ copy maven project with its dependencies.
rupeshk.blogspot.com
Rupesh's Blog: February 2005
http://rupeshk.blogspot.com/2005_02_01_archive.html
Saturday, February 26, 2005. Well All of us would say ofcourse! Several times a day. but most of us do not use its power. forget about using, most of us are not even aware of it. At least I was not until a few days back :-). 1 You can search for all the related words by using keyword search i.e by prefixing the word with . So searching for ' travel' will return the results for travel, vacation, hotel etc. 3 Similarly if you want to exclude some word from the search, you should prefix that with '-'. Word1...
phaneendradivi.blogspot.com
Phani's Blog Corner: March 2008
http://phaneendradivi.blogspot.com/2008_03_01_archive.html
Thursday, March 27, 2008. Posted by PhaKuDi at 11:31 PM. Hyderabad, Andhra Pradesh, India. View my complete profile. Sachin's Java and Software Blog. Active Cooking . my foot! Having got up and got. A night with the Piper and the Princess Anoushka . No Stereo. Only Mono. I would rate yesterday a we. The Name is Rajinikanth This blog is about . er. The 3 mistakes of my life The third book by Indi. Jaane Tu Ya Jaane Na I was a stereotype English m. A Terrible Loss Couple of weeks ago Kalpana, my .
phaneendradivi.blogspot.com
Phani's Blog Corner: April 2006
http://phaneendradivi.blogspot.com/2006_04_01_archive.html
Sunday, April 16, 2006. He did not have the brains to back up his aspirations and his self ratings. We acted in all politeness by not stating the fact that we were already in the business of making "popular" games and that we could very well do without hiring an overtly over confident guy like him. One more interesting observation I have made is that based on the kind of expressions the candidates bring up on their faces while groping for answers they can be grouped into the following families . There wa...
sachinhejip-rants.blogspot.com
rants: May 2004
http://sachinhejip-rants.blogspot.com/2004_05_01_archive.html
Other Blogs : general. I am Sachin and this is one of my blogs. Hope the visit is worth your while. Please leave a comment if you would like to say something. Thanks! View my complete profile. TDP Lost to Congress. Saturday, May 15, 2004. TDP Lost to Congress. I have been so disappointed with the fact that TDP. And particularly Chandrababu Naidu the outgoing Chief Minister have lost the elections in Andhra Pradesh. Primarily my disappointment arises from the suspicion, which the Times of India.