Skip to content

Latest commit

 

History

History
executable file
·
36 lines (17 loc) · 1.72 KB

README.md

File metadata and controls

executable file
·
36 lines (17 loc) · 1.72 KB

Miscelanous Spring / SpringBoot / Maven Projects of mine

What's in this repository?

As opposed to regular infix arithmetic expressions such as (a + b), postfix expressions (AKA: ‘Reversed Polish Notation’) are written operands first, operators later such as (a b +). Postfix calculators can evaluate postfix expressions and calculate results. This is one of those academic calculator projects, but it (hopefully) brings a new level of configurability to the plain of postfix calculators.

This is a com.google.protobuf and org.zeromq.jeromq project built on Maven project. This project demonstrates a ØMQ Publisher which constantly generates random protobuf messages and packs them over the wire via a ØMQ socket. The protobuf messages were pre-compiled by protoc compiler from .proto files A ØMQ Subscriber receives the messages and unpacks them to pretty print them as JSON via a logger to the console.

Tradukisto is a library for Java 8+ created to convert numbers to their word representations. This is my contribution to the project.

Credits

T.N.Silverman

All (except Tradukisto) java code, property files, Java Scripts, JSP's and HTML templates created by T.N. Silverman

License

Licensed under the Apache License, Version 2.0