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/moritzploss/do

Haskell-style type classes for Erlang, including monads, applicatives, functors, and traversables

erlang functors monads

Last synced: 11 Oct 2024

https://github.com/locusts-r-us/locusts

A polyglot library for adding locusts to your code

beam c cpp csharp deno elixir erlang fsharp go java javascript jvm kotlin nodejs python react rust svelte typescript vue

Last synced: 09 Dec 2024

https://github.com/fatum/firehose

Events aggregator for Amazon Firehose service written in elixir

aws elixir erlang firehose kinesis

Last synced: 12 Oct 2024

https://github.com/tanguilp/http_cache_store_memory

Memory store for http_cache

elixir erlang http-caching

Last synced: 12 Oct 2024

https://github.com/devsnek/jsont

Json't JSON Library

elixir erlang json parser

Last synced: 12 Oct 2024

https://github.com/apacheli/void

Codec for the External Term Format

deno elixir erlang etf typescript void

Last synced: 18 Dec 2024

https://github.com/eggy115/erlang

Erlang

erlang

Last synced: 05 Jan 2025

https://github.com/autodidaddict/ergonats

Ergo server processes for interacting with NATS, including event sourcing

erlang event-sourcing nats otp

Last synced: 12 Oct 2024

https://github.com/eproxus/textual

Textual transformation library for Erlang

erlang erlang-library text-processing

Last synced: 12 Oct 2024

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

C-like string and ctype functions for Erlang binary strings.

binary-strings ctype-functions erlang fnv-1a string-manipulation strings sunday

Last synced: 12 Oct 2024

https://github.com/cihatsolak/netcore-rabbitmq

RabbitMQ is a message-queueing software also known as a message broker or queue manager. Simply said; it is software where queues are defined, to which applications connect in order to transfer a message or messages.

consumer erlang netcore5 publisher rabbitmq

Last synced: 26 Dec 2024

https://github.com/gfngfn/rebar_sesterl_plugin

A Rebar3 plugin for compiling Sesterl programs (https://github.com/gfngfn/Sesterl)

erlang rebar3-plugin sesterl

Last synced: 15 Nov 2024

https://github.com/zadean/xs_regex

XML Schema Regex for Erlang

erlang regex regular-expression xml xml-schema xpath xquery

Last synced: 11 Oct 2024

https://github.com/visheshc14/prisonic-fairytale

Prisonic Fairytale - ChronoTrigger's Bad Clone With Massively Multiplayer Online Functionality Built With Godot Engine, Elixir & Docker. Prisonic Fairytale Name is Derived From Silent Hill - 2 Original Soundtrack - Prisonic Fairytale.

docker docker-compose dockerfile ecto-schemas elixir elixir-lang elixir-library elixir-phoenix erlang godot-engine godot3 mmorpg postgres postgresql

Last synced: 18 Nov 2024

https://github.com/markusn/schem-erl

Interpreter for a small subset of Scheme implemented in Erlang.

erlang interpreter scheme

Last synced: 07 Dec 2024

https://github.com/potato-industries/erlrs

erlang based secure reverse shell

erlang reverse-shell

Last synced: 08 Jan 2025

https://github.com/peterkrauz/pistis

Transparent, easily-configurable, strongly-consistent distributed state-machine replicas.

distributed-systems elixir erlang fault-tolerance raft state-machine-replication

Last synced: 29 Oct 2024

https://github.com/mrshankly/aqlc

Erlang client for AntidoteDB's SQL interface (AQL)

antidote aql erlang

Last synced: 27 Dec 2024

https://github.com/nebo15/alpine-elixir

Alpine Box with Elixir and Erlang installed.

alpine container docker elixir erlang

Last synced: 17 Nov 2024

https://github.com/bunopnu/e2h

HTML generator for Erlang

erlang html html-generator html5 rebar3

Last synced: 07 Nov 2024

https://github.com/segpacto/ejabberd_healthcheck

module for ejabberd that creates an endpoints for healthcheck

ejabberd ejabberd-api erlang healthcheck module mysql ssl

Last synced: 12 Nov 2024

https://github.com/furmanOFF/lager_slack

Simple Slack backend for lager

erlang lager slack

Last synced: 18 Nov 2024

https://github.com/marcelog/erl_vcron

Erlang Vixie Cron-like expression interpreter

erlang vixie-cron

Last synced: 03 Jan 2025

https://github.com/antoinegagne/ecureuil

A library to parse and navigate HTML with CSS selectors.

css css-selector erlang erlang-library html

Last synced: 24 Oct 2024

https://github.com/antoinegagne/parthenon

A library to parse Athena structures into Erlang terms

athena aws aws-athena erlang erlang-library hex parser

Last synced: 02 Nov 2024

https://github.com/fitri-hy/chatbot-ai-elixir

Simple AI CLI Chatbot application using Erlang and Elixir.

ai api chatbot elixir erlang gemini

Last synced: 12 Oct 2024

https://github.com/rabbitmq/cth_fail_fast

Common Test hook to skip all tests on first failure

erlang

Last synced: 15 Nov 2024

https://github.com/xandkar/oauth1_core

RFC 5849 - OAuth 1 Protocol implementation backed by CRDTs

erlang oauth oauth1

Last synced: 20 Dec 2024

https://github.com/xandkar/erlang-crdt

Select, app-level, state-based CRDT (Convergent Replicated Data Type) implementations for Erlang.

2p-set crdt erlang or-set

Last synced: 20 Dec 2024

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

A SMTP client in Erlang.

erlang smtp smtp-client

Last synced: 21 Dec 2024

https://github.com/clojerl/asdf-clojerl

Clojerl plugin for asdf version manager https://github.com/asdf-vm/asdf

asdf-plugin beam clojure erlang

Last synced: 09 Nov 2024

https://github.com/ctkqiang/luhnalgorithm

Luhn算法,也被称为Mod 10算法,是数据完整性验证领域的一个重要基石。它主要用于验证各种身份编码,如信用卡号码、IMEI码,甚至包括加拿大社会保险号码,其重要性超越了其简单性。 Luhn算法的优雅之处在于其系统化的方法,用于确认身份代码的真实性。这个历史悠久的技术利用模数算术的威力创建校验和,经得起审查,实现了无缝的身份编码验证。

card credit-card erlang johnmelodyme luhn-algorithm

Last synced: 01 Jan 2025

https://github.com/bunopnu/captcherl

Erlang library for interacting with various CAPTCHA services

erlang hcaptcha recaptcha turnstile

Last synced: 09 Nov 2024

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

Opencensus Cowboy integration

cowboy erlang opencensus tracing

Last synced: 23 Nov 2024

https://github.com/nebo15/alpine-erlang

Erlang container based on Alpine Linux with Kubernetes support.

alpine container docker erlang

Last synced: 17 Nov 2024

https://github.com/shiguredo/base32_clockwork

Base32 (RFC 4648, Crockford, Clockwork)

base32 erlang

Last synced: 29 Oct 2024

https://github.com/metaphorical/microserver

Search for a base for light and scalable service - a not so short horror story :D

c clang elixir erlang golang helm k8s kubernetes microservice microservices nodejs python

Last synced: 23 Nov 2024

https://github.com/williamthome/ephone-book

A simple phone-book web app using just erlang as a server for the front and the backend. The app uses cowboy for requests and rebar3 to compile. At the moment the data is stored in an ETS table, then, if the server goes down or restarted, the data will be lost. Future implementations will use PostgreSQL, WebSockets and improve the UI.

cowboy css docker erlang ets flyio html otp phonebook rebar3

Last synced: 03 Dec 2024

https://github.com/am-kantox/johanna

erlcron smart wrapper :: cron for elixir

cron cron-jobs cronjob elixir elixir-lang erlang

Last synced: 30 Nov 2024

https://github.com/hachreak/sf

An OTP library to format a string.

erlang erlang-libraries erlang-library string-formatter

Last synced: 06 Nov 2024

https://github.com/dmshvetsov/adventofcode

🎄 My Advent of Code solutions. Often done with unfamiliar languages so don't expect idiomatic code.

advent-of-code advent-of-code-2020 dart elixir erlang go javascript lua python ruby rust scala sql typescript v

Last synced: 25 Dec 2024

https://github.com/raphexion/gustav

Small helper library for and in Erlang

binary-data erlang erlang-library helpers serialization

Last synced: 16 Dec 2024

https://github.com/semoal/npm-package-info

Fetches the package information from a npm package written 100% in Elixir

dependencies elixir erlang npm private-package

Last synced: 28 Oct 2024

https://github.com/martindisch/weatherpi

Basic weather station with AM2302 sensor, Raspberry Pi and Android app

am2302 android-app erlang python raspberry-pi

Last synced: 14 Nov 2024

https://github.com/atomvm/atomvm_neopixel

AtomVM driver for WS2812 “neopixel” LED strips

atomvm erlang esp32 neopixel ws2812

Last synced: 10 Nov 2024

https://github.com/antoinegagne/treewalker

A web crawler in Erlang that respects `robots.txt`.

crawler erlang webcrawler

Last synced: 20 Dec 2024

https://github.com/hidnasio/wx_erlang_elixir_meetup

Examples used in Elixir Montevideo Meetup

elixir erlang wxerlang

Last synced: 15 Dec 2024

https://github.com/simonewebdesign/slfe

🍭 Sh***y Lisp Flavoured Erlang (LFE)

bytecode compiler elixir erlang interpreter language lfe lisp parser

Last synced: 08 Jan 2025

https://github.com/dweinstein/openai-erlang-client

Erlang OpenAI client auto-generated by OpenAPI-generator

client-libraries erlang openai openapi-generator

Last synced: 12 Nov 2024

https://github.com/ahf/peculium

Peculium Client Application

bitcoin erlang

Last synced: 28 Nov 2024

https://github.com/ahf/orbis

An Erlang library for building worker pools using consistent hashing.

consistent-hashing consistent-hashing-library cryptography erlang

Last synced: 28 Nov 2024

https://github.com/zotonic/zotonicwww2

The second incarnation of the Zotonic web site - also used as an example site

documentation erlang example example-project website zotonic

Last synced: 15 Nov 2024

https://github.com/ut-proj/undertheory

Music-theoretic LFE modules: notes, intervals, keys, scales, modes, melody-generation, etc.

beam chords erlang generative-music hacktoberfest lfe music music-theory notes scales

Last synced: 31 Dec 2024

https://github.com/silviucpp/refererparser

Erlang library for extracting marketing attribution data from referrer URLs

erlang parser referer-url

Last synced: 22 Nov 2024

https://github.com/hrefhref/erlpuzzle

Erlang NIF to libpuzzle, a library to quickly find visually similar images

erlang image-processing image-recognition jpg libpuzzle signature

Last synced: 27 Dec 2024

https://github.com/joaohf/nifi_s2s

NiFi Site-to-Site Erlang client implementation

beam dataflow elixir erlang flowfiles nifi

Last synced: 19 Nov 2024

https://github.com/containerbase/erlang-prebuild

containerbase Erlang/OTP releases

containerbase docker erlang renovate

Last synced: 14 Nov 2024

https://github.com/ahf/cowboy_error_noise

Add error noise to your Cowboy project.

cowboy erlang

Last synced: 28 Nov 2024

https://github.com/suddengunter/edynamojson

Erlang DynamoDB JSON serializer/deserializer

aws dynamodb erlang json serialization

Last synced: 03 Jan 2025

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

URI utilities in Erlang.

erlang uri url

Last synced: 21 Dec 2024

https://github.com/robertoaloi/beamon

BEAM Monitoring Application

beam erlang monitoring

Last synced: 05 Jan 2025

https://github.com/silviucpp/esvm

An erlang library for Support Vector Machine (SVM) classification and regression

erlang support-vector-machine svm

Last synced: 22 Nov 2024

https://github.com/gabrielemaurina/workspace

Personal workspace. Years of code shouldn't be lost.

cpp eiffel erlang java javascirpt ocaml python scala

Last synced: 05 Dec 2024

https://github.com/sneako/mnesia_restore

Utility functions to rename mnesia backups, allowing you to restore them on different nodes

elixir erlang mnesia

Last synced: 06 Jan 2025

https://github.com/soroush-app/xmpp_utils

Fast and easy-to-use API for working on well-known XMPP data structures

erlang erlang-library erlang-otp xmpp xmpp-library

Last synced: 24 Oct 2024

https://github.com/silviucpp/esmpplib

Erlang SMPP client

client erlang smpp

Last synced: 22 Nov 2024

https://github.com/erlangsters/spawn-mode

An Erlang process spawner API that solves a fundamental design issue.

beam erlang process spawn

Last synced: 19 Nov 2024

https://github.com/mbuczko/syncshare

rabbitmq based synchronization between browsers and backend workers

erlang rabbitmq

Last synced: 14 Dec 2024

https://github.com/hachreak/oauth2_mongopool

A implementation of an OAuth2 backend with persistence on MongoDB made with mongopool.

erlang erlang-libraries erlang-library mongodb oauth2

Last synced: 25 Dec 2024

https://github.com/hachreak/limitless_client_erl

An Erlang driver for Limitless distributed rate-limiter.

driver erlang erlang-libraries erlang-library limitless rate-limiter

Last synced: 25 Dec 2024

https://github.com/crownedgrouse/esh.mk

esh template engine for erlang.mk

erlang shell template-engine templates

Last synced: 20 Dec 2024

https://github.com/agx/ldapsp

Foreman Realm smart proxy for creating LDAP entries

erlang foreman ldap smartproxy

Last synced: 01 Jan 2025

https://github.com/technion/lunchcoin

Blockchain application for tracking lunch and coffee orders

blockchain erlang react typescript

Last synced: 24 Nov 2024

https://github.com/stdlib-js/random-array-erlang

Create an array containing pseudorandom numbers drawn from an Erlang distribution.

array continuous erlang generator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib

Last synced: 19 Nov 2024

https://github.com/michael-michalski/docker-fips-mode

Lean docker images with fips mode enabled

docker elixir erlang

Last synced: 22 Nov 2024

https://github.com/techgaun/elixir-tips-tricks

Just random tips and tricks while working with elixir [& phoenix and other libs/frameworks]

elixir elixir-tips erlang phoenix

Last synced: 19 Dec 2024

https://github.com/michael-michalski/benchmark_persistent_term

Benchmarking :persistent_term as a way of reading static platform configuration

elixir erlang

Last synced: 22 Nov 2024

https://github.com/borgoat/er_zig_driver

Erlang Port Driver written in Zig

erlang erlang-port-driver zig

Last synced: 05 Jan 2025

https://github.com/comtihon/octoenot

Enot github integration and package loader (deprecated)

coon erlang integration

Last synced: 07 Dec 2024

https://github.com/tokeshu/tnetstring.erl

A pure Erlang implementation of TNetStrings.

erlang tnetstrings

Last synced: 26 Dec 2024

https://github.com/otakup0pe/mcc

Mea Culpa; Config

configuration erlang

Last synced: 22 Nov 2024

https://github.com/ruferdz/cards

A simple card game to learn Elixir programming language 🃏

elixir erlang functional-programming

Last synced: 19 Nov 2024

https://github.com/olivier-boudeville/ceylan-traces

Part of the Ceylan project gathering all Erlang-based, trace-related developments.

ceylan erlang logs traces

Last synced: 14 Oct 2024

https://github.com/wizardone/elixir_cli

Elixir CLI

cli elixir erlang

Last synced: 19 Dec 2024

https://github.com/sile/rtmp_handshake

RTMP Handshake Implementation

erlang rtmp

Last synced: 07 Nov 2024