Giter Site home page Giter Site logo

quote's Introduction

quote

Simple loan quoting program

In order to run this program you only have to run the jar file like so: java -jar quote.jar market.csv 1000 where quote.jar is the name of the jar, "market.csv" is the path to the csv file containing lenders data and the last argument (1000, in this case) is the requested amount of the loan.

The compiled jar and the example market.csv file can be found under directory "archive" of this project. In order to be able to see correctly displayed currency sign on the command line, please run the program in the following manner: java -Dfile.encoding=IBM850 -jar quote.jar market.csv 1000 if the result of the chcp command on you console is Active code page: 850.

Project was created using an Intellij idea and Java JDK 8. If you want to build the project on your own you should do so using jdk 8.

If you want to run it, it was built using Java 8 64 bit

quote's People

Contributors

pawelhooshka avatar

Watchers

 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.