RSS

Recent news

Handling X-Forwarded-For in Yaws

Chris Double - bluishcoder - April 25, 2006

More (0 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 (0 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 (1 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 (0 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)

Jaws Erlang Web Framework

Chris Double - bluishcoder - February 20, 2006

More (0 comments)

Concurrency

Chris Double - bluishcoder - February 14, 2006

More (0 comments)

« First  <  987 988 989 990 991 >