44 projects tagged "Erlang"
Ybot is erlang bot software inspired by Github hubot. It supports IRC and XMPP transports and is extensible with plugins. Plugins can be written with Python, Ruby, or shell. It supports IRC chat, XMPP multi user chat, and 37 signals Campfire chat. It can simultaneously run any number of bots on different transports.
epers stands for "Erlang persistence". As the name suggests, it tries to make it easy to use databases in Erlang programs, to make the language a little more agile, and (humbly) offer a nice adapter for several databases, hiding their implementation details (and the API of the library/framework/driver used to communicate with them). To achieve this, it aims to offer a somewhat consistent API to define and work with your model, while at the same not coupling your code too tightly to it.
RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is based on a proven platform, Erlang/OTP, offering exceptionally high reliability, availability, and scalability. It delivers good throughput and latency performance that is predictable and consistent. The code base is compact and easily maintainable, facilitating rapid customization and hot deployment. The RabbitMQ distribution also includes a Java client that interoperates with any compliant AMQP server.
ERDexpert is a interface to an Erlang expert assertion engine. ERDialog is an application framework using Yaws. Multiple applets can be loaded into the framework. The existing applets include a file launcher, mpd audio interface, and wiki. This is the full release and only needs Erlang and Yaws installed.
ERDialog is part of a simple Web based framework with Erlang. It is a Web browser interface and system for developing programs using the Yaws HTTP server and Erlang support programs. It will be able to ship applets for installation. Applets for wiki, music playing, and file launching exist now.
ERDaddresses is a simple little address book program using text files. In addition to text data, contact photos can be viewed. Additional applets can be downloaded. The GUI interface used is ERDialog, which is written in Erlang and interfaces through a Web browser. It is cross-platform where ever Erlang and Yaws run. This is a full release ERDialog framework so applets can be added.
ERDcreate is an application generator using the erdhweb system, which integrates all the files for an application in one file. This is a new approach to distributing code packages. HTML is the file method used for the combined system. All the code files, documentation files, and support files are woven together in one file. This system takes off from the literate programming ideas of weaving and unweaving. Complete applications can be distributed as one file and installed from the one HTML file.
ERDtext is a simple text file viewer that is part of ERDialog. ERDialog is an application framework using Yaws. Multiple applets can be loaded into the framework. The existing applets include a file launcher, MPD audio interface, and wiki. It only requires Erlang and Yaws to be installed.