Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Erlang

Erlang is a general-purpose, concurrent, functional programming language, and a garbage-collected runtime system. The term Erlang is used interchangeably with Erlang/OTP, or Open Telecom Platform (OTP), which consists of the Erlang runtime system, several ready-to-use components (OTP) mainly written in Erlang, and a set of design principles for Erlang programs.

https://github.com/gearnode/erl-core

Common tools for Erlang.

erlang

Last synced: 21 Dec 2024

https://github.com/gearnode/erl-mailcatcher

Erlang module to deal with the mailcatcher API

erlang mailcatcher smtp

Last synced: 21 Dec 2024

https://github.com/gearnode/erl-yaml

A YAML implementation in Erlang.

erlang yaml-parser

Last synced: 21 Dec 2024

https://github.com/gearnode/erl-mhttp-influx

InfluxDB metrics support for erl-mhttp.

erlang influxdb mhttp

Last synced: 21 Dec 2024

https://github.com/brunojppb/elixir-gen-server

The simplest GenServer you can imagine. Just to learn OTP.

elixir erlang otp

Last synced: 14 Jan 2025

https://github.com/sneako/elixir-jit-docker

Try out OTP's upcoming JIT!

docker elixir erlang jit

Last synced: 06 Jan 2025

https://github.com/mwoss/erlang-prodcons

Producent and Consumer problem solved using Erlang

erlang multithreading producer-consumer shared-memory synchronization

Last synced: 24 Nov 2024

https://github.com/tank-bohr/andy

πŸŽ‰ KV storage partially redis-compatible

cluster erlang kv metrics study-project tracing

Last synced: 30 Nov 2024

https://github.com/litsynp/erlang-practice

Examples from "Learn You Some Erlang for Great Good!"

erlang

Last synced: 19 Nov 2024

https://github.com/joaohf/ospfclient

FRR ospf client in Erlang

erlang frr frrouting ospf

Last synced: 19 Nov 2024

https://github.com/wilsonsilva/gleam_stdin

Example of reading from STDIN in Gleam

erlang gleam gleam-lang gleam-language meck mocking testing

Last synced: 19 Nov 2024

https://github.com/yuuki1578/gcode

Caesar Cipher program in Gleam!

erlang gleam gleam-lang

Last synced: 19 Nov 2024

https://github.com/yeshan333/erlang_elixir_vfox_ubuntu_container

<build>Ubuntu <vfox (version-fox) & Erlang & Elixir> Docker Image.

container docker docker-images elixir erlang version-fox vfox

Last synced: 19 Nov 2024

https://github.com/yertools/event_hub

Event-Hub is a Gleam library that provides simple hubs with publishers and subscribers for event-driven observers. It supports asynchronous message handling and event notifications, decoupling components efficiently. It works on Erlang and JavaScript.

erlang events gleam javascript notifications observer observer-pattern publisher subscriber

Last synced: 19 Nov 2024

https://github.com/srgrr/aco2023

Advent of Code 2023

advent-of-code advent-of-code-2023 erlang

Last synced: 19 Nov 2024

https://github.com/nayibor/ehtml

erlang library for converting erlang,elixir terms into html and vice-versa

dsl elixir erlang html lfe

Last synced: 19 Nov 2024

https://github.com/juxhindb/poolparty

Supervisor library in Rust, inspired by Erlang's poolboy

erlang rust supervisor

Last synced: 19 Nov 2024

https://github.com/skvamme/erlang_ghostscript_clock

Use ghostscript as an erlang port

erlang postscript

Last synced: 19 Nov 2024

https://github.com/penicholson/jvm-erlang

Attempt to run Erlang on JVM

beam erlang java jvm

Last synced: 19 Nov 2024

https://github.com/bel-framework/bel-css

CSS utilities for Erlang

css css-parser css3 erlang erlang-library parser

Last synced: 19 Nov 2024

https://github.com/cao7113/hello-erlang

Hello Erlang/OTP

erlang

Last synced: 19 Nov 2024

https://github.com/bel-framework/bel-scan

Generic scanner for Erlang

erlang erlang-library parser parser-library

Last synced: 19 Nov 2024

https://github.com/tomjschuster/gleam_universal_server

A Gleam implementation of Joe Armstrong's Universal Server

beam erlang gleam

Last synced: 19 Nov 2024

https://github.com/niamtokik/pgq

Erlang interface to pgq

database epgsql erlang pgq postgresql queue queuing

Last synced: 19 Nov 2024

https://github.com/erlang-punch/erml

An HTML (and template) engine made in Erlang

engine erlang erlang-term-format html template terms

Last synced: 19 Nov 2024

https://github.com/hyperimpose/bencode

An erlang implementation of Bittorrent’s bencode format. See: http://bittorrent.org/beps/bep_0003.html

bencode bencode-decoder bencode-encoder bencode-parser erlang erlang-libraries erlang-library erlang-otp

Last synced: 19 Nov 2024

https://github.com/twolodzko/goer

A minimal Erlang implemented in Go

erlang golang interpreter programming-language

Last synced: 19 Nov 2024

https://github.com/mystpi/term_size

πŸ“ Retrieve the terminal's size in rows and columns in Gleam.

erlang gleam javascript size terminal

Last synced: 19 Nov 2024

https://github.com/entropynexus/octree

An octree implementation in Erlang

3d-graphics erlang octree

Last synced: 19 Nov 2024

https://github.com/desireeav/99-problems

This is a repository that will have the solutions to the Ninety-Nine Prolog Problems in various lenguages

99-problems 99-problems-erlang 99-problems-prolog 99-problems-scheme erlang prolog prolog-exercises scheme

Last synced: 19 Nov 2024

https://github.com/heyoka/hasen

amqp connection and channel pool in erlang

amqp erlang pool rabbitmq

Last synced: 19 Nov 2024

https://github.com/krishnakeshav/gossip

Simulation of Gossip protocol in distributed systems

concurrent-programming distributed-systems erlang

Last synced: 19 Nov 2024

https://github.com/fabiokleis/erlanglearning

Aprendendo erlang

erlang exercism

Last synced: 19 Nov 2024

https://github.com/hyperimpose/miscellany

A collection of programming libraries and tools used by various hyperimpose projects.

cache erlang iri porter-stemmer rfc3986 rfc3987 uri uri-parser url url-parser

Last synced: 19 Nov 2024

https://github.com/luc527/catan_ex

Server for playing Catan online, in Elixir

board-game catan elixir erlang multiplayer online otp websocket

Last synced: 19 Nov 2024

https://github.com/flimberger/aoc2023

Advent of Code 2023 using Erlang

advent-of-code advent-of-code-2023 erlang

Last synced: 19 Nov 2024

https://github.com/wenszel/agh-erlang-and-elixir

[IV Semester] Air quality monitoring app developed as part of the Erlang and Elixir Course

air-quality elixir erlang

Last synced: 19 Nov 2024

https://github.com/naimur-29/learning-elixir

just me trying elixir for the first time for fun!

elixir elixir-programming-language erlang

Last synced: 19 Nov 2024

https://github.com/tkyshm/dogstatsc

A DogStatsD client OTP application

datadog dogstatsd erlang erlang-otp

Last synced: 19 Nov 2024

https://github.com/sirwumpus/erlang-httpb

An HTTP basic client.

erlang http-client low-level

Last synced: 19 Nov 2024

https://github.com/rustkas/re_tuner

Tune Regular Excretion string for Erlang standard library re module

erlang regular-expressions

Last synced: 30 Nov 2024

https://github.com/deadtrickster/erlang-format

Erlang-format command for erlang-mode. Based on anildigital/mix-format, powered by erlang/sourcer.

emacs erlang formatter

Last synced: 19 Nov 2024

https://github.com/deadtrickster/lazy-supervisor

Too lazy to write this field

beam elixir erlang lazy random-tag supervisor

Last synced: 19 Nov 2024

https://github.com/paulo-ferraz-oliveira/paulo-ferraz-oliveira

Paulo F. Oliveira's GitHub profile face

elixir erlang

Last synced: 19 Nov 2024

https://github.com/lpgauth/pier

High-Performance Erlang Redis Client

client erlang high-performance redis

Last synced: 19 Nov 2024

https://github.com/lpgauth/lighthouse

BEAM monitoring

beam erlang monitoring

Last synced: 19 Nov 2024

https://github.com/vkatsuba/peer2peer

:speech_balloon: The peer2peer is a small example of peer to peer web service of one to one conference

conference erlang javascript otp peer2peer web webrtc

Last synced: 19 Nov 2024

https://github.com/mateusfg7/wabanex

A Elixir app made on NLW #6 - Together

ecto elixir erlang graphql nlw nlw-6 nlw-together phoenix postgres rocketseat

Last synced: 06 Dec 2024

https://github.com/dineshba/otp-elixir

OTP Elixir

elixir erlang otp

Last synced: 16 Nov 2024

https://github.com/mrbrunelli/curso-elixir

Meus estudos da Linguagem Elixir

elixir elixir-lang erlang functional-programming

Last synced: 15 Nov 2024

https://github.com/mia-z/elixircaptionfetcher

Simple tool written in elixir that will fetch the captions document of a youtube video

elixir erlang erlang-otp youtube

Last synced: 07 Dec 2024

https://github.com/erlangsters/json-validator

A quick and simple JSON validator for Erlang.

erlang format json schema specs validator

Last synced: 24 Dec 2024

https://github.com/ot7etoyoshimura/ot7etoyoshimura

You've been blessed by the Joe with strong arms

arms erlang joe strong

Last synced: 10 Dec 2024

https://github.com/halostatue/fish-kerl

A function to wrap kerl activation for Fish and kerl

erlang fish fish-plugin fish-shell fisher kerl

Last synced: 26 Nov 2024

https://github.com/sirwumpus/erlang-psql

A basic psql(1) like CLI tool to pass SQL statements to a PostgreSQL database.

cli erlang psql

Last synced: 09 Jan 2025

https://github.com/pvgupta24/erlang-assignment-checker

Erlang application to compare assignments with the correct solution and time taken.

erlang

Last synced: 06 Jan 2025

https://github.com/llelf/riak.d

dtrace + riak

dtrace erlang riak

Last synced: 09 Dec 2024

https://github.com/nitrogen/mutagen

Erlang mutex server (originally built for Nitrogen, but usable anywhere)

erlang mutex

Last synced: 10 Jan 2025

https://github.com/philrunninger/projecteuler

Solutions to problems in https://projecteuler.net

erlang ruby

Last synced: 23 Nov 2024

https://github.com/james-p-d/wordsearch

Wordsearch puzzle solver with UI in Java Swing and solver in Erlang

erlang java swing wordsearch wordsearch-puzzle

Last synced: 17 Nov 2024

https://github.com/meysam81/get-response-client

a client that sends a request to the server "get-responser-server", and gets its response

bisphone erlang get-response

Last synced: 22 Nov 2024

https://github.com/meysam81/get-response-server

a service that gets the clients request in a frame, deframe & decodes it, calculate response, encode & frame it, and send it back to the client itself

bisphone client-server erlang get-response server-side service socket-programming

Last synced: 22 Nov 2024

https://github.com/sirwumpus/erlang-discard

RFC 863 discard service.

erlang example server

Last synced: 29 Nov 2024

https://github.com/sirwumpus/erlang-echo

RFC 862 echo service.

erlang example server

Last synced: 29 Nov 2024

https://github.com/sirwumpus/erlang-cat

Erlang version of cat(1).

cat erlang posix

Last synced: 29 Nov 2024

https://github.com/sirwumpus/erlang-date

Erlang version of date(1).

date date-formatting date-time erlang posix

Last synced: 29 Nov 2024

https://github.com/nhpip/nhpip.github.io

Functional programming, erlang, elixir etc

currying elixir erlang partial-application variadic-functions

Last synced: 23 Nov 2024

https://github.com/hauleth/os_process

Example implementation of function for fetching informations about OS process

erlang

Last synced: 16 Nov 2024

https://github.com/rustkas/eunit_helper

A collection of helper functions that can be useful when parsing data from various data types of the Erlang standart library.

erlang eunit

Last synced: 30 Nov 2024

https://github.com/visheshc14/decrepit-phoenix

Elixir Practice While Listening to θ§€ιŸ³ Prayer For The Abuser (abridged) Fire-Toolz.

elixir-lang elixir-phoenix erlang p2p-chat webrtc-signaling webrtc-video

Last synced: 18 Nov 2024

https://github.com/noud/bettyblocks

Betty Blocks platform

css elixir erlang html javascript otp react redux

Last synced: 03 Dec 2024

https://github.com/pguyot/atomvm_sht20

SHT20 driver for AtomVM

atomvm erlang esp32 sht20

Last synced: 15 Dec 2024

https://github.com/vbrazo/erlang_api_client

Erlang REST Client API

api client erlang

Last synced: 24 Nov 2024

https://github.com/stepankuzmin/exercism

My Exercism solutions

clojure elm erlang exercism ocaml rust

Last synced: 04 Dec 2024

https://github.com/tdworowy/erlangplayground

Erlang playground.

erlang

Last synced: 17 Nov 2024

https://github.com/favo02-unimi/lp-erlang

[2023 unimi] Erlang notes and material for "Linguaggi di programmazione" course at unimi.

concurrent-programming erlang

Last synced: 27 Sep 2024

https://github.com/linkdd/emapred

Erlang Map-Reduce framework

distributed erlang mapreduce

Last synced: 22 Dec 2024

https://github.com/lk-geimfari/remindme

Remindme - is a simple application written in Erlang which will remind you anything you want.

app concurency erlang event link otp server supervisor

Last synced: 19 Nov 2024

https://github.com/edeas123/chatapp-erlang-mp

Chat room application implemented in erlang using message passing

chat-application erlang message-passing

Last synced: 22 Nov 2024

https://github.com/mithereal/chicagoboss-generators

chicago boss scripts inspired by artisan

artisan chicago-boss erlang

Last synced: 07 Dec 2024

https://github.com/grisp/robo_grisp

Robot demo for CODE BEAM EUROPE 2022

erlang grisp learning robotics ros ros2

Last synced: 22 Nov 2024

https://github.com/robinboers/ex-german

Set of modules with methods to conjugate German verbs written in Elixir

elixir erlang german

Last synced: 28 Dec 2024