237 projects tagged "Linux"
WebDyne is a dynamic content engine for Apache or FastCGI servers such as lighttpd. It allows Perl code to be linked or embedded into HTML pages, selective rendering of HTML sections within pages based on logic, and much more. It supports features such as templating, and selective caching of dynamic content to minimise server load and increase throughput.
Grapple is designed to be a simple network layer, allowing the addition of multiuser features to an application for as little as a dozen lines of code. However, it also allows for more. It features simple client-server networking that keeps all clients aware of all other clients, passworded servers, and data transfer via TCP, UDP, or reliable UDP. Advanced features include network messaging via push, pull, or a combination, multiple methods of querying users, user groups for client bandwidth saving, network load reacting data transmission and retransmission, background pinging to monitor network states, server failover, and a fully functional lobby system.
CrissCross is a small cross-platform C++ library for console and file I/O, CPU identification (CPUID), hashing (MD2, MD4, MD5, SHA-1, SHA-256, SHA-512, Tiger), sockets (TCP and UDP only currently), and data structures (LList, DArray, RedBlackTree, AVLTree, SplayTree, etc). It is designed to run on Windows, Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, and even the Nintendo DS. Other platforms may become supported upon request. The main idea is to provide the ability to write a program using identical calls on the major platforms without needing to rewrite code.
Libc-X provides extensions to the standard C library implementing useful and powerful data structures and functions. Its Unix name is libcx. It is not a template layer. It is made entirely with the C standard language, compatible with C++, and portable. All developed structures are designed to be used in stand-alone mode with limited dependencies with other features of Libc-X. For example, you can easily extract the header and the .c source of Hashtable and use it outside Libc-X.
Advanced Website Creator is a Web development environment. Created websites use an MVC framework written in PHP 5 and a simple database abstraction layer. At present the database layer supports MySQL, PostgreSQL, and SQLite as backends. All PHP classes are auto-loaded, so there is no need to include() or require() files manually. Search engine friendly URLs are supported via mod_rewrite. The program has wizards for quick generation of forms and CRUD pages.
Firebolt is a network protocol oriented library. It's not another socket library; it offers higher level services to the developer. You can structure your protocol in the form of states and the transitions between those states with the use of your custom events. Thus you no longer need to worry about what data you just received from a socket and whether or not those data are expected in the current state of your network code, since that sort of validation is all performed by Firebolt.
WACS is a tool for building adult Web sites. It is equally suitable for managing a private collection or building a commercial site. WACS has many best of breed features, including dynamic filtering, model catalogs, random sampling, galleries, automatic download, and a powerful search engine. WACS contains both a full ready-to-run Web environment and an extensive programming API implemented in both Perl and PHP.