dkuku

Total Owned Packages
37

Total Downloads
24 465

  • address_formatting0.1.0

    345 Downloads

    address formatting implemetation

  • bcryptrs0.1.4

    351 Downloads

    bcryptrs is a drop in replacement for bcrypt_elixir that does not require C compiler

  • card_deck0.1.0

    369 Downloads

    Implements a basic card deck

  • dbg_mate0.1.4

    479 Downloads

    This package includes custom dbg functions

  • decision_log0.1.3

    333 Downloads

    A lightweight Elixir library for tracking decisions made during processing.

  • defrag0.1.0

    106 Downloads

    A convenient macro for writing Ecto fragments with string interpolation syntax

  • ex_chroma0.1.0

    179 Downloads

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

  • ex_final_fusion0.1.2

    317 Downloads

    ex_final_fusion allows to read word embeddings in formats: finalfusion, fastText, floret, GloVe, word2vec

  • ex_frontier0.1.0

    194 Downloads

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

  • ex_keyword_extraction0.1.0

    132 Downloads

    ex_keyword_extraction is an elixir wrapper for keyword_extraction crate - it includes the following algorithms: TF-IDF, Rake, TextRank

  • ex_stemmers0.1.0

    134 Downloads

    ex_stemmers wraps the rust-stemmers crate

  • ex_text_splitter0.1.0

    128 Downloads

    ex_text_splitter wraps the rust crate text-splitter. It allows to divide text into chunks

  • fitparser0.3.0

    840 Downloads

    Decode garmin fit files using rustler and fitparser crate

  • gettext_pseudolocalize0.1.1

    1 459 Downloads

    A tool for pseudolocalizing Gettext translations in Elixir applications. Helps identify hardcoded strings, character encoding issues, and UI problems by converting ASCII characters to similar-looking Unicode characters with text expansion simulation.

  • hexdump0.1.4

    5 031 Downloads

    Hexdump makes it easier to work with binary data.

  • lex_sort_key0.1.0

    46 Downloads

    Lexicographically sortable keys for ordered sequences. Implements fractional indexing for real-time collaborative editing, based on Figma's approach.

  • mbtiles0.4.3

    923 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'

  • mdka_ex0.1.0

    115 Downloads

    mdka is a html to markdown converter using mdka-rs crate

  • mix_deps_patch0.0.0

    186 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.

  • opentelemetry_sqlcommenter0.1.1

    186 Downloads

    OpenTelemetry integration for SQLCommenter and Ecto, adding telemetry context to SQL queries

  • osm_shortlink0.1.3

    570 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}

  • pluscode0.1.0

    70 Downloads

    An Elixir implementation of Open Location Code (Plus Codes).

    Plus Codes are short, easy to share location codes that can be used instead of street addresses. This library provides functions to encode/decode coordinates, validate codes, and handle shortened codes.

  • poker_game0.1.0

    180 Downloads

    Implements poker game logic

  • prql_rs0.1.1

    2 234 Downloads

    PRQL (Pipelined Relational Query Language) compiler for Elixir, powered by Rust's prqlc

  • radio_browser0.2.0

    119 Downloads

    An Elixir client for the Radio Browser API, providing access to a worldwide radio station directory

  • readme_tester0.1.0

    35 Downloads

    A library for testing Elixir code blocks in markdown files. Ensures your documentation stays in sync with your actual code.

  • return_helpers0.1.1

    685 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

    797 Downloads

    RFC 1123 date time parser

  • slim_formatter0.1.0

    139 Downloads

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

  • sqlcommenter0.1.4

    4 933 Downloads

    Serialize and deserilze sqlcommenter data in sql queries

  • stop_words0.1.0

    282 Downloads

    returns stop words for the given language

  • table_parser0.1.1

    410 Downloads

    Package for parsing ps output to maps

  • tag2link0.1.0

    128 Downloads

    URL formatter for openstreetmap tags

  • tf_idf0.1.1

    201 Downloads

    Calculate word rankings using tf_idf algorithm

  • tm16380.1.0

    140 Downloads

    use tm1638 with nerves

  • unleash_dk1.9.0

    114 Downloads

    An a fork of Unleash Feature Flag client for Elixir with additional feature"

    Original project can be found [here]{https://www.gitlab.com/afontaine/unleash_ex}

  • uuuidv70.1.1

    1 575 Downloads

    UUUIDv7 stands for microUUIDv7 - a version 7 UUID with submicrosecond precision

Daniel Kukula