Daniel Kukula
dkuku
Total Packages
42
Total Downloads
61 828+
Packages
address_formatting
0.2.0address formatting implemetation
sqlcommenter
0.1.4Serialize and deserilze sqlcommenter data in sql queries
hexdump
0.1.4Hexdump makes it easier to work with binary data.
uuuidv7
0.3.0UUUIDv7 stands for microUUIDv7 - a version 7 UUID with submicrosecond precision
celixir
0.3.0A pure Elixir implementation of Google's Common Expression Language (CEL)
decision_log
0.1.3A lightweight Elixir library for tracking decisions made during processing.
prql_rs
0.1.1PRQL (Pipelined Relational Query Language) compiler for Elixir, powered by Rust's prqlc
gettext_pseudolocalize
0.2.1A 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.
mbtiles
0.4.3Library 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'
ecto_unnest
0.3.1Bulk insert for Ecto via unnest(...) — pass data as columns (%{col => list}) rather than rows. Constant SQL text independent of row count, friendly to PgBouncer (transaction mode) and the prepared-statement cache.
fitparser
0.5.0Decode Garmin FIT files using pure Elixir
rfc1123_datetime
0.1.2RFC 1123 date time parser
osm_shortlink
0.1.3Library 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}
dbg_mate
0.1.4This package includes custom dbg functions
bcryptrs
0.1.4bcryptrs is a drop in replacement for bcrypt_elixir that does not require C compiler
table_parser
0.1.1Package for parsing ps output to maps
ex_final_fusion
0.1.2ex_final_fusion allows to read word embeddings in formats: finalfusion, fastText, floret, GloVe, word2vec
card_deck
0.1.0Implements a basic card deck
stop_words
0.1.0returns stop words for the given language
lex_sort_key
0.1.0Lexicographically sortable keys for ordered sequences. Implements fractional indexing for real-time collaborative editing, based on Figma's approach.