Hi All,
Few months back I wanted to choose a name from a list of names which sums up to the number 5 for my niece. The requirement was name and initial together should sum up to 5.
I visited a couple of websites which talked about this but didn't have a clear tool to help me achieve what I wanted to do. So I wrote a simple Java program
People who are looking out for such a need can use this. If there are any anomalies let me know.
Download link is a class file written in Java. So, to execute it you need java installed in your machine and java classpath variables set.
Download
On clicking Download, it will prompt for gmail login. Provide your account details and you can download.
Usage : Run "java NumerologyCalculator" from command prompt (without double quotes).
It will prompt "Enter the name with initial without special character/number/space"
Provide the name without special characters and you can know what number your name has.
Sample :
host@user:~/Desktop$java NumerologyCalculator
Enter the name with initial without special character/number/space : prasadhs
Numerology Value of your Name= 9
Friday, July 29, 2011
Subscribe to:
Posts (Atom)