Ok now I think Im getting warmer, I have to pattern match whatever comes in. So if I had say Message = = [[<<>>],
Hi this is my first post here hope you all are well.So Im just starting erlang and I ran into a problem im not sure how to tackle yet.
Closed. This question does not meet Stack Overflow guidelines. It is not currently acceptin开发者_C百科g answers.
There is开发者_运维百科 this index function in \"Erlang Programming\": index(0, [X|_]) -> X;
I am using Erlang for driving robot. I am reading sensor values in C program and want to send these sensor values(multiple sensor values) to Erlang programwhere I can perform computa开发者_StackOver
A faithful implementation of the actor message-passing semantics means that message contents are deep-copied from a logical point-of-view, even for immutable types. Deep-copying of message contents re
I have a erlang string which may contain characters like & \" < and so on: 1> Unenc = \"string & \\\"stuff\\\" <\".
I will probably use javascript to develop an online board/card game. My approach will be to have a client that will be able to work in standalone mode, so it must enforce rules. That means for example
I\'m digging into ejabberd but I can\'t find a way to inspect its Mnesia tables. Is there something like the开发者_Go百科 MySQL shell to inspect tables?You may use the Table Visualizer, in module tv.
I\'m trying to get the mean length of fasta sequences using Erlang. A fasta file looks like this >title1