Skip to content

Instantly share code, notes, and snippets.

View paulo-ferraz-oliveira's full-sized avatar

Paulo F. Oliveira paulo-ferraz-oliveira

View GitHub Profile
@paulo-ferraz-oliveira
paulo-ferraz-oliveira / gha-tool-versions.md
Last active January 8, 2024 18:42
Read .tool-versions to GitHub env. and use it in between jobs
@paulo-ferraz-oliveira
paulo-ferraz-oliveira / tcp_echo_livebook.livemd
Last active August 27, 2023 21:10
TCP Echo Server using Livebook (with inputs)

TCP Echo Server using Livebook

Here's an example of a TCP Echo Server using Livebook.

Install the dependencies

Mix.install([{:ranch, "2.0.0"}])