Community Page
- 20bits.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- The people go outside?
- to bold write just *text* wullah
- forgot (^^^) the shark
- Hi Jesse, I just came across your site while I was searching for more details on the influence function. You have mentioned that "calculating the influence function exactly is NP-hard" -...
- The Erlang documentation covers its approach to in-place code upgrades here: http://erlang.org/doc/design_principles/part_frame.html . In particular, see the sections "Releases" and...
1 year ago
1 year ago
Glad to be of service. There's a real lack of information about Erlang on the web outside of the official documentation.
1 year ago
What? Who so-called them that? None of those were even modern when they were designed, let alone now.
6 months ago
1 year ago
A truly devastating argument. ;)
1 year ago
I did a similar thing learning about the gen_server and gen_tcp modules except I thought I would re-implement the finger daemon. I got all the way through the network and server code and finally discovered that Erlang doesn't have an interface to all the POSIX user and group functions so no getpwnam().
1 year ago
1 year ago
http://www.erlang.org/doc/man/crypto.html#info-0
and kreditor
10 months ago
Where did you find out about the "binary" option to inet:setopts/2 ? I can't find anything about it in the official documentation. I figured out by experimenting that the default type for recv seems to be string, and the binary option switches to binary, but I'm curious about other possibilities too.
9 months ago
It's somewhere in the docs, which are admittedly terrible. Sorry I can't be of more help.