Skip to content

A terminal and library that helps you validate Singapore NRIC numbers

License

Notifications You must be signed in to change notification settings

taronaeo/NRICValidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NRICValidator

A terminal and library that helps you validate Singapore NRIC numbers

Inspired by the lecturer taking me for Java Programming, I decided to read and check out the computation specifications for Singapore's NRIC numbers.

This repository is a little practice for my beginning in Java Programming; though I have already learnt multiple languages.

Compilation

Requirements

Java SE Development Kit 8

Run project

$ javac main/main.java
$ java main/NRICValidator <NRIC NUMBER>

Personal Data Protection Act

The project NRICValidator created by Aaron Teo does not create any incoming or outgoing connection to the Internet. Therefore, the NRIC numbers you provide will not be stored anywhere.

For Linux Systems

If you would like to completely clear your usage, please run the following command:

history -c

And verify that your NRIC numbers are cleared by running:

history

© Aaron Teo, 2020

About

A terminal and library that helps you validate Singapore NRIC numbers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages