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

Projects in Awesome Lists tagged with rpn-calculator

A curated list of projects in awesome lists tagged with rpn-calculator .

https://github.com/d0ntpanic/rscalc

RPN Stack Calculator for DM42

exact-rationals rpn-calculator rust

Last synced: 27 Feb 2025

https://github.com/philrunninger/cmp-rpncalc

nvim-cmp source for math calculations using Reverse Polish Notation

neovim-plugin nvim-cmp rpn-calculator

Last synced: 22 Mar 2025

https://github.com/PhilRunninger/cmp-rpncalc

nvim-cmp source for math calculations using Reverse Polish Notation

neovim-plugin nvim-cmp rpn-calculator

Last synced: 25 Nov 2024

https://github.com/sobjornstad/esc

friendly, extensible TUI RPN calculator

calculator curses framework math python rpn rpn-calculator

Last synced: 12 Apr 2025

https://github.com/menees/rpncalc

An RPN calculator for Windows

dotnet rpn rpn-calculator windows

Last synced: 08 May 2025

https://github.com/raulil/laskin

Reverse Polish calculator / scripting language inspired by Forth and RPL.

calculator rpn rpn-calculator scripting-language

Last synced: 14 Apr 2025

https://github.com/obono/attiny85rpncalc

A RPN Calculator with ATtiny85

attiny85 rpn-calculator ssd1306

Last synced: 11 Apr 2025

https://github.com/cgqaq/rust_rpn_calc

Reverse Polish notation in Rust

rpn rpn-calculator rpn-expression rust rust-lang rustlang

Last synced: 04 Apr 2025

https://github.com/eternal-flame-ad/unitdc-rs

A dc-like arbitrary precision quantity calculator.

calculator dc dimensional-analysis laboratory rpn rpn-calculator

Last synced: 24 Mar 2025

https://github.com/sulami/calc

🧮 Terminal RPN calculator

rpn-calculator tui-rs

Last synced: 22 Apr 2025

https://github.com/gyulyvgc/postfix-predicate-interpreter

A postfix expression converter and interpreter for generic boolean predicates

postfix postfix-calculator postfix-expression rpn rpn-calculator rpn-expression rust

Last synced: 20 Mar 2025

https://github.com/hathibelagal-dev/arpnc

Advanced RPN Calculator is trying to make your life fancier and more retro

forth-like programming-language rpn rpn-calculator

Last synced: 14 Mar 2025

https://github.com/robert-van-engelen/rpn

Powerful RPN calculators with complex arithmetic for SHARP pocket computers

pocketcomputer rpn rpn-calculator rpn-complex

Last synced: 20 Feb 2025

https://github.com/takluyver/calcurust

A sample Jupyter kernel in Rust

jupyter jupyter-kernels rpn-calculator rust

Last synced: 09 Apr 2025

https://github.com/stokito/rpn-calc

Java RPN calculator example

assignment job-assignment rpn-calculator

Last synced: 04 Apr 2025

https://github.com/melak/free42

Thomas Okken's Free42 with build portability fixes

cplusplus hp42s portable rpn rpn-calculator

Last synced: 26 Mar 2025

https://github.com/dctucker/rpn_calc

Reverse Polish Notation calculator written for PHP 7.0

php7 rpn-calculator

Last synced: 15 Mar 2025

https://github.com/carvilsi/noeq

!= a <3 RPN calculator using math.js

rpn rpn-calculator

Last synced: 20 Mar 2025

https://github.com/gitcordier/reversepolishnotationparser

Parses then computes RPN expressions. Iterative algorithm, not the naive one! Problem originated from http://codingdojo.org/kata/. Further reading at https://en.wikipedia.org/wiki/Reverse_Polish_notation

codingdojo parser parsing reverse-polish-notation rpn rpn-calculator rpn-expressions

Last synced: 12 Apr 2025

https://github.com/smassive/rpn-kalkulator-kata

RPN Calculator Kata done with Kotlin

kata kotlin rpn-calculator

Last synced: 25 Mar 2025

https://github.com/rsvp/rpn-calc

RPN calculator in JavaScript for all browsers: scientific with 4 register stack.

calculator javascript reverse-polish-notation rpn rpn-calculator scientific

Last synced: 16 Mar 2025

https://github.com/horizon-nth/rpn-calculator

An RPN calculator coded in ARM7TDMI Assembly.

assembly calculator floating-point fpa rpn-calculator

Last synced: 22 Feb 2025

https://github.com/eobattisti/proj-stack-machine

This is a simple calculator that evaluates Reverse Polish Notation (RPN) expressions. This project was made for learning purposes.

golang rpn-calculator

Last synced: 03 Apr 2025

https://github.com/realeroberto/rpnparser

An RPN parser in various languages.

awk bash c go java perl php reverse-polish-notation rpn-calculator ruby tcl

Last synced: 12 Mar 2025

https://github.com/kirill71/smart-calculator

Smart Calculator based on RPN

rpn-calculator

Last synced: 17 Mar 2025

https://github.com/xxenvy/rpn-calculator

A Qt-based graphical calculator that converts infix expressions to Reverse Polish Notation (RPN) and computes the result.

qt6 rpn rpn-calculator

Last synced: 22 Feb 2025

https://github.com/ibudasov/rpn-calculator

🧮 This calculator uses CLI and Reverse 🇵🇱 Notation (RPN) for operating it. Nicely extendable with new operations

memento-pattern rpn rpn-calculator stack

Last synced: 23 Feb 2025

https://github.com/leucos/gorpn

Simple yet efficient Golang RPN terminal calculator

go golang rpn rpn-calculator

Last synced: 21 Mar 2025

https://github.com/cedargrovestudios/cg-35_calculator

A CircuitPython RPN Calculator

circuitpython hp-35 retro rpn-calculator

Last synced: 14 Mar 2025

https://github.com/richmit/voyager

Programs for HP's Voyager Calculators

calculator hp-12c hp-15c hp-16c hp-calculator hp12c hp15c hp16c rpn rpn-calculator

Last synced: 26 Feb 2025

https://github.com/toshokan/stack-calc

A basic calculator that interprets Reverse Polish Notation

calculator cpp reverse-polish-notation rpn-calculator

Last synced: 26 Feb 2025

https://github.com/renddslow/mathd

A small (1.78KB) parser to evaluate infix notation to values (without using eval).

calculator expression infix infix-notation infixtopostfix math maths notation rpn rpn-calculator rpn-expression

Last synced: 15 Mar 2025

https://github.com/erkin/rpnscm

CLI RPN calculator with REPL and batch evaluation support

calculator chicken-scheme lisp rpn rpn-calculator scheme

Last synced: 04 Mar 2025

https://github.com/ryan-bendelson/com-370

Advanced Computer Programming class files

bluej java javafx rpn-calculator rpn-calculator-java

Last synced: 05 Mar 2025

https://github.com/claudemuller/rpncalc

A Reverse Polish Notation Calculator

c rpn-calculator

Last synced: 08 Apr 2025

https://github.com/alvarogarcia7/rpn-calculator-kata-rust

Practicing the RPN Calculator Kata in Rust

cargo kata module rpn-calculator rust rust-lang

Last synced: 28 Feb 2025

https://github.com/crespo/reverse-polish-notation

Simple Reverse Polish Notation calculator. It works with integer numbers only and the basic operators (+, -, *, /). The division result is the integer part of it.

calculator reverse-polish reverse-polish-notation rpn rpn-calculator

Last synced: 03 Mar 2025

https://github.com/cuboidraptor/kurscal

A Kursed Calculator that uses RPN, vim bindings, and a weird reproducible script for calculations.

calculator kurscal nvim rpn rpn-calculator vim

Last synced: 13 May 2025

https://github.com/raulil/levite

Spreadsheet application with a bizarre twist

rpn rpn-calculator spreadsheet

Last synced: 01 Mar 2025

https://github.com/02loveslollipop/rpn_calculator

A simple RPN Calculator written in C

c rpn-calculator

Last synced: 16 Mar 2025

https://github.com/morphx666/rpn-library

A simple RPN library simulating some of the functionality of an HP48

rpn rpn-calculator

Last synced: 28 Feb 2025

https://github.com/wuseman/bc-emulated-dc-calculator

This Bash script implements a Reverse Polish Notation (RPN) calculator. It reads input from standard input, interprets each line as an RPN expression, and evaluates the expressions by performing arithmetic calculations.

bashscript bc bell-labs datahashing datasecurity dc lorina-cherry lorinda rpn rpn-bash rpn-calculator rpn-expression

Last synced: 10 Apr 2025