Paulo A Pereira - Elixir Cookbook - 2015 - TorrentBank

File Name:Paulo A Pereira - Elixir Cookbook - 2015

Create Tool:

Create Time:1970-01-01 08:00:00

File Size:19.70 MB

File Count:798

File Hash:114673e651c3bae3cb872aef40ee044fc31e448d

Magnet Link:

Magnet Link:

Torrent File:

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

TorrentBank
Copyright © 2024