I need simple erlang mail server example. I find erlmail, but i don\'t find how to setting it. Where can i find开发者_运维问答 it?
I have code to find a specific occurance of text in a file and give me an offset so I know where this occurance end. Now I want to read the file from that offset to the end of the file. The file conta
How can I do this in haske开发者_运维百科ll? equal(S,S) -> true; equal(S1, S2) -> {differ, S1, S2}.
Hi I am trying to change an individual item in a listCtrl in erlang. I initialize listCtrl then I goto set the item as follows:
Is there a simple way to get a list of all currently waiting ti开发者_开发知识库mers started with erlang:send_after, erlang:apply_after, etc. in Erlang?For debugging purposes you can use dbg :).
I\'m trying to come up with a dictionary-like data structure that I can use in Erlang. The goal is to guarantee that all the values, as well as the keys, are unique. I can do it with explicit consiste
How Does a TCP client receive binary data it requests from a TCP server? If the server sends开发者_开发问答 the requested data (some binary data at a certain position offile) how is this received and
I\'ve read several comments here and elsewhere suggesting that Erlang\'s process dictionary was a bad idea and should die. Normally, as a total Erlang newbie, I\'d just avoid it. However, in this situ
My last question leads me to this one: wxTextCtrl:setValue( TcGrossProfit, io_lib:format(\"~.2f\",[NewGrossProfit])),
I have the following init method in a gen_fsm callback module (my_fsm): init(Args) when length(Args) =:= 2 ->