TableRex: Generate text-based tables for display (ASCII etc)

Put simply, TableRex can generate pretty ASCII-like tables for your CLI program or Mix task that look like this:

+----------------+---------------+------+
|     Artist     |     Track     | Year |
+================+===============+======+
|    Konflict    |    Cyanide    | 1999 |
| Marcus Intalex |  Temperance   | 2004 |
| Kryptic Minds  | The Forgotten | 2007 |
+----------------+---------------+------+

The styling is quite customisable; the docs still need more work but you can see the different styles of table you can create by looking at the text renderer tests.

Big list of "Why Elixir?" articles in one place

http://ruby2elixir.github.io/posts/2015/12-29-what-makes-elixir-so-attractive-for-some-developers.html

Next time you want to give a fellow developer an introduction to Elixir send him this link so he can pick the most complelling article for himself.

Cheers!

Meld: Create Elixir pseudo-binaries that work globally

https://github.com/sup/meld

Meld creates shell scripts that run mix tasks. If those shell scripts are on the PATH, it emulates a command-line app.

Setting up Elm with Phoenix

I just published “Setting up Elm with Phoenix” https://medium.com/@diamondgfx/setting-up-elm-with-phoenix-be3a9f55bac2

This post covers how to get a base project set up for Elixir, Elm, and Phoenix and helps with getting brunch configured to give auto-reload for our Elm project!

Episode 5 of ExCasts is now available: EXRM Release for a Simple Elixir Project

Episode 5 of ExCasts is now available: EXRM Release for a Simple Elixir Project

Exrm On Windows

My blog post to discuss some of the issues I’ve encountered while trying to strengthen Exrm on Windows.

Elixir on Raspberry Pi 2 (using Windows)

I put together a tutorial for deploying an Elixir app to your Raspberry Pi 2 with the Nerves-Project.

http://blog.nexusger.de/2015/12/elixir-on-raspberry-pi-2-using-windows/

Working Phoenix with Ember.js

https://leeroy.im/2015/12/22/working-phoenix-with-ember-js/

Some examples of Elixir's delightful "char data"

http://thepugautomatic.com/2015/12/char-data/

Building a web framework from scratch in Elixir

Building a web framework from scratch in Elixir

https://codewords.recurse.com/issues/five/building-a-web-framework-from-scratch-in-elixir

ElixirStatus: "Those tweets you saw"

Hi everybody,

you might have seen some test tweets I’ve made the last half hour.

You can now add your Twitter handle to ElixirStatus and that will be added to your tweet. Be sure to add it when you make your next post!

As always: Open an Issue if you think anything is broken or worthy of improvement!

Internationalization using Gettext in Phoenix

A brief look at the new support for Gettext in Phoenix 1.1, and a demonstration at how you can internationalize and localize your applications. http://sevenseacat.net/2015/12/20/i18n-in-phoenix-apps.html

Running ExUnit tests without a Mix project

How to run your ExUnit tests when you do not have mix (for instance, when just playing or learning). https://medium.com/@amuino/running-elixir-tests-without-a-mix-project-a97bc05a1657#.6b20xcka9

Open letter to Piotr Solnica - #rubylang @_solnic_ @josevalim

http://ruby2elixir.github.io/posts/2015/12-18-response-to-negative-feedback-for-post-yesterday-open-letter-to-piotr-solnica.html

My post yesterday received some harsh critique, this is an attempt to clarify my position by personally appealing to Piotr Solnica to give Elixir a try…

Ruby vs Elixir - code quality on Github #ruby #elixirlang

http://ruby2elixir.github.io/posts/2015/12-17-elixir-vs-ruby—code-quality.html

A quick comparison of language code bases and some resulting (biased) conclusions.

Setting up Ecto in an Elixir Application

I setup Ecto within my Domain Scrapper application. See what I learned.

http://learningelixir.joekain.com/setting-up-ecto-in-elixir/

Lego robot powered by Elixir has a mind of its own

Yesterday was part 3 of a series on Elixir and Robotics at the Portland (Maine) Erlang & Elixir meetup.

I demoed a mobile Lego Mindstorms robot running an Elixir implementation of a home-brewed “model of the mind”. The robot in turn foraged, roamed and panicked as it reacted to changes in its situation.

See my latest post.

This week's scalesmall post packs more Elixir goodies and less theory (by @dbeck74)

This post puts emphasis on being useful outside the scalesmall experiment and shows examples about embedding ranch into my supervision tree, and a bit of UDP multicast:

http://dbeck.github.io/Scalesmall-W5-UDP-Multicast-Mixed-With-TCP/

Hope you find this useful.

Ecto v1.1 released and Ecto v2.0 plans

Ecto 1.1 has been released, and José Valim wrote a blog post about it and also about what you can expect from Ecto 2.0.

One of the interesting news about Ecto is that Ecto.Model is being deprecated. Read the blog post and discover why.

Small Pusher.com replacement

In Part 2 of my series about “Ex Pusher Lite” I finish my small system that can be used to replace simple use cases of Pusher.com in your own environment. There is the obligatory real-time chat over a Rails app that I deployed on Heroku if you want to see it in action here. Of course, this is not full featured yet, but the core works. Follow this series to know when I add new features.

Previous page Next page