
Recent news
Erlang on the Web
Dave Bryson - daveb - July 22, 2009If you’re thinking about using Erlang for your next web application, here’s an IEEE Internet Computing article I co-authored with Steve Vinoski that’ll help get you started: “Web developers find that the Erlang programming language originally conceived more than 20 years ago for building long-running,…
More (2 comments)
rinterface: a pure Ruby client to talk to Erlang
Dave Bryson - daveb - May 21, 2009After digging through the jinterface code for the past couple of evenings I finally have a working Ruby client that can make RPC calls to an Erlang node. Although the code is a bit rough right now, it works. I’m hoping to evolve it into…
More (1 comments)
Getting started with BeepBeep
Dave Bryson - daveb - May 14, 2009I’ve finally had a little time to work on BeepBeep. With this time, I’ve updated some of the docs included with source code, updated the Blog demo app to the latest code base, and moved the demo app into the code base versus a separate…
More (0 comments)
Connecting to Erlang’s epmd from Ruby
Dave Bryson - daveb - April 24, 2009Lately I’ve been experimenting with creating a pure Ruby library to communicate with Erlang nodes similar to the capabilities offered by the jinterface included with Erlang. Using a combination of the Java source code for jinterface and the documention, I’ve had moderate success getting my…
More (2 comments)
BeepBeep obligatory blog demo
Dave Bryson - daveb - December 12, 2008This code shows how to build a simple application with BeepBeep. It demonstrates a simple application flow and the use of filters for authentication. Download it here: Blog Demo It’s completely standalone, so all you need is Erlang and some curiousity. Setup - Download the…
More (0 comments)
BeepBeep: A Rails like framework for Mochiweb
Dave Bryson - daveb - December 12, 2008BeepBeep is a simple web application framework for Erlang inspired by Rails and Merb. It follows the principle of convention over configuration - meaning if you follow the code structure layout and a few rules when building your app, it’ll require no extra work on…
More (1 comments)
Erlang init.d script in Ubuntu
Dave Bryson - daveb - November 25, 2008Problem You’ve created an init.d script for your Erlang application. When logged in the script works and starts the app, however it’s not working on boot. Solution Make sure /usr/local/bin/ is recognized in the profile export HOME in you init.d script that points to the directory with your erlang cookie
More (0 comments)
VMWare Ubuntu copy can’t find network
Dave Bryson - daveb - November 25, 2008Problem You created an Ubuntu VMWare appliance and copied to another location. When booting up the copy the network interfaces are not recognized. Well really you only get the local interface. Solution The problem is the mac address is different than the one in the…
More (0 comments)
Create a signature of your data with Erlang
Dave Bryson - daveb - October 27, 2008-module(signit.erl). -export(start/0,sha_sign/0). start() -> application:start(crypto). %% Sign the data using SHA. %% This will return a 20 byte key for the data sha_sign(Data) -> Sha_data = crypto:sha(Data), Sha_list = binary_to_list(Sha_data), lists:flatten(list_to_hex(Sha_list)). %% Crypto doesn't have a hexdigest method. I found the code below %% here…
More (0 comments)
Mochiweb to Scalaris example
Dave Bryson - daveb - July 27, 2008I’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)
Erlang on Twitter
» StepanKuzmin (Stepan Kuzmin): Crash course in Erlang http://t.co/1XWnkQtv via @prismatic
» mellyameel (desyifa kamelia): hastaga mata uangan sekali lu @doni_erlang :(
» doni_erlang (Dony Erlangga): Wani piro met ?RT @mellyameel: pelit bgt deh @doni_erlang
» klickmich (Martin Rehfeld): @hukl It feels apropriate to pick up more solid functional programming background. No worries, we’ll stick with Erlang ;-)
» TigerHasse (Hans Sterby): Bryan Hunter and OJ Reeves Program in Erlang. http://t.co/gUFUkaZa #erlang #dotnetrocks
» mellyameel (desyifa kamelia): pelit bgt deh @doni_erlang
» doni_erlang (Dony Erlangga): MALAS :p haha RT @mellyameel: fotoin gue please @doni_erlang @lisamariyani @SyaftoWibowo @ekrii :D
» Expatclic (Expatclic ): Programmatori Erlang cercasi per lavoro a Sofia, Berlino o Budapest. Contattaci per maggiori info: contact@expatclic.com
» bagus_erlang (bagus): Zzzzz..
» mellyameel (desyifa kamelia): fotoin gue please @doni_erlang @lisamariyani @SyaftoWibowo @ekrii :D
Statistics
Number of aggregated posts: 10504
Number of comments: 2145
Most recent article: May 21, 2012
Latest comments
» sunshine on We Who Value Simplicity Have Built Incomprehensible Machines: How to Get Free Credit Scores Having good credit is imperative in today’s world. There are so many things you…
» cheap stickers printings on A Forgotten Principle of Compiler Design: I really like your way of expressing the opinions and sharing the information. It is good to move as chance…
» jamesmathew on This is Why You Spent All that Time Learning to Program: This could be a good achievement for the small area to have a personal news channel and could really help…