437 projects tagged "Windows"
The yaSSL Embedded Web Server is a fast, embeddable, and easy-to-configure Web server with a strong focus on portability and security. The Web server offers SSL/TLS (HTTPS) support built-in through the CyaSSL embedded SSL Library. With a footprint size of less than 100kB with SSL enabled (or 40kB without SSL) and a simple and clean API, the yaSSL Embedded Web Server was designed to fit perfectly into resource-constrained embedded environments. While maintaining a small size and fast speeds, the yaSSL Embedded Web Server offers a full feature set to give you the maximum amount of freedom and flexibility when developing your project.
MySKL is a thread-safe library that implements a skip list data structure, which is able to deal with generic data types. A skip list is a probabilistic data structure based on parallel linked lists, with efficiency comparable to a balanced binary search tree (O(log n)). This library is written in C, compatible with C++, and compilable under Linux and Windows. It uses Fred Fish's dbug library as the internal tracing/debugging system.
swampex (or Swamp Explorer) is a cross-platform library designed to work with raster maps in Ozi Explorer format. Using this library, you'll be able to collect maps in the file system, get information about map calibration, find maps by latitude/longitude, render maps in SDL surfaces, and more.
Steel Storm is an old school top down arcade shooter with score oriented competitive gameplay, and is designed for people who like fast paced action and have limited amounts of time to play computer games. The events take place in an alternative universe where you control an advanced hovertank, packed with the most advanced and sophisticated weapons. Your task is to fight with presumed extraterrestrial invaders.
fp.board is a bulletin board software solution designed to both implement features of proprietary non-free solutions and provide exceptional security. It supports features such as a built in Markdown Engine along with BBCode, an advanced Ban Control Panel (modeled after IRC, with Account Exceptions and CIDR based IP bans), DNS Blacklist checks, checks against the StopForumSpam databases, and more. It has no issues with the Suhosin Patches, and is developed on a server that supports Suhosin.
ChaiDraw is a simple toy meant both as educational software for beginning programmers to play with programming while getting visual feedback and as a test and example platform for usage of the ChaiScript scripting language. ChaiDraw illustrates how simple ChaiScript is to integrate with a C++ application.