Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in erlang

Why does Erlang generate the same sequence of random number if applying the same seed?

erlang

ejabberd: Memory difference between erlang and Linux process

implement Comet with erlang and use it for PHP application

php python erlang comet twisted

Intercept login/logout ejabberd

erlang ejabberd

Erlang: Why Dialyzer does not notice this error?

Reliable way to convert javascript timestamp into a date tuple

javascript date erlang

Ensuring an event is handled while switching gen_event handlers in Erlang/OTP

events erlang erlang-otp

How do you support per-page sidebar content in Zotonic?

Erlang: How to make a loop?

erlang

Is it guaranteed that mnesia event listeners will get each state of a record, if it changes fast?

erlang mnesia

How to effectively store a large set of permutations?

What is the best way, to traverse and update all elements in an Erlang ETS table?

erlang updates traversal ets

Why should I monitor processes and not just link and trap exits?

erlang

How to make rebar/reltool respect subdirs in ebin when making release?

erlang erlang-otp rebar

Why this erlang prog with type signature can compile?

erlang elixir

Why in Erlang do i need to specify `-module` if it is equal to filename?

Removing trailing ok from io:format in Erlang

erlang erlang-shell

Elixir rename and wrap Erlang module?

module erlang elixir

Erlang: How to transform a decimale into a Hex string filled with zeros

formatting io erlang

About Erlang function, especially the function's identifier

erlang