Implements a basic card deck
ExChroma is a collection of modules that help you perform operations on colors It is influenced by chroma.js
Helper library to connect to Frontier radios Also known under the name Frontier Silicon
Library that simpilfies working with mbtiles files to use it you need to specify the mbtiles path in your config
config :mbtiles, :mbtiles_path, 'priv/test.mbtiles'
Library that generates short links for the given coordinates
iex> OsmShortlink.generate_link(51.5110,0.0550, 9) "http://osm.org/go/0EEQjE--" iex> OsmShortlink.link_to_coordinates("http://osm.org/go/0EEQjE?M") {51.510772705078125, 0.054931640625}
Implements poker game logic
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"
Package for parsing ps output to maps