2 projects tagged "LGPL"
Anywhere Board Games (ABG) allows users to play board and card games on the Web in real time on multiple machines (PC, Linux, iPhone, iPad, and Android). ABG runs as a Google+ Hangout App or as a standalone PHP app. Unlike other gaming environments, this one has a peculiar vision: projecting the main board on our table and using laptops or tablets to control players' hands (with other friends joining in remotely). It supports flipping, stacking, rotating, rolling, and shuffling of pieces, so most board and card games are playable.
The Full-text Index Data structure library, libfid for short, is a portable software library for accessing indexed data through a simple C interface. It implements, among others, functions for reading indexed data from files, and for performing common operations such as fast string matching. Easy alphabet handling for mapping between printable and binary alphabets is integrated from the ground up. Currently, the enhanced suffix array is the only full-text index data structure supported. A very simplistic program for constructing enhanced suffix arrays is included.