[12, 3, 3, 5, 6] |> Enum.reject(fn n -> rem(n, 2) == 0 end)
:observer.start()
:observer.stop()
Pokemon API
pokemon_api.livemd
2023-3-21
Chapter 4: Hyperspace!
multiple_regression.livemd
2023-3-14
ReqGA demonstration
req_ga_demo.livemd
2024-4-21
Phone Parsing
deprecated_phone_parsing.livemd
2023-1-23
Non-Enumerables
non_enumerables.livemd
Elixir downloading files
downloader.livemd
2024-2-28
Matrix multiplication on GPU - XLA
01g_matmul_EXLA_gpu.livemd
2022-11-3