dkuku

Total Owned Packages
13

Total Downloads
1 368

  • card_deck0.1.0

    192 Downloads

    Implements a basic card deck

  • ex_chroma0.1.0

    39 Downloads

    ExChroma is a collection of modules that help you perform operations on colors It is influenced by chroma.js

  • ex_frontier0.1.0

    31 Downloads

    Helper library to connect to Frontier radios Also known under the name Frontier Silicon

  • mbtiles0.4.3

    338 Downloads

    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'

  • mix_deps_patch0.0.0

    38 Downloads

    Task for patching dependencies after downloading from hex, before compilation. This is an alternative for creating github forks and can be used without git installed. The only dependency is the `patch` command.

  • osm_shortlink0.1.3

    185 Downloads

    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}

  • poker_game0.1.0

    39 Downloads

    Implements poker game logic

  • return_helpers0.1.1

    208 Downloads

    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"

  • rfc1123_datetime0.1.2

    110 Downloads

    RFC 1123 date time parser

  • slim_formatter0.1.0

    12 Downloads

    Formatter that omits the same fields when showing left/right diff

  • sqlcommenter0.1.1

    44 Downloads

    Serialize and deserilze sqlcommenter data in sql queries

  • table_parser0.1.1

    111 Downloads

    Package for parsing ps output to maps

  • tm16380.1.0

    21 Downloads

    use tm1638 with nerves

Daniel Kukula