hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
ewildgoose avatar

ewildgoose

Total Packages

8

Total Downloads

478 162+

ed+hex@wildgooses.com
Packages Stats

Packages

Most Popular Most Downloaded Newest First

xmlrpc

1.4.3
451 120+

XML-RPC encoder/decder for Elixir. Supports all valid datatypes. Input (ie untrusted) is parsed with erlsom against an xml-schema for security.

Last Updated: about 1 year ago

anagram

1.0.0
19 212+

Find anagrams of words and "words that can be made with a set of letters" (sort of a sub anagram)

Last Updated: about 9 years ago

priority_queue

1.1.0
4 495+

Priority Queue for Elixir. Heap implementation

Last Updated: about 1 year ago

ecto_auto_migrator

1.4.1
2 229+

Automatic migrations for Ecto as part of the application boot process

Last Updated: about 1 year ago

sudoku

1.0.1
714+

Sudoku solver in Elixir, which prefers to use heuristics over guessing

Last Updated: about 9 years ago

flock_ex

0.1.0
152+

An Elixir wrapper aroumd the Linux `flock()` system call for advisory file locking.

Last Updated: about 1 year ago

reed_solomon_simd

0.1.0
149+

Elixir/rust wrapper around Reed-Solomon-SIMD rust library. Generate (or recover using) reed solomon protection shards

Last Updated: about 1 year ago

rs_protect

0.1.0
91+

Elixir/rust wrapper around Reed-Solomon error correction code library. Suitable for protecting short binary packets against bit errors on noisy channels.

Last Updated: about 1 year ago
hex logo Hex
About Blog Sponsors Status
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".