Collection of utility functions for Botsquad's BubbleScript.
A matching language for matching queries against token-based natural language input. Like Regular Expressions, but for for natural language.
LRU cache for compiling expressions into functions
Library for parsing of HTTP cookies and persistent storage
Directed Acyclic Graph (DAG) implementation in Elixir
Function decorators for Elixir
In-memory cache with cache key dependencies
Serve static files from memory in the Phoenix Framework.
This extension compiles all of a project's static assets (e.g. Javascript, HTML, images, etc) into Erlang modules and loads them into the Erlang VM, with the purpose of serving them fast and without a dependency on a filesystem.
The extensible Erlang SMTP client and server library.
Dialogflow API client library. Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).
Gracefully stop the system after running shutdown hooks. Also catches SIGTERM.
Generate Heroku-like pronouncable strings in Elixir
Refactoring tool to-be
In-memory matching/filtering engine with Mongo-like query syntax
Elixir access to LibNFC-compatible USB NFC readers
Elixir access to the RC522 RFID reader module over SPI
Elixir NIF to read image data from PNG files
RabbitMQ-backed background job processing system
Global, supervised singleton processes for Elixir
Elixir NIF interface to the Snips NLU engine
SpeechMarkdown transpiler for Elixir
A combination of a global, distributed process registry and supervisor, rolled into one, friendly API.
Library for visual Elixir function call tracing.
Provides a web user interface for the Tracy function tracer.
Erlang User Agent Classifier - NIF for WeatherChannel dClass
Lean-and-mean version bumping tool
A wrapper around Erlang's depcache, an in-memory caching server.
depcache bases its caching around ETS but can also switch to using the in-process dictionary for maintaining a process-local cache. Convenient functions are provided for getting/setting cache values, with ttl and cache key dependen...