Command-line, stack-based calculator with postfix notation
-
Updated
Sep 18, 2024 - C
Command-line, stack-based calculator with postfix notation
XOAUTH2 mechanism plugin for cyrus-sasl
signing-milter enables you to s/mime sign an ordinary mail while passing a MTA. Base on https://signing-milter.org/ by Andreas Schulze
Opensource high performance policy daemon for Postfix
This repository contains the basic C code for the following conversions: Infix To Postfix, Infix To Prefix, Postfix to Infix, Postfix To Prefix, Prefix To Postfix, Prefix To Infix
It is an simple content filter for Postfix MTA, implementing mail message interfacing with external content filters (SpamAssassin and ClamAV) to provide protection against spam, viruses and other malware
This is a simple program that converts infix expressions to postfix expressions. It is written in C and uses a stack to store the operators. It is a simple program that I wrote to show how to use a stack in C.
Compile C-syntax based code with pure written data structures.
This is a postfix evaluator written in C. It takes a postfix expression as input and evaluates it. It supports the following operators: - * / ^ ( )
A simple expression evaluator in Java, C and python
Any mathematical expression can be expressed in infix, post-fix and pre-fix formats. This C application is a universal expression convertor implemented using stack data structure. This structure will take input of input expression and conversion option from the user and provide the output in the desired format. The goal of this application is to…
Add a description, image, and links to the postfix topic page so that developers can more easily learn about it.
To associate your repository with the postfix topic, visit your repo's landing page and select "manage topics."