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/rustkas/designing-for-scalability-with-erlang-otp

rebar3 projects based on the book "Designing for Scalability with Elrlang/OTP"

erlang examples otp rebar3

Last synced: 26 Jan 2025

https://github.com/rustkas/depcache_terminal_examples

Manual tests functionality of depcache API. https://github.com/zotonic/depcache

depcache erlang

Last synced: 26 Jan 2025

https://github.com/rustkas/erlang_master_class

Notes related to master class material

erlang masterclass notes

Last synced: 26 Jan 2025

https://github.com/rustkas/introducing-regular-expressions-by-erlang

The examples implemented here are inspired by the book's source code - https://learning.oreilly.com/library/view/introducing-regular-expressions/9781449338879/

erlang regular-expression

Last synced: 26 Jan 2025

https://github.com/philrunninger/projecteuler

Solutions to problems in https://projecteuler.net

erlang ruby

Last synced: 23 Jan 2025

https://github.com/dolegi/seven_languages

My solutions to the exercises inside the seven languages in seven weeks book

bruce-tate clojure erlang haskell io prolog ruby scala seven-languages

Last synced: 26 Dec 2024

https://github.com/rustkas/regular-expressions-in-10-minutes-in-erlang

This is a rebar3 projects based source code on the Ben Forta book "Teach Yourself Regular Expressions in 10 Minutes" https://www.informit.com/store/sams-teach-yourself-regular-expressions-in-10-minutes-9780672325663, "Learning Regular Expressions" https://www.informit.com/store/learning-regular-expressions-9780134757063 SAMS (Sams Publishing)

erlang regular-expressions

Last synced: 26 Jan 2025

https://github.com/sile/leakless

Miscellaneous process related resource management modules

erlang

Last synced: 27 Dec 2024

https://github.com/emarifer/wisp_routing

A demo application of Gleam's Wisp framework with the addition of TailwindCss in the served HTML

beam-vm erlang gleam gleam-lang wisp wisp-framework

Last synced: 27 Dec 2024

https://github.com/gvolpe/erlang-tutorial

Getting Started with Erlang User's Guide

erlang learning tutorial

Last synced: 27 Dec 2024

https://github.com/bunopnu/use-efmt

Use efmt inside your GitHub actions

code-formatter efmt erlang formatter github-actions

Last synced: 03 Jan 2025

https://github.com/ykws/seven-languages-in-seven-weeks

A Pragmatic Guide to Learning Programming Languages

clojure erlang haskell io-lang prolog ruby scala

Last synced: 03 Jan 2025

https://github.com/rustkas/regular-expression-pocket-reference

This is a rebar3 projects based source code on the Tony Stubblebine book "Regular Expression Pocket Reference, 2nd Edition" https://www.oreilly.com/library/view/regular-expression-pocket/9780596514273/

erlang regular-expressions

Last synced: 26 Jan 2025

https://github.com/mmzeeman/acerl

WIP Experimental auth language for embedding in Erlang/Beam

acl datalog erlang policy rego

Last synced: 03 Jan 2025

https://github.com/marcelog/erl_md2

MD2 implementation in Erlang

erlang md2

Last synced: 03 Jan 2025

https://github.com/habu-kagumba/tutorials

various unfinished tutorials. Nothing to see here.

c erlang ruby

Last synced: 21 Oct 2024

https://github.com/chiroptical/advent_of_code_2024

Advent of Code 2024 (aka Advent of Parsers)

erlang parsers

Last synced: 05 Jan 2025

https://github.com/vbrazo/erlang_api_client

Erlang REST Client API

api client erlang

Last synced: 24 Jan 2025

https://github.com/wahello/MongooseIM

Jabber / XMPP server with focus on performance and scalability, by Erlang Solutions

erlang im xmpp

Last synced: 24 Oct 2024

https://github.com/hausgold/ejabberd-mam2sidekiq

Bridge all archived messages to Sidekiq for third party processing

ejabberd ejabberd-module erlang oss

Last synced: 04 Jan 2025

https://github.com/seniverse/fieldmask_benchmark

The benchmark comparison between package fieldmask and package ex_fieldmask in Seniverse organization.

benchmark elixir erlang fieldmask google-api partial-responses

Last synced: 04 Jan 2025

https://github.com/pertrai1/language-learning

Learning of different computer languages

c c-plus-plus erlang haskell java javascript lua

Last synced: 11 Jan 2025

https://github.com/jiaoyinyi/rec2map

erlang convert between records and json like maps

bson erlang json record-convert-json-like-maps

Last synced: 31 Oct 2024

https://github.com/ellisonleao/basics-of-erlang

Exercises from https://www.futurelearn.com/courses/functional-programming-erlang/

erlang futurelearn learning mooc

Last synced: 14 Dec 2024

https://github.com/d-w-arnold/gambit-cipher-quiz

Solutions in C++, Python and Erlang πŸ”

ascii ciphertext cpp decryption erlang job-application python

Last synced: 14 Dec 2024

https://github.com/d-w-arnold/co545-assignment-4

Sending/Receiving of simple TCP packets in Erlang ↔️

erlang tcp-protocol

Last synced: 14 Dec 2024

https://github.com/suddi/tweetindex-api

A cowboy RESTful API for tweetindex

cowboy erlang twitter-streaming-api

Last synced: 11 Jan 2025

https://github.com/opencensus-beam/opencensus_vmstats

OpenCensus integration for vmstats library

beam erlang metrics monitoring

Last synced: 24 Jan 2025

https://github.com/kkostov/ex_sopsy

Pragmatic wrapper around Mozilla SOPS allowing decryption of secrets at runtime.

elixir erlang self-hosted sops

Last synced: 12 Jan 2025

https://github.com/hyperimpose/urbandictionary

An Erlang libary to access to urbandictionary.com API

api client erlang hyperimpose urban-dictionary

Last synced: 12 Jan 2025

https://github.com/pgreze/7languages7weeks

My solutions during reading of Seven Languages in Seven Weeks.

clojure erlang haskell prolog ruby scala

Last synced: 12 Jan 2025

https://github.com/futtetennista/flerlangfunc

Exercises and assigments for the "Functional Programming in Erlang" mooc on FutureLearn

erlang erlang-learning

Last synced: 19 Dec 2024

https://github.com/futtetennista/flerlangconc

Exercises and assigments for the "Concurrent Programming in Erlang" mooc on FutureLearn

erlang erlang-learning

Last synced: 19 Dec 2024

https://github.com/joaohf/pmclock

Performance Monitoring Clock, G.7710

erlang timers

Last synced: 12 Jan 2025

https://github.com/joaohf/polibot

Polibot using common_test

common-test erlang

Last synced: 12 Jan 2025

https://github.com/hyperimpose/irc

IRC client library. The project aims to abstract the IRC protocol completely and provide easy access to the state of the connection. It can be used to implement any kind of service.

client erlang hyperimpose irc irc-client

Last synced: 12 Jan 2025

https://github.com/shyx0rmz/glm-tool

Helps you unpack .glm files

erlang glm

Last synced: 23 Dec 2024

https://github.com/codella/erlex_exit_signals

Testing Erlang exit signals with Elixir

elixir elixir-examples elixir-language erlang

Last synced: 03 Jan 2025

https://github.com/erszcz/gradualizer-talk

Slides and examples for a Krakow Erlang/Elixir Meetup talk on Gradualizer

erlang gradual-typing type-system

Last synced: 20 Jan 2025

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: 18 Jan 2025

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

Dumping ground for miscellaneous Erlang scripts

erlang

Last synced: 18 Jan 2025

https://github.com/ckampfe/bic

An implementation of Bitcask

bitcask databases elixir erlang storage-engine

Last synced: 19 Dec 2024

https://github.com/tejasbubane/erlang_mooc

My solutions to the exercises and assignments from Functional Programming in Erlang MOOC

erlang mooc

Last synced: 13 Jan 2025

https://github.com/jiaoyinyi/maps_diff

erlang compare json like maps data differences

bson compare-data erlang json

Last synced: 31 Oct 2024

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

Producent and Consumer problem solved using Erlang

erlang multithreading producer-consumer shared-memory synchronization

Last synced: 24 Jan 2025

https://github.com/williamthome/json_polyfill

A polyfill for the OTP json module (EEP68)

erlang erlang-library erlang-otp json json-decoder json-encoder polyfill

Last synced: 12 Oct 2024

https://github.com/pulseflow/philter

general purpose elixir library for pulseflow

elixir elixir-lang erlang mix philter

Last synced: 19 Jan 2025

https://github.com/simplito/ecies-erl

Customizable Erlang native ECIES public-key cryptography library

ecies ecies-encryption erlang

Last synced: 12 Oct 2024

https://github.com/m7a/lo-maenmpc

Ma_Sys.ma Erlang NCurses Music Player Client

erlang mpd mpd-client

Last synced: 21 Jan 2025

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/dineshba/otp-elixir

OTP Elixir

elixir erlang otp

Last synced: 16 Jan 2025

https://github.com/k2informaticsgmbh/erlimem

Erlang driver for IMEM DB

erlang erlang-driver imem-db

Last synced: 14 Jan 2025

https://github.com/k2informaticsgmbh/erlpkg

Erlang OTP application multi platform deployment packaging scripts

build erlang msi packager rpmbuild

Last synced: 14 Jan 2025

https://github.com/hcblmnla/cogito

A lightweight parser combinator on pure Elixir

elixir erlang parser-combinator

Last synced: 12 Jan 2025

https://github.com/agungdwiprasetyo/erlangrest

Experiment with Erlang programming language

erlang rest-api

Last synced: 16 Jan 2025

https://github.com/naupio/pb_msgcodegen

Just plugins of protobuf meesage id to erlang code generator.

erlang message-id protobuf

Last synced: 12 Jan 2025

https://github.com/pierre-rouleau/about-erlang

Notes about the Erlang programming language

erlang

Last synced: 31 Dec 2024

https://github.com/joangavelan/elixir_lab

Learning Elixir, functional programming and Erlang/OTP

beam elixir erlang functional-programming otp

Last synced: 14 Jan 2025

https://github.com/codeprometheus/amazing-ree

Ruby, Erlang and Elixir

elixir erlang rails ruby

Last synced: 11 Jan 2025

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

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

erlang

Last synced: 21 Jan 2025

https://github.com/joaohf/ospfclient

FRR ospf client in Erlang

erlang frr frrouting ospf

Last synced: 21 Jan 2025

https://github.com/srgrr/aco2023

Advent of Code 2023

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

Last synced: 21 Jan 2025

https://github.com/nayibor/ehtml

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

dsl elixir erlang html lfe

Last synced: 21 Jan 2025

https://github.com/juxhindb/poolparty

Supervisor library in Rust, inspired by Erlang's poolboy

erlang rust supervisor

Last synced: 21 Jan 2025

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

Attempt to run Erlang on JVM

beam erlang java jvm

Last synced: 21 Jan 2025

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

CSS utilities for Erlang

css css-parser css3 erlang erlang-library parser

Last synced: 21 Jan 2025

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

Hello Erlang/OTP

erlang

Last synced: 21 Jan 2025

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

Generic scanner for Erlang

erlang erlang-library parser parser-library

Last synced: 21 Jan 2025

https://github.com/tomjschuster/gleam_universal_server

A Gleam implementation of Joe Armstrong's Universal Server

beam erlang gleam

Last synced: 21 Jan 2025

https://github.com/mystpi/term_size

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

erlang gleam javascript size terminal

Last synced: 21 Jan 2025

https://github.com/entropynexus/octree

An octree implementation in Erlang

3d-graphics erlang octree

Last synced: 21 Jan 2025

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: 21 Jan 2025

https://github.com/heyoka/hasen

amqp connection and channel pool in erlang

amqp erlang pool rabbitmq

Last synced: 21 Jan 2025

https://github.com/krishnakeshav/gossip

Simulation of Gossip protocol in distributed systems

concurrent-programming distributed-systems erlang

Last synced: 21 Jan 2025

https://github.com/fabiokleis/erlanglearning

Aprendendo erlang

erlang exercism

Last synced: 21 Jan 2025

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: 21 Jan 2025

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: 21 Jan 2025

https://github.com/tkyshm/dogstatsc

A DogStatsD client OTP application

datadog dogstatsd erlang erlang-otp

Last synced: 21 Jan 2025

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

An HTTP basic client.

erlang http-client low-level

Last synced: 21 Jan 2025

https://github.com/wajktor13/pollution

system for storing and managing data from air quality monitoring stations

agh agh-university agh-wi agh-wiet elixir erlang erlang-otp otp rebar rebar3

Last synced: 20 Jan 2025