28 projects tagged "Linux"
MiniD is a scripting language influenced by Lua, D, Io, Python, and other languages. It has a C-style syntax, is dynamically typed, and is designed to be easily embedded within and extended by a larger host application. It is written in (and is designed to be used from) the D programming language. It can also be used as a standalone language. Some external libraries are currently under development, including bindings to SDL, OpenGL, and libpcre.
The Open Game Libraries is a collection of separately usable C++ libraries for creating games. It provides OpenGL window management, zip file management, OpenAL audio management, a developer console window, input management, bitmapped fonts with Unicode and kerning support, image loading and saving, model loading and importing, and generic classes and objects for game development such as math and text processing.
clapf is a high performance email content filter application. It includes a statistical (inverse chi-square) antispam module, an interface to several anti-virus products, and a Web UI (including a spam quarantine) written in PHP. It supports virtual users, URL- and IP-address blacklists, whitelists, LDAP directories, policy groups, minefield, and many more features. clapf can be used as an after queue content filter with Postfix (including as an appliance) and Exim or via the maildrop local delivery agent (LDA). It's also ideal to act as a spamfilter appliance in front of an Exchange server.
IP Tables State implements the "state top" feature from IP Filter for IP Tables. "State top" displays the states held by your stateful firewall in a "top"-like manner. Since IP Tables doesn't have a built-in way to easily display this information once, an option was added to iptstate to do this.
Xye is a puzzle game in which the objective is to get all the gems in each level. The mission is not as easy as it sounds: there are traps, monsters, and very hard puzzles everywhere. The player can interact with objects in the game in a lot of ways, and some of the objects can also interact with other objects.
The C++ Portable Types Library (PTypes) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, character sets, variants, lists and other basic data types along with threads, synchronization primitives and IP sockets. It is portable across modern Unix and Windows systems and includes a sample HTTP daemon showing the full power of the library.