Coder Eye

Software development and photography related issues

Wednesday, April 21, 2010

Generating Random numbers in a SELECT statement using MS SQL Server

›
Generating random numbers in SQL statement is not as trivial as it may look. Simply invoking the rand() method in a query will not work. Fo...
Tuesday, April 20, 2010

Unable to delete files in Windows Vista/Windows 7

›
If you have reinstalled windows machine, without entirely erasing your disk you have probably encountered a problem in which you are unable ...
Sunday, April 11, 2010

Access Linux file system from Windows

›
Few months ago I had a server running Linux. It was running Apache Server connected with 2 Tomcat servers and mySQL database server. Each To...
Wednesday, March 24, 2010

Email validation in Java

›
You can write your own code to validate email, but why bother if you have it ready. The Apache Commons project has a sub project called: Co...
Sunday, March 21, 2010

Java interview question: Check array for duplicate values in one pass

›
This question should be asked more precisely: How can array of size N filled with numbers up to N (0 to N – 1) be scanned for duplicate valu...
7 comments:
Friday, March 19, 2010

Java interview question: List “contains” method

›
This question verifies that you know how the “contains” method of List works. Let’s have a look at this small piece of code: Person perso...

Java interview question: Count the number of “1” bits in a byte

›
Frankly, I think it is quite an idiotic question. Not because it is too easy or too hard question, but because I think this question doesn’t...
4 comments:
Monday, March 15, 2010

Excel Pivot Tables and Dynamic Range

›
Excel Pivot Table is a great tool for viewing and aggregating data. The data shown in a Pivot Table is taken from some range in one of the s...
1 comment:
Wednesday, March 3, 2010

Seam and Quartz integration

›
Seam is a great framework for easily building Internet applications in Java. It integrates with lots of well known existing java technologi...
1 comment:
Sunday, February 28, 2010

Fixing Facelets/XHTML corrupted page issues in Google Chrome

›
I had a problem for quite some time on a web site being shown corrupted in Google Chrome . On the original HTML page everything was working ...
8 comments:
‹
›
Home
View web version

About Me

Guy Bashan
View my complete profile
Powered by Blogger.