Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in erlang

Make a process sleep for a random time - Erlang

erlang

How do I get request body in phoenix?

Value of binary changing after NIF calls Erlang

communicating between http handler and websocket handler in Cowboy

websocket erlang cowboy

How can I build an Elixir escript that does not halt the Erlang VM after execution (like elixir --no-halt)

Elixir exrm release crashes on eredis start_link

erlang elixir exrm

Erlang: Returning a function from a function

erlang

Erlang and Elixir's colorful REPL shells

erlang elixir erlang-shell

Is there a way to check if a string is alphanumeric in erlang

string erlang alphanumeric

What's the difference in functionality between these two blocks of code?

erlang

Pattern matching key in Erlang maps

Joining literal text to a variable (string concatenation) in Erlang

erlang

Is it possible to cancel a message while it's being sent?

erlang

Where can I get the latest specification of Erlang BEAM VM?

How to start an iex session with cookie and erl options

How to test handle_cast in a GenServer properly?

How to concat two utf8 string in erlang?

unicode utf-8 erlang

Does erlang have a hidden rownum on a list?

erlang

How to do AES-256-ECB encryption in Elixir?

cryptography erlang elixir

How to load an Erlang module within a Elixir/mix project?

erlang elixir