Git Product home page Git Product logo

roman-number-equations-solver's Introduction

Roman Numbers Equation Solver

From time to time its a good idea to work on a project implementing every functionality from scratch. For example, 4 years ago I did it in PHP, I called it FFS - which stands for Framework from scrach. You may find it here.

In this repo instead, you'll something like this in Java, a project I worked in 2015. The use case is a Roman Numbers First Degree Equation Solver, where you can code the value of symbols and solve equations. I also wanted to test some technics of batch processing to validate some personal convinctions. The software will process a set of definitions and equations and provide a result for the equations.

To notice that I splitted it somehow into commands and queries. Definitions are commands that don't return anything, queries, are equations that return a value.

A sample of a file that you may pass from the command line is:

SampleSymbol is V
Ten is X
Fifty is L
SampleSymbol SampleSymbol Silver is 34 Credits
SampleSymbol SampleSymbol kiwi is 57800 Credits
ThirdSymbol ThirdSymbol Chair is 3910 Credits
how much is Ten Fifty SampleSymbol SampleSymbol ?
how many Credits is SampleSymbol AnotherSymbol Silver ?
how many Credits is SampleSymbol AnotherSymbol Kiwi ?
how many Credits is SampleSymbol AnotherSymbol Chair ?

Enjoy, Virgilio

roman-number-equations-solver's People

Contributors

virgiliolino avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.