RSS

Recent news

Dart - A simple web framework

Torbjorn Tornkvist - tobbe - August 13, 2008

Just before summer I uploaded a little application to erlware.org named dart. As an example, I can now generate a simple web-app for doing visitor registration in our reception. Dart make use of the ewgi interface which makes it possible to plugin other SW that…

More (0 comments)

Ruby and Erlang can play nice together

Erlang Inside - Chad DePue - August 07, 2008

InfoQ has a good article on Ruby and Erlang interaction. EngineYard, the most visible and successful rails-focused host, is using erlang in Vertebra, their cloud computing platform. Which, as we’ll cover in a separate post, is an incredibly powerful statement for the growing place for…

More (0 comments)

preventing muc-room-title mangling in ejabberd

ESL Developer Blog - August 05, 2008

ejabberd seems to think it is a good idea to put the number of room-members into the title, this will result in something like this: My funky chatroom (5711) This is quite nasty when you try to do something with that string, you either have…

More (0 comments)

ejabberd 2.0.2-beta1 - source code package for beta testing

ejabberd Community Site - badlop - August 01, 2008

Announcement of ejabberd 2.0.2-beta1 After several months of fixing bugs in ejabberd 2.0.x, a new maintenance release is planned for the end of this month. Until then, we still have time to beta test the ejabberd source code.  For this purpose ejabberd 2.0.2-beta1 is released.…

More (0 comments)

OSCON 2008

Jan Lehnardt - jan@apache.org (Jan) - July 31, 2008

What a week! First off, here are the slides from my talk “CouchDB at 10,000ft”. Thanks to everyone who showed up and a double thanks for the eight of you who rated my session so far. More special props to the ones with constructive criticism.…

More (0 comments)

SVN issues

Eclipse Erlang IDE - vladdu@users.sourceforge.net (Vlad Dumitrescu) - July 31, 2008

Since SourceForge has issues with SVN at the moment, we replicated the repository to https://tools.assembla.com/svn/adRvL6yMKr24I9aaeP0Qfcbest regards,Vlad (0 comments)

More (0 comments)

Erlang in Practice - Screencasts with Kevin Smith

Best of Erlang - noreply@blogger.com (Dein Bär) - July 30, 2008

Pragmatic has renamed Kevin’s screencast series to “Erlang in Practice”.So far there have been six episodes:Episode 1: Sending and Receiving Chat Messages ($5.00, 30 mins)Episode 2: Messaging Clients By Nickname ($5.00, 29 mins)Episode 3: Distributing Clients In A Multi-node Environment ($5.00, 31 mins)Episode 4: Storing…

More (0 comments)

Call to translators for ejabberd 2.0.2

ejabberd Community Site - badlop - July 29, 2008

ejabberd 2.0.2 is planned to release soon. It will contain mostly bugfixes. A few of the changes since the previous version added new strings that can be translated to the 23 languages people have translated ejabberd. I tried to contact previous translators, but there are…

More (0 comments)

Mochiweb to Scalaris example

Dave Bryson - daveb - July 27, 2008

I’ve created a simple HTTP interface with MochiWeb that allows you to read and write key/Value pairs to Scalaris. The REST “like” interface is very simple: To write, send a request to: “http://localhost:8002/scalaris/write” with the parameters key=”your_key”, value=”your_value” To read, “http://localhost:8002/scalaris/read” with the parameters key=”your_key”…

More (0 comments)

How Scalaris stores your data

Dave Bryson - daveb - July 27, 2008

After installing Scalaris, running a few nodes, and playing with the API, I wanted to figure out how it actually stores the data. Using this diagram: supervisor.pdf I tracked down the source in the file cs_db_otp.erl ( the db was the obvious clue). The database…

More (0 comments)

« First  <  986 987 988 989 990 >  Last »