I am building a native Bonjour / Zeroconf library and need to build DNS query records to broadcast off to the other machines. I have tried looking thru the Erlang source code but as I am relatively ne
Does anyone want to share their erlang vim settings? It seems I can\'t make it work at all and the worst part is that it doesn\'t auto-indent automatically.
I have gotten a good start on my program, my first REAL Erlang program. I have it listening for messages, reading them and parsing them. I also have it sending them.
Where I can find current example of configuration and using Distel with Emacs 23 (on Mac Snow Leaoprd). I have problem with debugging (interpret mode), I cant mark brakepoint.
Bot开发者_Go百科h EWGI and Webmachine provide abstractions of HTTP in Erlang. I would like to know what the key conceptual differences are in their approach?EWGI provides an abstract place for HTTP mi
Does anyone know how to enable active instead of passive sockets in a Mochiweb application. Specifically, I am trying to adapt http://www.metabrew.com/article/a-mil开发者_Go百科lion-user-comet-applica
W开发者_如何学运维hat module or library do you use to generate universally unique identifier (UUID)?For future googlers like myself, erlang-uuid from avtobiff works very simply.from http://github.com/
I\'d need an Erlang implementation of the OpenId protocol. I found the following, but it seems to be a project on开发者_StackOverflow社区 its early stage.
I\'ve been playing around with the splitting of atoms and have a problem with strings. The input data will always be an atom that consists of some letters and then some numbers, for instance ms444, r6
When should I use process-wide dictionary and when should my process state be in the parameters of the loop function?