Welcome to the official wikipage of Tidier, an automatic refactoring tool for Erlang! First time users please take some time to read the following important notice and disclaimer before you start using tidier Go directly to Tidier's web inter... 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
翻訳について¶ このドキュメントは、Learn you some Erlang for great good! (http://learnyousomeerlang.com/) を著者の許可の下、日本語訳したものです。ドキュメントのランセンスはCreative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported、ソー... 続きを読む
Learn you some Erlang for great good! An Erlang tutorial for beginners and others too.Oh Hello! Welcome to my guide to Erlang! This guide is intended to be read by beginners, but if you're average or somewhat advanced you can probably learn a... 続きを読む
EWGI, an Erlang webserver interface specification EWGI (pronounced you-ghee) is a specification designed to allow web applications written in Erlang to run on any supported server. It also makes developing web applications simpler and more fl... 続きを読む
Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content webapplications. Two separate modes of operations are supported. Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode... 続きを読む
erlang, p2pソースコードはこちらgist: 131918 - GitHub 特徴・Erlangによる完全なSkip Graphの実装 ・複数マシンを利用してスケールアウト可能・boot/4関数内のLevel_Maxの値を大きくすることにより、Levelの階層を増やすことができる => スケール... 続きを読む
charles ying’s blog about art, music, and the art of technology Well after being under NDA for so long, I’m glad to be able to say that Amazon SimpleDB has gone into limited beta. Congratulations to everyone on the SDS / SimpleDB team; thei... 続きを読む
Seth Falcon blogs about programming, technology, and life in Seattle I had a chance to play with CouchDB last week and carry out a few performance related experiments. The installation and initial configuration went surprisingly smoothly cons... 続きを読む
Apache,CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API.Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a REST... 続きを読む
1: using System.Collections.Generic; 2: using ThreadIterators; 3: 4: static public class RingBenchmark 5: { 6: static IEnumerable<Event> 7: ForwardMessage(Mailbox<int> inbox, 8: Mailbox<int> outbox) { 9: for (; ; ) 10: { 11: var evt = inbox... 続きを読む
What is Disco? Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers. The Disco co... 続きを読む
最近みた TechTalks同僚が iPhone 買ったというので, それまで使っていた iPod touch を譲りうけた. (決してふんだくったわけではない.) 動画再生専用機として使っている. 驚くことに, PC の画面でみるよりずっと良い. 画面を動かせいのが制約だったとは, 思い... 続きを読む
並行言語であるErlangでPeer-to-Peer Network技術の一つである分散ハッシュテーブルを実装してみたところ,わずか1000行程度で実現できました.ノードが頻繁に出たり入ったりする,いわゆるchurn下でもそれなりの性能が出せたので,SourceForge.netで公開してみ... 続きを読む
日々の流転 トラックバックスパムを大量に喰らったので、トラックバックを一時的に無効にしています。 λ. A brainf*ck interpreter in Erlang HelloWorld を書いたので、次は brainf*ck のインタプリタでも。 -module(brainfuck). -export([brainfuck/1]). brai... 続きを読む
Erlang勉強会 Erlang勉強会 行ってきました。初mixiオフィス。 Dynamoのアルゴリズムに関しては知ってる話だったので、僕としてはErlangの実装の所が色々と楽しかったです。プログラミング言語Erlangを4月に読んで、結局実際に書かずじまいになってるので良く... 続きを読む