Click here to Skip to main content
15,891,837 members
Everything / Programming Languages / Erlang

Erlang

Erlang

Great Reads

by Dave Ceddia
Immutability can be a confusing topic, and it pops up all over the place in React, Redux, and JavaScript in general.
by Eugene Rudenko
How to handle websocket connection in Erlang app
by Ashwin. Shetty
Scaling application Horizontally using Message queue
by Сергей Челноков
How to write your Notepad

Latest Articles

by Сергей Челноков
How to write your Notepad
by Dave Ceddia
Immutability can be a confusing topic, and it pops up all over the place in React, Redux, and JavaScript in general.
by Eugene Rudenko
How to handle websocket connection in Erlang app
by Eugene Rudenko
How to handle load balancing of websocket connections.

All Articles

Sort by Score

Erlang 

17 Sep 2018 by Dave Ceddia
Immutability can be a confusing topic, and it pops up all over the place in React, Redux, and JavaScript in general.
25 Nov 2020 by OriginalGriff
You're running late - the rest of your class was trying to get us to do this homework last week ... But I'll tell you what we told them: Quote: We are more than willing to help those that are stuck: but that doesn't mean that we are here to do it...
10 Mar 2015 by Member 10201163
i want to run the erlang command from java code.i already did the coding but the problem is i am unable to run code in terminal.the command for running erlang i.e "erl" doesnot get started.code:public class erlcmd { public static void main(String[] args) throws Exception{ ...
10 Mar 2015 by Richard MacCutchan
Your call to exec is only sending the first element of the array: the command name without the parameters. It should be:Process proc = Runtime.getRuntime().exec(command);as described at http://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html#exec(java.lang.String[])[^].
26 Aug 2015 by Patrice T
Ask around you if someone know a programmer/coder.You shouldn't have to ask such question.Even if you don't find the one you need, you will find someone that know where and how to ask.
23 Sep 2016 by Eugene Rudenko
How to handle websocket connection in Erlang app
29 Oct 2016 by OriginalGriff
Find a tattoo site and ask there.This is a software development site and we are not body modification experts.Or talk to the tattooist / your doctor / emergency medical people.
20 Feb 2018 by bjay tiamsic
I am not sure if my title is okay, I am new to Elixir and Phoenix framework. When I say new, I meant new, like I just started reading for only a week. I have a database and tables already populated in PostgreSQL and I need to return and display result of query in HTML page named index.html ...
3 Jun 2018 by OriginalGriff
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action. Try it yourself, you may find it is...
25 Nov 2020 by Patrice T
Posting your homework is not a question. You show no attempt to solve the problem yourself, you have no question, your main effort is pasting the requirement, you just want us to do your HomeWork. HomeWork problems are simplified versions of the...
29 Oct 2015 by Ashwin. Shetty
Scaling application Horizontally using Message queue
9 Nov 2018 by Сергей Челноков
1 Aug 2016 by Eugene Rudenko
How to handle load balancing of websocket connections.