Paulo A Pereira - Elixir Cookbook [2015, PDF/EPUB, ENG] + Code

seeders: 7
leechers: 0
Added 11 years ago by D@vidoff in Books  > Non-Fiction

Download Fast Safe Anonymous
movies, software, shows...

Files

Paulo A Pereira - Elixir Cookbook [2015, PDF/EPUB, ENG] + Code (Size: 19.7 MB)
  Code
  7517OS_Code
  Chapter 1
  config_example
  .gitignore 34 B
  README.md 57 B
  config
  config.exs 115 B
  dev.exs 96 B
  prod.exs 95 B
  test.exs 89 B
  lib
  config_example.ex 287 B
  mix.exs 604 B
  test
  config_example_test.exs 104 B
  test_helper.exs 15 B
  echoer.ex 97 B
  greeter.ex 85 B
  manage_deps
  .DS_Store 6 KB
  .gitignore 34 B
  README.md 51 B
  config
  config.exs 993 B
  lib
  manage_deps.ex 28 B
  mix.exs 634 B
  mix.lock 102 B
  test
  manage_deps_test.exs 101 B
  test_helper.exs 15 B
  meminfo.ex 670 B
  simple_app
  .DS_Store 6 KB
  .gitignore 34 B
  README.md 49 B
  config
  config.exs 993 B
  lib
  simple_app.ex 91 B
  mix.exs 596 B
  test
  simple_app_test.exs 100 B
  test_helper.exs 15 B
  supervised_app
  .DS_Store 6 KB
  .gitignore 34 B
  README.md 57 B
  config
  config.exs 871 B
  lib
  supervised_app.ex 379 B
  mix.exs 292 B
  test
  supervised_app_test.exs 104 B
  test_helper.exs 15 B
  Chapter 2
  get_pages
  .DS_Store 6 KB
  .gitignore 34 B
  README.md 47 B
  config
  config.exs 1.01 KB
  lib
  get_pages.ex 385 B
  mix.exs 296 B
  mix.lock 185 B
  test
  get_pages_test.exs 99 B
  test_helper.exs 15 B
  stream_file.txt 8.27 KB
  transformator.ex 272 B
  Chapter 3
  Divider.mp3 6.16 MB
  mp3_info.ex 1.83 KB
  pipe_transformation
  .DS_Store 6 KB
  .gitignore 34 B
  README.md 67 B
  config
  config.exs 1.01 KB
  input_file.txt 8.27 KB
  lib
  pipe_transformation.ex 812 B
  mix.exs 319 B
  out.txt 8.27 KB
  test
  pipe_transformation_test.exs 109 B
  test_helper.exs 15 B
  word_frequency
  .gitignore 34 B
  README.md 57 B
  config
  config.exs 1.01 KB
  lib
  word_frequency.ex 1.37 KB
  mix.exs 304 B
  test
  test_helper.exs 15 B
  word_frequency_test.exs 104 B
  walt_whitman.txt 1.22 KB
  word_frequency.txt 1.9 KB
  Chapter 4
  .DS_Store 6 KB
  constants
  constants.ex 233 B
  defaults.ex 27 B
  demo
  .DS_Store 6 KB
  .gitignore 34 B
  README.md 39 B
  config
  config.exs 1.01 KB
  lib
  demo
  greeter.ex 100 B
  one
  greeter.ex 101 B
  two
  greeter.ex 101 B
  demo.ex 237 B
  mix.exs 584 B
  test
  demo_test.exs 95 B
  test_helper.exs 15 B
  directives
  .DS_Store 6 KB
  directives.ex 664 B
  require_me.ex 98 B
  documenting
  my_module.ex 737 B
  randomizer.ex 235 B
  my_script.exs 148 B
  patterns_and_guards.ex 460 B
  randomizer
  .DS_Store 6 KB
  my_module.ex 138 B
  randomizer.ex 114 B
  Chapter 5
  .DS_Store 6 KB
  ets_store.ex 427 B
  geolocation_with_tasks
  .gitignore 34 B
  README.md 71 B
  config
  config.exs 108 B
  geo_db
  GeoLite2-Country.mmdb 2.66 MB
  lib
  geolocation_with_tasks.ex 400 B
  geolocator.ex 745 B
  mix.exs 370 B
  mix.lock 148 B
  test
  geolocation_with_tasks_test.exs 111 B
  test_helper.exs 15 B
  messages.ex 563 B
  messages_with_state.ex 843 B
  multiple_calculations.ex 680 B
  phone_book.ex 280 B
  Chapter 6
  .DS_Store 6 KB
  creating_a_supervisor
  connection_tracker.ex 1.35 KB
  connection_tracker_sup.ex 340 B
  error_handling.ex 554 B
  minimal_server
  connection_tracker.ex 781 B
  otp_gen_server
  connection_tracker.ex 1.12 KB
  release_me
  .DS_Store 6 KB
  .gitignore 34 B
  README.md 49 B
  config
  config.exs 1.01 KB
  lib
  release_me
  connection_tracker.ex 1.13 KB
  release_me.ex 298 B
  mix.exs 298 B
  mix.lock 77 B
  test
  release_me_test.exs 100 B
  test_helper.exs 15 B
  Chapter 7
  .DS_Store 6 KB
  cowboy_app
  .gitignore 34 B
  README.md 49 B
  config
  config.exs 1.01 KB
  lib
  cowboy_app.ex 596 B
  mix.exs 321 B
  mix.lock 112 B
  test
  cowboy_app_test.exs 100 B
  test_helper.exs 15 B
  cowboy_static
  cowboy_app
  .gitignore 34 B
  README.md 49 B
  config
  config.exs 1.01 KB
  lib
  cowboy
  dispatch.ex 395 B
  root_page_handler.ex 372 B
  cowboy_app.ex 394 B
  mix.exs 321 B
  mix.lock 112 B
  priv
  cc.png 37.97 KB
  html.jpg?042148 9.47 KB
  index.html 121 B
  test.html 119 B
  test
  cowboy_app_test.exs 100 B
  test_helper.exs 15 B
  cowboy_websockets
  cowboy_app
  .DS_Store 6 KB
  .gitignore 34 B
  README.md 49 B
  config
  config.exs 1.01 KB
  lib
  cowboy
  dispatch.ex 443 B
  root_page_handler.ex 372 B
  ws_handler.ex 862 B
  ws_server.ex 1.8 KB
  cowboy_app.ex 375 B
  mix.exs 321 B
  mix.lock 112 B
  priv
  cc.png 37.97 KB
  css
  bootstrap-theme.css 16.42 KB
  bootstrap-theme.min.css 14.64 KB
  bootstrap.min.css 95.06 KB
  navbar.css 58 B
  fonts
  glyphicons-halflings-regular.eot 13.75 KB
  glyphicons-halflings-regular.svg 61.68 KB
  glyphicons-halflings-regular.ttf 28.82 KB
  glyphicons-halflings-regular.woff 16.06 KB
  html.jpg?042148 9.47 KB
  index.html 2.6 KB
  js
  bootstrap.js 57.09 KB
  bootstrap.min.js 27.08 KB
  bullet.js 7.44 KB
  index.js 2.68 KB
  jquery.json-2.4.min.js 2.21 KB
  jquery.min.js 90.46 KB
  test.html 119 B
  test
  cowboy_app_test.exs 100 B
  test_helper.exs 15 B
  phoenix_controller
  todo
  .gitignore 34 B
  README.md 199 B
  config
  config.exs 722 B
  dev.exs 342 B
  locales
  en.exs 21 B
  prod.exs 887 B
  test.exs 166 B
  lib
  todo
  endpoint.ex 606 B
  todo.ex 888 B
  mix.exs 602 B
  mix.lock 224 B
  priv
  static
  css
  phoenix.css 99.16 KB
  images
  phoenix.png 13.57 KB
  js
  phoenix.js 15.43 KB
  test
  test_helper.exs 13 B
  todo_test.exs 95 B
  web
  controllers
  my_controller.ex 528 B
  page_controller.ex 145 B
  todos_controller.ex 327 B
  router.ex 608 B
  templates
  layout
  application.html.eex 819 B
  page
  error.html.eex 21 B
  index.html.eex 873 B
  not_found.html.eex 44 B
  view.ex 466 B
  views
  error_view.ex 303 B
  layout_view.ex 49 B
  page_view.ex 47 B
  phoenix_pub_sub
  todo
  .gitignore 34 B
  README.md 199 B
  config
  config.exs 722 B
  dev.exs 342 B
  locales
  en.exs 21 B
  prod.exs 887 B
  test.exs 166 B
  lib
  todo
  access_counter.ex 457 B
  endpoint.ex 606 B
  todo.ex 480 B
  mix.exs 602 B
  mix.lock 224 B
  priv
  static
  css
  phoenix.css 99.16 KB
  images
  phoenix.png 13.57 KB
  js
  phoenix.js 15.43 KB
  test
  test_helper.exs 13 B
  todo_test.exs 95 B
  web
  controllers
  my_controller.ex 528 B
  page_controller.ex 145 B
  todos_controller.ex 469 B
  router.ex 608 B
  templates
  layout
  application.html.eex 819 B
  page
  error.html.eex 21 B
  index.html.eex 873 B
  not_found.html.eex 44 B
  todos
  index.html.eex 239 B
  view.ex 466 B
  views
  error_view.ex 303 B
  layout_view.ex 49 B
  page_view.ex 47 B
  todos_view.ex 130 B
  phoenix_routes
  todo
  .gitignore 34 B
  README.md 199 B
  config
  config.exs 722 B
  dev.exs 342 B
  locales
  en.exs 21 B
  prod.exs 887 B
  test.exs 166 B
  lib
  todo
  endpoint.ex 606 B
  todo.ex 888 B
  mix.exs 602 B
  mix.lock 224 B
  priv
  static
  css
  phoenix.css 99.16 KB
  images
  phoenix.png 13.57 KB
  js
  phoenix.js 15.43 KB
  test
  test_helper.exs 13 B
  todo_test.exs 95 B
  web
  controllers
  page_controller.ex 145 B
  router.ex 592 B
  templates
  layout
  application.html.eex 819 B
  page
  error.html.eex 21 B
  index.html.eex 873 B
  not_found.html.eex 44 B
  view.ex 466 B
  views
  error_view.ex 303 B
  layout_view.ex 49 B
  page_view.ex 47 B
  phoenix_ssl
  todo
  .gitignore 34 B
  README.md 199 B
  config
  config.exs 722 B
  dev.exs 342 B
  locales
  en.exs 21 B
  prod.exs 1.06 KB
  test.exs 166 B
  lib
  todo
  access_counter.ex 457 B
  endpoint.ex 606 B
  todo.ex 925 B
  mix.exs 602 B
  mix.lock 224 B
  priv
  static
  css
  phoenix.css 99.16 KB
  images
  phoenix.png 13.57 KB
  js
  phoenix.js 15.43 KB
  test
  test_helper.exs 13 B
  todo_test.exs 95 B
  web
  controllers
  my_controller.ex 528 B
  page_controller.ex 145 B
  todos_controller.ex 469 B
  router.ex 608 B
  templates
  layout
  application.html.eex 819 B
  page
  error.html.eex 21 B
  index.html.eex 873 B
  not_found.html.eex 44 B
  todos
  index.html.eex 239 B
  view.ex 466 B
  views
  error_view.ex 303 B
  layout_view.ex 49 B
  page_view.ex 47 B
  todos_view.ex 130 B
  phoenix_views_templates
  todo
  .gitignore 34 B
  README.md 199 B
  config
  config.exs 722 B
  dev.exs 342 B
  locales
  en.exs 21 B
  prod.exs 887 B
  test.exs 166 B
  lib
  todo
  endpoint.ex 606 B
  todo.ex 888 B
  mix.exs 602 B
  mix.lock 224 B
  priv
  static
  css
  phoenix.css 99.16 KB
  images
  phoenix.png 13.57 KB
  js
  phoenix.js 15.43 KB
  test
  test_helper.exs 13 B
  todo_test.exs 95 B
  web
  controllers
  my_controller.ex 528 B
  page_controller.ex 145 B
  todos_controller.ex 353 B
  router.ex 608 B
  templates
  layout
  application.html.eex 819 B
  page
  error.html.eex 21 B
  index.html.eex 873 B
  not_found.html.eex 44 B
  todos
  index.html.eex 239 B
  view.ex 466 B
  views
  error_view.ex 303 B
  layout_view.ex 49 B
  page_view.ex 47 B
  todos_view.ex 130 B
  todo
  .gitignore 34 B
  README.md 199 B
  config
  config.exs 722 B
  dev.exs 342 B
  locales
  en.exs 21 B
  prod.exs 887 B
  test.exs 166 B
  lib
  todo
  endpoint.ex 606 B
  todo.ex 888 B
  mix.exs 602 B
  mix.lock 224 B
  priv
  static
  css
  phoenix.css 99.16 KB
  images
  phoenix.png 13.57 KB
  js
  phoenix.js 15.43 KB
  test
  test_helper.exs 13 B
  todo_test.exs 95 B
  web
  controllers
  page_controller.ex 145 B
  router.ex 461 B
  templates
  layout
  application.html.eex 819 B
  page
  error.html.eex 21 B
  index.html.eex 873 B
  not_found.html.eex 44 B
  view.ex 466 B
  views
  error_view.ex 303 B
  layout_view.ex 49 B
  page_view.ex 47 B
  Chapter 8
  os_commands
  .gitignore 34 B
  README.md 51 B
  config
  config.exs 1.01 KB
  lib
  os_commands.ex 324 B
  mix.exs 286 B
  mix.lock 44 B
  test
  os_commands_test.exs 101 B
  test_helper.exs 15 B
  phoenix_twitter_stream
  .DS_Store 6 KB
  .gitignore 34 B
  README.md 215 B
  config
  config.exs 756 B
  dev.exs 376 B
  locales
  en.exs 21 B
  prod.exs 955 B
  test.exs 200 B
  lib
  phoenix_tweeter_stream
  endpoint.ex 692 B
  tweet_streamer.ex 235 B
  phoenix_tweeter_stream.ex 951 B
  mix.exs 546 B
  mix.lock 481 B
  priv
  static
  css
  phoenix.css 99.16 KB
  images
  phoenix.png 13.57 KB
  js
  phoenix.js 15.43 KB
  test
  phoenix_tweeter_stream_test.exs 111 B
  test_helper.exs 13 B
  web
  channels
  tweets.ex 256 B
  controllers
  page_controller.ex 161 B
  router.ex 593 B
  templates
  layout
  application.html.eex 819 B
  page
  error.html.eex 21 B
  index.html.eex 610 B
  not_found.html.eex 44 B
  view.ex 498 B
  views
  error_view.ex 335 B
  layout_view.ex 81 B
  page_view.ex 79 B
  redis_and_postgresql
  .gitignore 34 B
  README.md 67 B
  config
  config.exs 153 B
  lib
  postgres
  db.ex 789 B
  message.ex 202 B
  repo.ex 342 B
  redis
  msg_pusher.ex 430 B
  subscriber.ex 1.07 KB
  redis_and_postgresql.ex 338 B
  mix.exs 451 B
  mix.lock 395 B
  priv
  repo
  migrations
  20141218091804_create_messages.exs 255 B
  test
  redis_and_postgresql_test.exs 109 B
  test_helper.exs 15 B
  __MACOSX
  7517OS_Code
  Chapter 1
  ._echoer.ex 212 B
  ._greeter.ex 212 B
  ._meminfo.ex 212 B
  config_example
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  config
  ._config.exs 212 B
  ._dev.exs 212 B
  ._prod.exs 212 B
  ._test.exs 212 B
  lib
  ._config_example.ex 212 B
  test
  ._config_example_test.exs 212 B
  ._test_helper.exs 212 B
  manage_deps
  ._.DS_Store 120 B
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  lib
  ._manage_deps.ex 212 B
  test
  ._manage_deps_test.exs 212 B
  ._test_helper.exs 212 B
  simple_app
  ._.DS_Store 120 B
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  config
  ._config.exs 212 B
  lib
  ._simple_app.ex 212 B
  test
  ._simple_app_test.exs 212 B
  ._test_helper.exs 212 B
  supervised_app
  ._.DS_Store 120 B
  ._.gitignore 212 B
  ._README.md 212 B
  config
  ._config.exs 212 B
  lib
  ._supervised_app.ex 212 B
  test
  ._supervised_app_test.exs 212 B
  ._test_helper.exs 212 B
  Chapter 2
  ._stream_file.txt 212 B
  ._transformator.ex 212 B
  get_pages
  ._.DS_Store 120 B
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  lib
  ._get_pages.ex 212 B
  test
  ._get_pages_test.exs 212 B
  ._test_helper.exs 212 B
  Chapter 3
  ._Divider.mp3 212 B
  pipe_transformation
  ._.DS_Store 120 B
  ._.gitignore 212 B
  ._README.md 212 B
  ._input_file.txt 212 B
  ._out.txt 212 B
  config
  ._config.exs 212 B
  lib
  ._pipe_transformation.ex 212 B
  test
  ._pipe_transformation_test.exs 212 B
  ._test_helper.exs 212 B
  word_frequency
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._walt_whitman.txt 212 B
  ._word_frequency.txt 212 B
  config
  ._config.exs 212 B
  lib
  ._word_frequency.ex 212 B
  test
  ._test_helper.exs 212 B
  ._word_frequency_test.exs 212 B
  Chapter 4
  ._.DS_Store 120 B
  ._defaults.ex 212 B
  ._my_script.exs 212 B
  ._patterns_and_guards.ex 212 B
  constants
  ._constants.ex 212 B
  demo
  ._.DS_Store 120 B
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  config
  ._config.exs 212 B
  lib
  demo
  ._greeter.ex 212 B
  one
  ._greeter.ex 212 B
  two
  ._greeter.ex 212 B
  test
  ._demo_test.exs 212 B
  ._test_helper.exs 212 B
  directives
  ._.DS_Store 120 B
  ._directives.ex 212 B
  ._require_me.ex 212 B
  documenting
  ._my_module.ex 212 B
  ._randomizer.ex 212 B
  randomizer
  ._.DS_Store 120 B
  ._my_module.ex 212 B
  ._randomizer.ex 212 B
  Chapter 5
  ._.DS_Store 120 B
  ._ets_store.ex 212 B
  ._messages.ex 212 B
  ._messages_with_state.ex 212 B
  ._multiple_calculations.ex 212 B
  ._phone_book.ex 212 B
  geolocation_with_tasks
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  geo_db
  ._GeoLite2-Country.mmdb 212 B
  lib
  ._geolocation_with_tasks.ex 212 B
  ._geolocator.ex 212 B
  test
  ._geolocation_with_tasks_test.exs 212 B
  ._test_helper.exs 212 B
  Chapter 6
  ._.DS_Store 120 B
  ._error_handling.ex 212 B
  creating_a_supervisor
  ._connection_tracker.ex 212 B
  ._connection_tracker_sup.ex 212 B
  minimal_server
  ._connection_tracker.ex 212 B
  otp_gen_server
  ._connection_tracker.ex 212 B
  release_me
  ._.DS_Store 120 B
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  lib
  ._release_me.ex 212 B
  release_me
  ._connection_tracker.ex 212 B
  test
  ._release_me_test.exs 212 B
  ._test_helper.exs 212 B
  Chapter 7
  ._.DS_Store 120 B
  cowboy_app
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  lib
  ._cowboy_app.ex 212 B
  test
  ._cowboy_app_test.exs 212 B
  ._test_helper.exs 212 B
  cowboy_static
  cowboy_app
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  lib
  ._cowboy_app.ex 212 B
  cowboy
  ._dispatch.ex 212 B
  ._root_page_handler.ex 212 B
  priv
  ._cc.png 212 B
  ._html.jpg?042148 212 B
  ._index.html 212 B
  ._test.html 212 B
  test
  ._cowboy_app_test.exs 212 B
  ._test_helper.exs 212 B
  cowboy_websockets
  cowboy_app
  ._.DS_Store 120 B
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  lib
  ._cowboy_app.ex 212 B
  cowboy
  ._dispatch.ex 212 B
  ._root_page_handler.ex 212 B
  ._ws_handler.ex 212 B
  ._ws_server.ex 212 B
  priv
  ._cc.png 212 B
  ._html.jpg?042148 212 B
  ._index.html 212 B
  ._test.html 212 B
  css
  ._bootstrap-theme.css 212 B
  ._bootstrap-theme.min.css 212 B
  ._bootstrap.min.css 212 B
  ._navbar.css 212 B
  fonts
  ._glyphicons-halflings-regular.eot 212 B
  ._glyphicons-halflings-regular.svg 212 B
  ._glyphicons-halflings-regular.ttf 212 B
  ._glyphicons-halflings-regular.woff 212 B
  js
  ._bootstrap.js 212 B
  ._bootstrap.min.js 212 B
  ._bullet.js 212 B
  ._index.js 212 B
  ._jquery.json-2.4.min.js 212 B
  ._jquery.min.js 212 B
  test
  ._cowboy_app_test.exs 212 B
  ._test_helper.exs 212 B
  phoenix_controller
  todo
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  ._dev.exs 212 B
  ._prod.exs 212 B
  ._test.exs 212 B
  locales
  ._en.exs 212 B
  lib
  ._todo.ex 212 B
  todo
  ._endpoint.ex 212 B
  priv
  static
  css
  ._phoenix.css 212 B
  images
  ._phoenix.png 212 B
  js
  ._phoenix.js 212 B
  test
  ._test_helper.exs 212 B
  ._todo_test.exs 212 B
  web
  ._router.ex 212 B
  ._view.ex 212 B
  controllers
  ._my_controller.ex 212 B
  ._page_controller.ex 212 B
  ._todos_controller.ex 212 B
  templates
  layout
  ._application.html.eex 212 B
  page
  ._error.html.eex 212 B
  ._index.html.eex 212 B
  ._not_found.html.eex 212 B
  views
  ._error_view.ex 212 B
  ._layout_view.ex 212 B
  ._page_view.ex 212 B
  phoenix_pub_sub
  todo
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  ._dev.exs 212 B
  ._prod.exs 212 B
  ._test.exs 212 B
  locales
  ._en.exs 212 B
  lib
  todo
  ._access_counter.ex 212 B
  ._endpoint.ex 212 B
  priv
  static
  css
  ._phoenix.css 212 B
  images
  ._phoenix.png 212 B
  js
  ._phoenix.js 212 B
  test
  ._test_helper.exs 212 B
  ._todo_test.exs 212 B
  web
  ._router.ex 212 B
  ._view.ex 212 B
  controllers
  ._my_controller.ex 212 B
  ._page_controller.ex 212 B
  ._todos_controller.ex 212 B
  templates
  layout
  ._application.html.eex 212 B
  page
  ._error.html.eex 212 B
  ._index.html.eex 212 B
  ._not_found.html.eex 212 B
  todos
  ._index.html.eex 212 B
  views
  ._error_view.ex 212 B
  ._layout_view.ex 212 B
  ._page_view.ex 212 B
  ._todos_view.ex 212 B
  phoenix_routes
  todo
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  ._dev.exs 212 B
  ._prod.exs 212 B
  ._test.exs 212 B
  locales
  ._en.exs 212 B
  lib
  ._todo.ex 212 B
  todo
  ._endpoint.ex 212 B
  priv
  static
  css
  ._phoenix.css 212 B
  images
  ._phoenix.png 212 B
  js
  ._phoenix.js 212 B
  test
  ._test_helper.exs 212 B
  ._todo_test.exs 212 B
  web
  ._router.ex 212 B
  ._view.ex 212 B
  controllers
  ._page_controller.ex 212 B
  templates
  layout
  ._application.html.eex 212 B
  page
  ._error.html.eex 212 B
  ._index.html.eex 212 B
  ._not_found.html.eex 212 B
  views
  ._error_view.ex 212 B
  ._layout_view.ex 212 B
  ._page_view.ex 212 B
  phoenix_ssl
  todo
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  ._dev.exs 212 B
  ._prod.exs 212 B
  ._test.exs 212 B
  locales
  ._en.exs 212 B
  lib
  ._todo.ex 212 B
  todo
  ._access_counter.ex 212 B
  ._endpoint.ex 212 B
  priv
  static
  css
  ._phoenix.css 212 B
  images
  ._phoenix.png 212 B
  js
  ._phoenix.js 212 B
  test
  ._test_helper.exs 212 B
  ._todo_test.exs 212 B
  web
  ._router.ex 212 B
  ._view.ex 212 B
  controllers
  ._my_controller.ex 212 B
  ._page_controller.ex 212 B
  ._todos_controller.ex 212 B
  templates
  layout
  ._application.html.eex 212 B
  page
  ._error.html.eex 212 B
  ._index.html.eex 212 B
  ._not_found.html.eex 212 B
  todos
  ._index.html.eex 212 B
  views
  ._error_view.ex 212 B
  ._layout_view.ex 212 B
  ._page_view.ex 212 B
  ._todos_view.ex 212 B
  phoenix_views_templates
  todo
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  ._dev.exs 212 B
  ._prod.exs 212 B
  ._test.exs 212 B
  locales
  ._en.exs 212 B
  lib
  ._todo.ex 212 B
  todo
  ._endpoint.ex 212 B
  priv
  static
  css
  ._phoenix.css 212 B
  images
  ._phoenix.png 212 B
  js
  ._phoenix.js 212 B
  test
  ._test_helper.exs 212 B
  ._todo_test.exs 212 B
  web
  ._router.ex 212 B
  ._view.ex 212 B
  controllers
  ._my_controller.ex 212 B
  ._page_controller.ex 212 B
  ._todos_controller.ex 212 B
  templates
  layout
  ._application.html.eex 212 B
  page
  ._error.html.eex 212 B
  ._index.html.eex 212 B
  ._not_found.html.eex 212 B
  todos
  ._index.html.eex 212 B
  views
  ._error_view.ex 212 B
  ._layout_view.ex 212 B
  ._page_view.ex 212 B
  ._todos_view.ex 212 B
  todo
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  ._dev.exs 212 B
  ._prod.exs 212 B
  ._test.exs 212 B
  locales
  ._en.exs 212 B
  lib
  ._todo.ex 212 B
  todo
  ._endpoint.ex 212 B
  priv
  static
  css
  ._phoenix.css 212 B
  images
  ._phoenix.png 212 B
  js
  ._phoenix.js 212 B
  test
  ._test_helper.exs 212 B
  ._todo_test.exs 212 B
  web
  ._router.ex 212 B
  ._view.ex 212 B
  controllers
  ._page_controller.ex 212 B
  templates
  layout
  ._application.html.eex 212 B
  page
  ._error.html.eex 212 B
  ._index.html.eex 212 B
  ._not_found.html.eex 212 B
  views
  ._error_view.ex 212 B
  ._layout_view.ex 212 B
  ._page_view.ex 212 B
  Chapter 8
  os_commands
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  lib
  ._os_commands.ex 212 B
  test
  ._os_commands_test.exs 212 B
  ._test_helper.exs 212 B
  phoenix_twitter_stream
  ._.DS_Store 120 B
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  ._dev.exs 212 B
  ._prod.exs 212 B
  ._test.exs 212 B
  locales
  ._en.exs 212 B
  lib
  ._phoenix_tweeter_stream.ex 212 B
  phoenix_tweeter_stream
  ._endpoint.ex 212 B
  ._tweet_streamer.ex 212 B
  priv
  static
  css
  ._phoenix.css 212 B
  images
  ._phoenix.png 212 B
  js
  ._phoenix.js 212 B
  test
  ._phoenix_tweeter_stream_test.exs 212 B
  ._test_helper.exs 212 B
  web
  ._router.ex 212 B
  ._view.ex 212 B
  channels
  ._tweets.ex 212 B
  controllers
  ._page_controller.ex 212 B
  templates
  layout
  ._application.html.eex 212 B
  page
  ._error.html.eex 212 B
  ._index.html.eex 212 B
  ._not_found.html.eex 212 B
  views
  ._error_view.ex 212 B
  ._layout_view.ex 212 B
  ._page_view.ex 212 B
  redis_and_postgresql
  ._.gitignore 212 B
  ._README.md 212 B
  ._mix.exs 212 B
  ._mix.lock 212 B
  config
  ._config.exs 212 B
  lib
  ._redis_and_postgresql.ex 212 B
  postgres
  ._db.ex 212 B
  ._message.ex 212 B
  redis
  ._msg_pusher.ex 212 B
  ._subscriber.ex 212 B
  priv
  repo
  migrations
  ._20141218091804_create_messages.exs 212 B
  test
  ._redis_and_postgresql_test.exs 212 B
  ._test_helper.exs 212 B
  Paulo A Pereira - Elixir Cookbook - 2015.epub 5.64 MB
  Paulo A Pereira - Elixir Cookbook - 2015.pdf 3.54 MB

Description


Книги и журналы » Компьютерная литература » Программирование (книги)

Elixir Cookbook

Год: 2015
Автор: Paulo A Pereira
Издательство: Packt Publishing
ISBN: 978-1-78439-348-9
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 236
Описание:

This book is a set of recipes grouped by topic that acts as a good reference to get ideas from or to quickly search for a solution to a problem. You will begin by launching an IEx session and using it to test some ideas. Next, you will perform various operations like loading and compiling modules, inspecting your system, generating a supervised app, and so on. Furthermore, you will be introduced to immutability, working with data structures, performing pattern matching, and using stream modules to generate infinite data sequences. You will learn about everything from joining strings to determining the word frequency in text. With respect to modules and functions, you will also discover how to load code from other modules and use guards and pattern matching in functions.
[spoiler="Примеры страниц"]

[/spoiler]
[spoiler="Оглавление"]
Preface
Chapter 1: Command Line

Introduction
Using the terminal to prototype and test ideas
Loading and compiling modules
Getting help and accessing documentation within IEx
Using Erlang from Elixir
Inspecting your system in IEx
Inspecting your system with Observer
Creating a simple application
Managing dependencies
Generating a supervised application
Generating umbrella applications
Managing application confiuration
Creating custom Mix tasks
Chapter 2: Data Types and Structures
Understanding immutability
Adding and subtracting lists
Combining tuples into a list
Creating and manipulating keyword lists
Using pattern matching
Pattern matching an HTTPoison response
Creating a key/value store with a map
Mapping and reducing enumerables
Generating lazy (even infiite) sequences
Streaming a fie as a resource
Chapter 3: Strings and Binaries
Introduction
Joining strings
Splitting strings
Replacing string codepoints with patterns
Slicing strings with ranges
Using regular expressions
Combining operations with the |> operator
Creating a word list
Determining the word frequency in a text
Reading and writing metadata from MP3 fies
Chapter 4: Modules and Functions
Introduction
Namespacing modules
Using module attributes as constants
Enforcing behaviors
Documenting modules
Using module directives
Using a module in the scripted mode
Defiing functions with default arguments
Using guard clauses and pattern matching in function defiitions
Chapter 5: Processes and Nodes
Introduction
Sending messages between processes
Making code run on all available CPUs
Using tasks to perform multiple concurrent computations
Creating a stateful server process (messages with counters)
Using agents as an abstraction around states
Using an ETS table to share the state
Creating named nodes
Connecting nodes
Executing code in a different node
Chapter 6: OTP – Open Telecom Platform
Introduction
Implementing a GenServer
Expanding our server
Creating a supervisor
Using Observer to inspect supervisors and processes
Handling errors and managing exceptions
Packaging and releasing an OTP application
Deploying applications and updating a running system
Chapter 7: Cowboy and Phoenix
Introduction
Setting up Cowboy
Serving static fies
Implementing a websocket handler
Creating a Phoenix application
Defiing routes
Creating a controller
Creating views and templates
Implementing topics
Protecting the Phoenix app with SSL
Chapter 8: Interactions
Introduction
Using Redis and Postgres
Using OS commands from within Elixir
Getting Twitter data
Appendix: Installation and Further Reading
Installing Elixir
Installing PostgreSQL
Installing Redis
Some useful links
Index
[/spoiler]
20.01.2016 Добавлен EPUB, его любезно предоставил пользователь под ником: Наташка Васильева

Related Torrents

torrent name size uploader age seed leech
0
2
0
0
0