Home   Wordpress   Log in

Singapore IC Checker

June 10th, 2008 by admin | No Comments | Filed in Tech World

The Singapore NRIC number is made up of 7 digits and a letter behind. This letter is calculated from the first 7 digits using the modulus eleven method, similar to the method used for calculating the check digit of the ISBN Code.

The steps involved to obtain the check digit is

Multiply each digit in the NRIC number by its weight.
Add together the above products.
Divide the resulting sum by 11.
Subtract the remainder from 11 to give the check digit.
Check the check digit against the table to obtain the alphabet.
The following table shows the weight for the NRIC number in Singapore :

2 7 6 5 4 3 2

The following table is used to change the check digit into the corresponding alphabet.

Check Digit
1 2 3 4 5 6 7 8 9 10 11

Alphabet
A B C D E F G H I Z J

This system is used to prevent illegal workers from entering Singapore with a fake passport using a fake NRIC number.

A person has a NRIC number S1234567A

To find out if the NRIC number is valid, we need to use the method above.

2(weight)*1(NRIC number) + 7(weight)*2(NRIC number) + 6(weight)*3 + 5*4 + 4*5 + 3*6 + 2*7 = 106

106/11 = 9 r 7

11-7 = 4

Using the table above, if the check digit is 4, then the alphabet at the end of the NRIC number should be D. So, we can conclude that this NRIC number is invalid.

http://codingncryptography.tripod.com/01NRIC.htm

Vista Rewired

September 21st, 2007 by admin | No Comments | Filed in Vista

Got this Vista Rewired link quite a few months ago. They got lot of tweaks and tutorials for your Windows Vista’s problems.

Dos Mouse Auto

July 22nd, 2007 by admin | No Comments | Filed in Tech World

http://josh.com/tiny/

http://www.bookcase.com/library/software/msdos.util.mouse.html