RSS 2 projects tagged "UNIX / Linux"

Download Website Updated 02 May 2012 mod_pLua

Screenshot
Pop 150.72
Vit 4.59

mod_pLua is an Apache HTTP Server 2.x module for developing Web applications with Lua. With mod_pLua, you can use Lua for scripting in two distinct ways; Embedded Lua scripting, <?lua print("Hello, world!") ?>, or plain Lua scripting with a CGI-style interface. mod_pLua precompiles all scripts and caches the compiled binary code so that each new call to the same file will be lightning fast, allowing you to serve hundreds of thousands of requests per minute on any modern server. Mod_pLua supports both the traditional Lua interpreter as well as LuaJIT for both Windows and UNIX platforms. If your Web server supports it, mod_pLua also utilizes APR_DBD and mod_dbd to handle persistent database connections through the dbopen() Lua function.

Download No website Updated 15 Sep 2012 DexChat

Screenshot
Pop 26.08
Vit 15.67

DexChat facilitates sending and receiving messages among connected computers.

Screenshot

Project Spotlight

ora2pg

A tool to easily convert an Oracle database to a PostgreSQL database.

Screenshot

Project Spotlight

STK/Unit

Unit tests for MariaDB and MySQL.