Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhunleth/pljelixir
Presentation to Montgomery County Programming Language Junkies on Elixir
https://github.com/fhunleth/pljelixir
Last synced: about 1 month ago
JSON representation
Presentation to Montgomery County Programming Language Junkies on Elixir
- Host: GitHub
- URL: https://github.com/fhunleth/pljelixir
- Owner: fhunleth
- License: apache-2.0
- Created: 2014-05-05T01:14:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T20:44:07.000Z (over 10 years ago)
- Last Synced: 2024-10-13T09:56:27.384Z (2 months ago)
- Language: JavaScript
- Size: 855 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pljelixir
This project contains the Elixir presentation that I did for the Montgomery
County Programming Language Junkies on May 19th, 2014. It uses the Nerves
project to create an SDCard image for the Raspberry Pi that shows off a
reveal.js presentation with support for live coding. An Erlang port process that
runs Qt is launched behind the scenes to run the web browser and expose IEx.Important keys are:
* F1: toggle between presentation view and editor view
* F2: make the editor's font larger
* F3: make the editor's font smaller
* F5: reload the current webpage - useful for recovering from lost focus since
I'm not using a mouse to click on the webpage again## Building
Clone the repository and run make. It downloads Nerves and everything else
needed to create the SDCard image. If all goes right, the image will be the file
`_images/pljelixir.img`. Use `dd` or `mmccopy` to write it to an SDCard.