An open API service indexing awesome lists of open source software.

https://github.com/codecricut/fullcalculator

A simple console calculator that follows PEMDAS. Works by converting standard infix expression into postfix form, then evaluating the postfix expression. Functionality missing.
https://github.com/codecricut/fullcalculator

Last synced: 10 months ago
JSON representation

A simple console calculator that follows PEMDAS. Works by converting standard infix expression into postfix form, then evaluating the postfix expression. Functionality missing.

Awesome Lists containing this project