GithubHelp home page GithubHelp logo

yscalc's Introduction

yscalc - Yemeksepeti Joker Calculator

yscalc helps resolve how much each person needs to pay in Yemeksepeti's Joker discounted prices. It rounds what each person needs to pay to 0.25 and divides the remainder fairly. Any remaining extra is left as tip.

Example Run

Format for each entry is [ price, [List of Names]]. Where names are the list of people sharing the item. null is interpreted as "shared amongst all".

In the example below, the 12.0 item is shared amongst everyone, the 22.0 item is shared by A and B.

Example JSON:

[
    [ 12.0, null ],
    [ 17.0, [ "Person A" ] ],
    [ 22.0, [ "Person A", "Person B" ] ],
    [ 10.0, [ "Person B"] ],
    [ 9.0, [ "Person C"] ]
]

Running

$ cargo run -- list.json

Total: 45.00
Ratio = 45.00 / 70.00 = 0.64

1 Person A: 32.00 (4.00, 17.00, 11.00)
  20.50 (20.57)

2 Person B: 25.00 (4.00, 11.00, 10.00)
  16.00 (16.07)

3 Person C: 13.00 (4.00, 9.00)
  8.50 (8.36)

Sum: 45.00
Remainder: 0.00

For example, here Person C will be paying 8.50 which was rounded up from 8.36.

yscalc's People

Contributors

vzaa avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.