Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessekelighine/reverse-polish
RPN Calculator
https://github.com/jessekelighine/reverse-polish
Last synced: 11 days ago
JSON representation
RPN Calculator
- Host: GitHub
- URL: https://github.com/jessekelighine/reverse-polish
- Owner: jessekelighine
- License: mit
- Created: 2023-12-14T05:10:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T15:58:22.000Z (about 1 year ago)
- Last Synced: 2024-04-22T15:26:09.189Z (9 months ago)
- Language: R
- Homepage: https://jessekelighine.shinyapps.io/reverse-polish/
- Size: 28.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPN Calculator
This is a simple RPN (Reverse Polish Notation) calculator built using [`shiny`](https://shiny.posit.co/) and [`shinylive`](https://posit-dev.github.io/r-shinylive/).
**Note**:
There is currently something wrong with $\mathrm{\LaTeX}$ rendering with `shinylive`.
You can find visit the `shinylive` version of the website [here](https://jessekelighine.shinyapps.io/reverse-polish/) where the $\mathrm{\LaTeX}$ is not rendered properly,
or you can visit the website [here](https://jessekelighine.shinyapps.io/reverse-polish/)
on [`shinyapps.io`](https://www.shinyapps.io/) where $\mathrm{\LaTeX}$ is rendered correctly.