Resource Pool manages reusable resources among multiple processes.
Resource pool project is written in Erlang as a tiny library. The goal of the tool is reduce the overhead of creating new resources by reusing of the same resources among multiple processes. Achieving result is better performance and throughput. The resource pool was inspired by Java Apache's commons pool and adopts API and main principals from this project.
The ERDialog project offers a simple browser framework for small projects written in Erlang. Written applets include a bittorrent client, address book, text editor, AI experiments and graphics and music applications.
An Eclipse-based IDE for Erlang http://www.erlang.org, a concurrency-oriented language developed by Ericsson.
The project is now hosted at https://github.com/erlang/erlide_eclipse
Please install/update from http://download.erlide.org/update
!!!!!!!!!Project was moved to https://sourceforge.net/projects/erlangmodeforqtcreator/
Erlang Editor Plugin
====================
Plugin for QtCreator to edit Erlang source files
Functions:
- indentation (based on vimerl https://github.com/jimenezrick/vimerl)
- code folding
- syntax highlighting
- autocompleter for ",',(,[,{,<<
- Code wizards for the OTP behaviours (https://github.com/jimenezrick/vimerl)
A Maven plugin for Erlang/OTP applications. This project is a rewrite of maven-erlang, by Paul Guyot and Olivier Sambourg with improved support for compilation, testing and release packaging as well as EDoc reporting and test coverage.
The idea behind the project is to build a collaborative peer-to-peer coding editor. It will also have features like hot code loading, so you can for example rewrite the editor in itself and run the new editor without reopening it.
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
As examples and best practices for using Erlang Common Test are rare, this project aims to make a collection of how-to's and example code showing best practices for solving common tasks involving Erlang Common Test.
A plugin for Maven 2 (http://maven.apache.org) to manage Erlang projects : initial setup, build, unit tests, documentation, project web site, deployment, dependencies management, dynamic code loading on a remote erlang node, and more.
wxErlang is an Erlang binding to the C++ GUI library wxWidgets.
It is now included in the erlang distribution, and this project is no longer updated here. See erlang.org.