29 projects tagged "Linux"
objSQL is a PHP-based database access layer for multiple database servers. Primarily designed for small-to-medium projects, it uses an "Object Based" approach for handling general database queries. Built-in support for transactions and prepared statements allow for a common interface to all supported database types. Recordset paging is simplified by incorporating the paging method along with many helper methods for general queries. objSQL is easily extended to create your own unique classes and methods.
EGSL is a small interpreter which can execute Lua scripts. It includes some functions for fast and easy game development. These are image manipulation functions, functions for 2D drawing, sound and music, input via mouse, keyboard, and joypad, and some helper functions. The engine is based on SDL, SDL_gfx, and SDL_mixer, and additionally on SDL_image on Haiku-OS.
U++ is a C++ cross-platform rapid application development suite focused on programmers' productivity without sacrificing runtime performance. Based on strictly deterministic design, it provides a viable alternative to garbage-collected platforms, even for business logic oriented problems.
Humm and Strumm is a 3D adventure game in which two players must collaboratively solve puzzles and fight enemies in order to stop the evil Dr. Geoff from taking over the world. Humm and Strumm is set in a psychedelic fairytale world, with lands such as a giant cupcake and a musical forest. The main characters, Humm and Strumm, are armed with yo-yos for weapons. Humm and Strumm has two modes of play: Adventure Mode, in which two players fight Dr. Geoff, and Tag Mode, in which up to eight players play a game of tag using their characters' weapons.
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.
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.
AntTweakBar is a small and easy-to-use C/C++ library that allows programmers to quickly add a light and intuitive GUI into OpenGL or DirectX based graphic programs to interactively tweak them. Program variables can be linked to a graphical control that allows users to modify them. Programmers are not required to design the graphical interface by providing coordinates or by using a visual UI editor. Controls are automatically organized following an optional given hierarchy.