Posts tagged "elixir":
Exploring Geospatial data in Elixir with Phoenix, D3, and PostGIS
I noticed that Kaggle has started hosting some publicly available datasets. One of which is Ocean Ship Logbooks (1750-1850). I thought it would be interesting to visualize Captain Cook's travels on the HMS Endeavour using the Phoenix Web Framework, the D3 JavaScript library, and PostGIS.
Read more →Getting started with OpenGL in Elixir
I was curious about using OpenGL with Elixir and couldn't find much very information. Other than a kludge for working with constants defined in Erlang .hrl files it turned out to be not too difficult.
Read more →Erlang clustering on the Raspberry Pi and BeagleBone with Elixir
I have been looking at Elixir/Erlang clustering with credit card sized computers and using the Phoenix web framework to communicate from the cluster to an Android tablet in realtime.
Read more →Elixir on the Raspberry Pi - Blinking an LED
In this post we will see how to run the "Hello, World" of embedded devices, blinking an LED on a breadboard. We will be using the Elixir programming language and a Raspberry Pi.
Read more →Elixir on the BeagleBone Black - Blinking an LED
In this post we will see how to run the "Hello, World" of embedded devices, blinking an LED on a breadboard. We will be using the Elixir programming language and a BeagleBone Black.
Read more →