Popularity
1.1
Declining
Activity
0.0
Stable
2
3
0
Monthly Downloads: 0
Programming language: Elixir
License: MIT License
Tags:
Examples And Funny Stuff
Latest version: v0.0.1
butler_tableflip alternatives and similar packages
Based on the "Examples and funny stuff" category.
Alternatively, view butler_tableflip alternatives based on common mentions on social networks and blogs.
-
changelog.com
Changelog is news and podcast for developers. This is our open source platform. -
magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database. -
real world example app
Exemplary real world application built with Elixir + Phoenix -
phoenix-chat-example
💬 The Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.7 [Latest] 🚀 -
phoenix-liveview-counter-tutorial
🤯 beginners tutorial building a real time counter in Phoenix 1.7 + LiveView 0.18 ⚡️ -
phoenix-ecto-encryption-example
🔐 A detailed example for how to encrypt data in an Elixir (Phoenix v1.7) App before inserting into a database using Ecto Types -
coderplanets.com
coderplanets.com API(GraphQL) server, build with elixir, phoenix, absinthe -
phoenix-todo-list-tutorial
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.7 (latest) -
phoenix-flux-react
An experiment with Phoenix Channels, GenEvents, React and Flux. -
hello_phoenix
Application template for SPAs with Phoenix, React and Redux -
portal
A tutorial for shooting fault-tolerant portals for distributed data-transfer application in Elixir -
feedx
Generic feed adding social features to current applications. -
ex_iss
An elixir wrapper for Open Notify's International Space Station API. http://open-notify.org/ -
rubix
A very simple (and barely-functioning) Ruby runner for Elixir -
rollex
Elixir library using a Pratt Parser algorithm to calculate dice rolls.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of butler_tableflip or a related project?
README
ButlerTableflip
TODO: Add description
Installation
If available in Hex, the package can be installed as:
Add butler_tableflip to your list of dependencies in
mix.exs
:def deps do [{:butler_tableflip, "~> 0.0.1"}] end
Ensure butler_tableflip is started before your application:
def application do [applications: [:butler_tableflip]] end