mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-10 15:00:55 +00:00
Added some Elixir resources
This commit is contained in:
parent
ac5796d327
commit
11c642a62c
@ -3,6 +3,7 @@
|
|||||||
* [Angular JS](#angularjs)
|
* [Angular JS](#angularjs)
|
||||||
* [Node.js](#Nodejs)
|
* [Node.js](#Nodejs)
|
||||||
* [CSS](#css)
|
* [CSS](#css)
|
||||||
|
* [Elixir](#elixir)
|
||||||
* [Emacs](#emacs)
|
* [Emacs](#emacs)
|
||||||
* [Erlang](#erlang)
|
* [Erlang](#erlang)
|
||||||
* [Language Agnostic](#language-agnostic)
|
* [Language Agnostic](#language-agnostic)
|
||||||
@ -24,6 +25,12 @@
|
|||||||
### CSS
|
### CSS
|
||||||
* [Screencast] - [CSS-Tricks Screencasts](http://css-tricks.com/video-screencasts/)
|
* [Screencast] - [CSS-Tricks Screencasts](http://css-tricks.com/video-screencasts/)
|
||||||
|
|
||||||
|
### Elixir
|
||||||
|
* [Screencast] - [ElixirConf 2014](https://www.youtube.com/playlist?list=PLE7tQUdRKcyakbmyFcmznq2iNtL80mCsT)
|
||||||
|
* [Screencast] - [ElixirConf 2015](https://www.youtube.com/playlist?list=PLWbHc_FXPo2jBXpr1IjyUgJ7hNS1eTf7H)
|
||||||
|
* [Screencast] - [Elixir Sips](http://elixirsips.com/) - Some free
|
||||||
|
* [Screencast] = [Intro to Elixir](https://www.youtube.com/watch?v=lly-1UYmnFI&list=PLn76XROGFNtE9InImlu6e8isbOsM7qKtt)
|
||||||
|
|
||||||
### Emacs
|
### Emacs
|
||||||
* [Screencast] - [Emacs Rocks!](http://emacsrocks.com/)
|
* [Screencast] - [Emacs Rocks!](http://emacsrocks.com/)
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392
|
|||||||
* [Delphi / Pascal](#delphi--pascal)
|
* [Delphi / Pascal](#delphi--pascal)
|
||||||
* [DTrace](#dtrace)
|
* [DTrace](#dtrace)
|
||||||
* [Elasticsearch](#elasticsearch)
|
* [Elasticsearch](#elasticsearch)
|
||||||
|
* [Elixir](#elixir)
|
||||||
* [Emacs](#emacs)
|
* [Emacs](#emacs)
|
||||||
* [Erlang](#erlang)
|
* [Erlang](#erlang)
|
||||||
* [F#](#f-sharp)
|
* [F#](#f-sharp)
|
||||||
@ -888,6 +889,12 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392
|
|||||||
* [Elasticsearch: The Definitive Guide](http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/index.html) ([fork it on GH](https://github.com/elasticsearch/elasticsearch-definitive-guide))
|
* [Elasticsearch: The Definitive Guide](http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/index.html) ([fork it on GH](https://github.com/elasticsearch/elasticsearch-definitive-guide))
|
||||||
* [Exploring Elasticsearch](http://exploringelasticsearch.com/)
|
* [Exploring Elasticsearch](http://exploringelasticsearch.com/)
|
||||||
|
|
||||||
|
### Elixir
|
||||||
|
* [30 Days of Elixir](https://github.com/seven1m/30-days-of-elixir) - Tim Morgan (HTML)
|
||||||
|
* [Études for Elixir](http://chimera.labs.oreilly.com/books/1234000001642/index.html) (HTML)
|
||||||
|
* [Getting Started Guide](http://elixir-lang.org/getting-started/introduction.html) (HTML)
|
||||||
|
* [Learning Elixir](http://learningelixir.joekain.com/) - Joseph Kain Blog (HTML)
|
||||||
|
|
||||||
|
|
||||||
### Emacs
|
### Emacs
|
||||||
* [An Introduction to Programming in Emacs Lisp, 3rd Edition](https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html)
|
* [An Introduction to Programming in Emacs Lisp, 3rd Edition](https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html)
|
||||||
|
Loading…
Reference in New Issue
Block a user