
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, 2006Yaws 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, 2006I 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, 2006Well 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, 2006MEUG 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, 2006The 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)
Erlang on Twitter
» darachennis (darachennis): RT @JackassFanboy: Jackass Alert - Programming language jackass-of-the-week re-invents Erlang history. http://bit.ly/9Q8yQg #erlang:... http://bit.ly/dbZGfD
» JackassFanboy (Jackass Fanboy): Jackass Alert - Programming language jackass-of-the-week re-invents Erlang history. http://bit.ly/9Q8yQg #erlang:... http://bit.ly/dbZGfD
» grempe (Glenn Rempe): Programming language jackass-of-the-week re-invents Erlang history. http://bit.ly/9Q8yQg #erlang
» aberfoyle (aberfoyle): RT @FrancescoC: How did #Scala influence #Erlang? http://bit.ly/cR5YrD Too funny! -> the comments are even better :)
» fprogblogs (ФП-Блоги): notacodemonkey пишет: Erlang/OTP / Ускоряем работу Erlang системы без замедления разработки http://bit.ly/9dXcjo
» fprogblogs (ФП-Блоги): zabivator пишет: Erlang + cygwin => troubles http://bit.ly/b9qPNl
» fprogblogs (ФП-Блоги): zabivator пишет: Erlang + crypto module http://bit.ly/bgGsso
» fprogblogs (ФП-Блоги): Dmitry Vasiliev пишет: Продолжаем знакомится с Erlang - новая статья http://bit.ly/answzX
» fprogblogs (ФП-Блоги): zabivator пишет: Erlang + mochiweb + erlang_rfc4627 http://bit.ly/d3jY5M
» fprogblogs (ФП-Блоги): Dmitry Vasiliev пишет: Пишем первые модули на Erlang http://bit.ly/a1Gtqz
Statistics
Number of aggregated posts: 9908
Number of comments: 379
Most recent article: March 07, 2010
Latest comments
» Jeff Martens on It Made Sense in 1978: I agree that word size is machine specific, but it becomes language-specific once it’s in a language definition. In Java an …
» Adley on XP Day Suisse 2009: What a great post. What an inspiration for everyone who is asking ‘Where is all this stuff I’ve asked for?’ and …
» Adley Fair on CouchDB Load Balancing and Replication using HAProxy.: You’re really thankful for this post, I’ve been really enjoying checking up your posts from time to time. Looking forward to …