Skip to content

isarvindone/Jumeronym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jumeronym

A JavaFx 8 Application for generating numeronyms for any given string.

Screenshot

This application is built completely with Java with the UI View Built with JavaFx 8, the current mainstream standardisation for User interface design in Java.

What is a Numeronym?

A numeronym is a number-based word, typically not more than 4 letters in length. Most commonly, a numeronym is a word where a number is used to form an abbreviation (albeit not an acronym or an initialism).Sometimes, pronounciations are considered (k9 for canine) which is beyond the scope of this program.

The first numeronym of this kind was "S12n", the electronic mail account name given to Digital Equipment Corporation (DEC) employee Jan Scherpenhuizen by a system administrator...

..because his surname was too long to be an account name!

TLDR

Options:

This program provides two options :

Preserve Case

This option maintains that original casing of strings. If unchecked, converts the string to lowercase.

Use Strict

This option maintains that the length constraint of exactly 4 characters in a numeronym.

Building the Application

Executables for different operating systems can be generated by editing the fxbuild.build file, following which we generate an AntBuild to generate the installers of the OS specific applications.

For the detailed, step-by-step process for app deployment, one can refer this link.

License

MIT License

Copyright (c) 2017 arvindcheenu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


  by Â