[12, 3, 3, 5, 6] |> Enum.reject(fn n -> rem(n, 2) == 0 end)
:observer.start()
:observer.stop()
Learn to See
learn-to-see.livemd
2024-3-17
OTP Approach: Single GenServer with Simple Batchin...
otp_single.livemd
2025-9-27
chapter05-1
chapter05-1.livemd
2024-11-13
Bringing Elixir to life
04-elixir-conf.livemd
2023-4-24
Magic Image: Alpha Channel
magic_image.livemd
2023-6-1
Chapter 6: Fine-tuning for classification
ch6.livemd
2024-11-26
Image Classification Server B
Image_classification_server_b.livemd
2023-6-26