RSS

Recent news

Pastebin design - Mnesia tables

Orbitz - orbitz - May 07, 2006

I have started to design the tables for this.  The main goal is simple: make it easily extendable.  That is to say I want to make it so I can easily develope it incrementally and add things to it that I didn’t think of before. …

More (0 comments)

Erlang Pastebin

Orbitz - orbitz - May 04, 2006

I have always wanted to make a pastebin for some reason.  When I first started looking at nevow, I wanted to make one in that however mg beat me to it (and made a kickass one at that).  So now I have been looking at…

More (15 comments)

Handling X-Forwarded-For in Yaws

Chris Double - bluishcoder - April 25, 2006

More (2 comments)

Yaws 1.58 true_nozip bug

Orbitz - orbitz - April 04, 2006

Yaws 1.58 has a bit of a bug.  If you specify dir_listings = true_nozip, it poops out.  This is because the if condition is written to only handle the situation where it is true or false.Here is my little bug fix, the problem file is…

More (0 comments)

Fun with processes (Updated)

Orbitz - orbitz - March 31, 2006

I really need to go through all of my Erlang documentation so people like petekaz can stop making me feel small.I had an issue with some poor Erlang code I was running where it performed a file:open but not the appropriate file:close.  Not wanting to…

More (3 comments)

Oort

Orbitz - orbitz - March 24, 2006

Well it was pretty painful but I ripped out most of my terrible code and replaced it with pretty gen_server’s and the likes.  The code is still in a state of flux and needs to be polished a bit more, but it’s a good start. …

More (0 comments)

Erlang SMP Benchmarks

Chris Double - bluishcoder - March 09, 2006

More (0 comments)

MEUG

Orbitz - orbitz - March 06, 2006

MEUG is Massachusetts Erlang User Group.For some reason, there seem to be a lot of Erlang users in MA.  I would like to get us all together semi-regularly.  We can enjoy some good food, some drinks, and talk about Erlang, or whatever else comes up.…

More (1 comments)

Erlang SMP support

Chris Double - bluishcoder - March 03, 2006

More (0 comments)

ETS is handy

Dev Corner - Ernie Makris - February 21, 2006

The other day I wanted to create a counter that is shared amongst many clients that were connecting to a server. I wanted to assign a unique id to each, so I quickly listed how I would do this in erlang. These are: Create a…

More (0 comments)

« First  <  995 996 997 998 999 >  Last »