I would like to write a function which convert the \"no visible ASCII code\" in visible string example:
I\'ve taken the certificate and key from the PEM file and decoded the base64 to binary and put them into Cert and Key.
I am new to Erlang. If I do this H = fun(X) -> X*X. Then it is fine. But if I move that function开发者_StackOverflow to a module, it says \"Illegal Expression\". For example this
I would like to do high level testing of my mochiweb app, like it is possible to do in Python with WebTest, in Django with the test client and in Ruby on Rails with functional or integration testing.
I have realised that mnesia doesnot support auto-increment feature as does MySQL or other RDBMS do.The counters talked about in mnesia documentation are not really well explained. forexam开发者_高级运
I have installed ejabberd on my HP pavilion (Entertainment开发者_JAVA百科 laptop running windows 7), during the installation i was prompted to enter the server domain. Since i wanted to experiment on
Is there something like virtual environment or sandboxing for Erlang applications? Is it possible to share nodes between many applications owners knowing that nobody can break another ap开发者_Go百科p
How to test开发者_Go百科 if a string is composed only of digits ?One way is to convert it to an integer and if that fails then you\'ll know it\'s not an integer.
I have this requirement to use a docu开发者_如何学Goment store for one of the applications. I am assuming scalaris and couchdb are comparable as document stores. Do you have any experiences to share o
I have looked through the Mnesia documentation and the 3 popular Erlang books. It seems only single column primary and secondary indexes can be created and used. Or maybe it is just what the examples