I need to create for my blog in PHP, a chat like facebook-chat in erlang.开发者_开发技巧 But I don\'t know how to share the username+password between APACHE and Ejabberd.
I want to know if a list contains any value more than once. Here\'s what I have. has_dupes(List) ->
I think Erlang-style concurrency is the answer to exponential growth of core count.You can kind of fake it with other main stream languages.But the solutions always leave me wanting.I am not willing t
I have a file mkList.txt (but my mkList, have 100 lists with 100 numbers) [[22,4,55,7..],[77,3,66,23..],[44,56,23,90..]...]
Godd Morning, I am trying to perform a check sum on the following function Data = [<<\"9\">>,\"81\",
Is there a way t开发者_运维百科o get a registered name if you have a PID?I\'m assuming you want this for some kind of debugging/introspection purpose and not for general use in your code:
I am using a function to create a list from a float. float_to_list(0.02). It returns: \"2.00000000000000000000e-002\"
What\'s the best way to开发者_StackOverflow社区 integrate Erlang and python? We need to call python functions in Erlang and call Erlang functions in python. At this moment we are trying to use SOAP as
I\'m trying to write a simple server that talks to clients via tcp. I have it sending messages around just fine, but now I want it to interpret the messages as Erlang data types. For example, pretend
I have python\'s based soap server and tried to call it functions using erlang (yaws_soap_lib based) soap client: