This is a simple CLI application written in Python that generates a list of numbers from 1 to 10 in a random order and prints them to the terminal. Python 3.x You can ...
A simple microservice built with ZeroMQ to communicate between a client and server. The client sends a request (in the form of a stringified integer) to the server, which responds with a JSON array ...