Skip to content

tnsilver/misc-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published