ElixirSeattle / tanx
Tank game created by the Programming Elixir study group
☆132Updated 5 years ago
Alternatives and similar repositories for tanx:
Users that are interested in tanx are comparing it to the libraries listed below
- Easy local cluster creation for Elixir to aid in unit testing☆227Updated 4 months ago
- Custom parenting of processes in Elixir☆267Updated 3 months ago
- A thin Elixir wrapper for the redbug Erlang tracing debugger.☆253Updated last year
- ☆155Updated 9 months ago
- ☆269Updated 5 years ago
- Simple scheduling for Elixir☆256Updated 2 weeks ago
- :ets, the Elixir way☆217Updated 2 years ago
- Ecto 3 adapter allowing use of Ecto schemas held in ETS tables☆379Updated 9 months ago
- User-friendly translations manager for Elixir/Phoenix projects.☆186Updated 2 months ago
- Ecto auditing library that transparently tracks changes and can revert them.☆369Updated last year
- An idiomatic Elixir wrapper for gen_statem in OTP 19 (and above).☆308Updated 7 months ago
- Pretty-print tables of Elixir structs and maps.☆298Updated last week
- Useful helper to read and use application configuration from environment variables.☆304Updated 8 months ago
- :ets.fun2ms for Elixir, translate functions to match specifications☆196Updated 7 months ago
- MiniRepo allows self-hosting of Hex packages.☆192Updated 4 years ago
- Elixir AMQP consumer and publisher behaviours☆181Updated last year
- Simple Elixir macros for linear retry, exponential backoff and wait with composable delays☆445Updated 3 months ago
- Elixir port of libphonenumber☆255Updated last month
- Example repository for mix phx.gen.auth☆211Updated 4 years ago
- An Elixir tool for checking safety of database migrations.☆245Updated 5 months ago
- Adaptive concurrency limits for elixir☆169Updated last year
- Simple QRCode Generator in Elixir☆215Updated last month
- Web Profiler and Debug Toolbar for Phoenix Framework☆203Updated last year
- A plug building toolkit for blocking and throttling abusive requests☆422Updated last year
- Elixir data validation library☆141Updated 2 years ago
- Ecto PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.☆373Updated last week
- Ecto elixir adjacency list and tree traversal. Supports Ecto versions 2 and 3.☆242Updated 2 years ago
- Elixir Phoenix Client for Channels☆214Updated 3 years ago
- Easily parsable single line, plain text and JSON logger for Plug and Phoenix applications☆206Updated this week
- PhoenixTest provides a unified way of writing feature tests -- regardless of whether you're testing LiveView pages or static (non-LiveVie…