按回车键查看全部搜索结果
首页
技术栈
工具库
讨论
首页
技术栈
工具库
讨论
按回车键查看全部搜索结果
mnesiam
Mnesiam is a Mnesia db manager for painless Mnesia clustering.
membrane_scissors_plugin
Scissors plugin for Membrane Framework
concerto_plug
Plug integration for Concerto
posthog
Elixir HTTP client for Posthog.
mssqlex
Adapter to Microsoft SQL Server. Using DBConnection and ODBC.
elvis_core
Core library for the Erlang style reviewer
eml_rtmp
Library containing functionality for handling RTMP connections, from handshaking, serialization, deserialization, and logical flow of RTMP data.
ueberauth_keycloak_strategy
An Ueberauth strategy for using Keycloak to authenticate your users.
antidote_crdt
An Erlang CRDT library
google_api_artifact_registry
Artifact Registry API client library. Store and manage build artifacts in a scalable and integrated service built on Google infrastructure.
nebula
Library for colored output in Erlang
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir
aho_corasick
Aho-Corasick algorithm, implemented in Elixir using Erlang's :digraph for the graph structure
kryptonite
A collection of modules that are very close to cryptography but aren't - hence the typo.
kiosk_system_x86_64
Nerves System - x86_64 Kiosk
molliex
Placeholder for Mollie Client
aws_ssm_provider
A configuration provider for Mix which handles AWS SSM parameters
ecto_south
South brings ecto migrations to phoenix applications
cloud_storage
Elixir package to interact via REST API with Azure Storage and Google Cloud Storage.
until_then
This library tells you how many milliseconds to the next occurrence of a scheduled event. This is very convenient to combine with `:timer.sleep/1` or `Process.send_after/3` as a means of repeatedly invoking some code on a schedule and not having those invocations drift.
riak_pb
Riak Protocol Buffers Messages
spy
Elixir ssh agent management via port and bash calls
ecto_cast_to_string
EctoCastToString is a simple library that enables ecto casting from int/float to string.
lcov_ex
Lcov file generator.
thrash
Fast serializer/deserializer for Apache Thrift's binary protocol.
nosedrum
A command framework for nostrum
esimdjson
An Erlang NIF wrapper for the simdjson library
amortization_schedule_calculator
Amortization Schedule generator for periodic payments or installments. Use this table can show you how much will go toward the principal and how much will go toward the interest for each month.
raft_kv
An Elixir library to store key-value pairs in a distributed, fault-tolerant, self-adjusting data structure.
ex_oauth2_provider
No brainer OAuth 2.0 provider
todo_or_die
Mark TODOs with a deadline. Once it's due, your app won't compile.
statistics
Functions for descriptive statistics and common distributions
rcl
Mix task to setup a Riak Core Lite project
construct
Library for dealing with data structures
clint
An Elixir web micro-framework, inspired by Sinatra
plasm
Composable query convenience functions for Ecto
uuid_helper
A library to give support of uuid_helper in database tables
distributed_ecs
A distributed ECS (Entity-Component-System) framework in Elixir
exrabbitmq
A thin, boilerplate hiding wrapper for https://github.com/pma/amqp (RabbitMQ client library)
cast
C(++) AST to elixir
sql_dust
Easy. Simple. Powerful. Generate (complex) SQL queries using magical Elixir SQL dust.
secure_client
A secure encoder and decoder for HTTPClient.
secrex
Simple and secure secrets manager in Elixir projects
binary
Toolkit for handling binaries in Elixir.
simplex_format
Converts plain text to formatted HTML, including automatically linking URLs
rfc5646
Validate a string or list of strings against RFC 5646
is_x
This module comprises of truth value definitions like the whether the data is empty or blank or null or nil or its length is 0 like. To say in one word the extended functions of value assertion functions
ok
Elegant error/exception handling in Elixir, with result monads.
nebulex_redis_adapter
Nebulex adapter for Redis
elvis
CLI for the Elvis Erlang Style Reviewer
return_helpers
Simple library that adds a piping possibility for easy returning from pipe chains Imagine: socket = socket |> assign(valid: true) {:noreply, socket} to write as: socket |> assign(valid: true) |> noreply() or: iex> "34" |> between_strings("12", "56") "123456"
bigtable
Elixir client library for Google Bigtable.
fdb
FoundationDB client
avl_tree
Pure Elixir AVL tree implementation
tqdm
Add a progress bar to your enumerables (Lists, Maps, Streams, Ranges, etc.) in a second.
cizen
Build highly concurrent, monitorable, and extensible applications with a collection of automata.
subsets
Subset/Sublist generator
bip0173
Elixir implementation of Bitcoin's address format for native SegWit outputs.
ex_export
This library provides an easy way to make barrel files in Elixir. A barrel is a way to rollup exports from several modules into a single convenient module.
gen_template_dino
This template is focus on create an app using ecto & phoenix 1.5.
datatrans_helper
Small Helper Function to sign Datatrans Request Parameters.
random_password
Efficiently generate cryptographically strong random passwords using alpha, numeric and special symbols.
elixml
Easy to use xml lib. Allow to parse, compose and generate xml data
reddhl
An headline and link puller for Reddit and its various subreddits
blocking_queue
BlockingQueue is a simple queue implemented as a GenServer. It has a fixed maximum length established when it is created.
dirent
An iterative directory listing library
flac_parser
Parses a FLAC file metadata.
cartograf
A set of macros to help facilitate struct-to-struct field mapping.
krpc_protocol
KRPCProtocol is an elixir package for decoding and encoding mainline DHT messages.
exbackoff
Simple exponential backoffs in Elixir.
slackdb
A key/value database courtesy of Slack 🙃
periodic
Run functions periodically: each function can be called on a different schedule.
antikythera_aws
Implementations of some of pluggable modules in the Antikythera Framework, using AWS services.
like_sanitizer
SQL-LIKE sanitization for strings.
nerves_system_onlogic_cl210
Nerves System - OnLogic CL210
elixero
Xero API elixir SDK
ecto_changeset_tools
EctoChangesetTools is a library that extends the validation and formatting utilities found in Ecto.Changeset
mailbox
A library for receiving mail in an elixir application
telix
Telit API Client For Elixir
gen_logger
Erlang gen_logger behaviour
maru
REST-like API micro-framework for elixir inspired by grape.
thoth
An Elixir digraph inspired local Graph DB
contextEX
Context-oriented Programming with Elixir
jwt_claims
Elixir implementation of JWT registered claims, RFC 7519
basho_hamcrest
Erlang port of Hamcrest
active_schema
Rails like auto generated Ecto functions
elephant
A STOMP client to listen to, for example, AMQ.
cronex
A cron like system built in Elixir, that you can mount in your supervision tree
plug_mishka_auth
Easy to install Auth system with social integration just in 6 steps on Elixir Phoenix
retry
Simple Elixir macros for linear retry, exponential backoff and wait with composable delays.
ecto_cast_int_to_string
EctoCastIntToString is a simple library that enables ecto casting from int to string.
geobox
Geobox - lookup set of overlapping geohashes within bounding box or radius covering all intersections in given resolution, usefull for proximity search.
bitbucket
Elixir lib for Bitbucket v2.0 APIs.
kiq
Robust job queue compatible with Sidekiq Enterprise, powered by GenStage and Redis
pipette
Pipette is a flow-based programming (FBP) framework for Elixir.
convertat
Provides functions for converting from and to arbitrary bases.
stripe_client
Yet another Stripe client for Elixir.
service_watcher_sup
This is a GenServer-ish implementation of a Service watcher. A process that is designed to poll service state every given number of miliseconds and perform due actions in case it is not in designated state. The process is also capable of sending notifications to the configured recipient in Slack.
ostip_exari
This is a Swagger Codegen generated library for the Asterisk RESTful Interface (ARI). This is maintained by the Open Source Telephony Integration Project as a dependency for it's projects.
‹
1
…
44
45
46
…
97
›