Sponsor us and add your link here. Help this open-source site — with open traffic stats — stay alive.
Notesclub

explay

docs/discovery.livemd

explay

Enum reject

[12, 3, 3, 5, 6] |> Enum.reject(fn n -> rem(n, 2) == 0 end)

Strings

:observer.start()
:observer.stop()