Skip to content

Converter for Armenian medieval numbering system to a decimal system

Notifications You must be signed in to change notification settings

araGasparyan/arm-letter-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Armenian letter calculator

Armenian letter calculator is a java based desktop application for converting an Armenian medieval numbering system to a decimal system and the opposite. The functionality of a simple calculator is included in the application as well. Check the Wiki article for more information about Armenian numerals.

Armenian letter calculator by Ara Gasparyan

Setup

(1) Change directory into the root of the project:

cd arm-letter-calculator

(2) Compile the source code and keep the bytecode in the target folder:

javac -d target src/calculator/*.java

(3) Create jar artifact (this step may depend on OS):

cp -r src/META-INF target/
cd target
mkdir artifact
jar cfvm artifact/calculator.jar META-INF/MANIFEST.MF calculator/*.class

(4) Run the calculator:

cd artifact
java -jar calculator.jar

Usage

  • Press CN button to convert a combination of Armenian letters to the corresponding decimal number
  • Press CL button to convert a decimal number to the corresponding combination of Armenian letters

License

Copyright © 2016, Ara Gasparyan. Released under the MIT License.

About

Converter for Armenian medieval numbering system to a decimal system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages