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

Projects in Awesome Lists tagged with postfix-evaluation

A curated list of projects in awesome lists tagged with postfix-evaluation .

https://github.com/njmarko/googolplex-pdf-search

Python program for searching pdf text, ranking the results and exporting highlighted search results in pdf. Uses trie structure, stack, heap, page graph. Converts queries to postfix notation. Allows for logical expressions and phrases. Offers did you mean functionality.

autocomplete datastructures-algorithms didyoumean graph heap pdf-generation pdf-highlighter pdf-search postfix-evaluation stack trie

Last synced: 28 Oct 2025

https://github.com/ibrahimbutt/synthcal

A desktop calculator with a synthwave aesthetic. Made with React and Electron.

calculator calculator-application electron infix-notation parcel postfix-evaluation postfix-notation react shunting-yard synthwave

Last synced: 24 Feb 2026

https://github.com/basemax/postfixevaluatorc

This is a postfix evaluator written in C. It takes a postfix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )

c evaluator postfix postfix-evaluation postfix-evaluator stack

Last synced: 12 Oct 2025

https://github.com/ranimeshehata/expression-evaluator

Conversion from infix to postfix notations using implemented stack data structure and evaluate the postfix expression.

data-structures infix-to-postfix java postfix-evaluation stack

Last synced: 21 Jul 2025

https://github.com/shojiyao12/mips_calculator

A basic MIPS-based Calculator, that would ask for an input from the user, then the program will convert that input into Postfix first and display it. Afterwards, assess the original input from the user and perform the following operations (based on what was inputted): Addition, Subtraction, Multiplication, Division. Then, output the result.

addition-substraction-multiplication-division calculator mars-ide mips mips-assembly mips-calculator postfix postfix-evaluation

Last synced: 23 Mar 2025

https://github.com/h4jack/cal

This project is a simple expression calculator implemented in C. It provides functionalities to convert infix expressions to postfix notation and evaluate the resulting postfix expressions.

c cal calculator cmd command-line-calculator command-line-tool cprogramming infix infix-to-postfix postfix postfix-calculator postfix-evaluation

Last synced: 21 May 2026

https://github.com/carlosrs14/expression-evaluator

A program that evaluates arithmetic expressions using postfix notation.

cpp evaluate-math-expressions maths postfix-evaluation postfix-notation university-assignment

Last synced: 28 May 2026

https://github.com/aswajith7077/mathelite

MathElite is an advanced yet user-friendly calculator app designed to solve mathematical expressions efficiently and intuitively

calculator infix-to-postfix kotlin-android postfix-evaluation

Last synced: 24 Mar 2025

https://github.com/showwaiyan/calculator

Calculator written with HTML, CSS & JavaScript that includes Expression Evaluation between in-fix and post-fix.

css html javascript postfix-evaluation

Last synced: 18 Jan 2026

https://github.com/khushi130404/postfix-calc

Postfix-Calc is an Android application built using Java in Android Studio. It is a calculator that uses Infix to Postfix conversion to evaluate mathematical expressions. The calculator provides a simple and intuitive user interface resembling the iOS calculator.

infix-to-postfix postfix-evaluation precedence ranking-algorithm stack

Last synced: 09 Feb 2026

https://github.com/mostafagalal1/expression_evaluator

Application using implemented stack data structure to convert from infix to postfix notations. And evaluate the postfix expression.

data-structures infix-to-postfix java postfix-evaluation

Last synced: 17 Mar 2025

https://github.com/sharpvik/domca

Calculator working on RPN that can also transform infix to postfix.

calculator infix infixtopostfix-expression postfix postfix-evaluation rpn

Last synced: 20 Apr 2026

https://github.com/muneeb1030/truth-table-generator-data-structures-cpp

The Truth Table Generator is a C++ program that evaluates logical expressions with NOT, AND, and OR operators. It uses object-oriented programming and data structures to generate truth tables, handling bracketed expressions and converting them to postfix notation for accurate evaluation.

cplusplus cpp postfix-evaluation stack truth-table truth-table-generator

Last synced: 30 Oct 2025

https://github.com/darylnwk/postfix

Go library for parsing and evaluating mathematical expression

golang math postfix-evaluation

Last synced: 11 Jan 2026

https://github.com/h4jack/calculator

This project is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division. and more...

calculator convertion css h4jack html infix infix-evaluation infixtopostfix jagucalculator js postfix postfix-evaluation

Last synced: 12 May 2026