This is a library created by Dmitry Kazakov out of necessity, which was
released under the GMGPL and provides Ada implementations of:
- smart pointers - B-trees
- directed graphs - stacks
- sets - tables
- maps - string editing
- unbounded arrays - expression analyzers
- lock-free data structures
- synchronization primitives (events, race condition free pulse events,
arrays of events, reentrant mutexes, deadlock-free arrays of mutexes)
- pseudo-random non-repeating numbers
- symmetric encoding and decoding
- IEEE 754 representations support
- multiple connections server/client designing tools.
Tables management and strings editing are described in separate documents;
see Tables and Strings edit. The library is kept conform to the Ada 95,
Ada 2005, Ada 2012 language standards.
skalibs is a package centralizing the public-domain C development files
used for building other skarnet.org software.
skalibs can also be used as a sound basic start for C development.
There are a lot of general-purpose libraries out there;
but if your main goal is to produce small and secure C code,
you will like skalibs.
skalibs contains exclusively public-domain code.
So you can redistribute it as you want, and it does not prevent you
from distributing any of your executables.
Thrift is a lightweight, language-independent software stack with an
associated code generation mechanism for RPC. Thrift provides clean
abstractions for data transport, data serialization, and application
level processing. The code generation system takes a simple definition
language as its input and generates code across programming languages
that uses the abstracted stack to build interoperable RPC clients and
servers.
Thrift is specifically designed to support non-atomic version changes
across client and server code.
PowerDNS is an advanced DNS server, which allows for several different
backends. Current backends include MySQL, PostgreSQL, bind, etc.
powerdns recursor is a high performance, simple and secure recursing
nameserver. It currently powers over two million internet connections.
Sublime Text is a sophisticated text editor for code, markup and prose.
fmirror is a program for mirroring files and directories from remote FTP
server.
It allows regex-matching for files that are to be included and excluded.
It uses a combination of timestamp, file size, and file permissions to
decide what files to transfer from the FTP server.
The primary goal of fmirror is to use as little memory as possible, but
still be able to do its job efficiently.
Bos Wars is a futuristic real time strategy game (RTS). In a RTS game, the
player has to combat his enemies while developing his war economy. Everything
runs in real-time, as opposed to turn-based games where the player always
has to wait for his turn. The trick is to balance the effort put into
building his economy and building an army to defend and attack the enemies.
Bos Wars has a dynamic rate based economy. Energy is produced by power
plants and magma gets pumped from hot spots. Buildings and mobile units
are also built at a continuous rate. Control of larger parts of the map
creates the potential to increase your economy throughput. Holding key
points like roads and passages allow for different strategies.
It is possible to play against human opponents over LAN, internet, or
against the computer. Bos Wars successfully runs under Linux, MS Windows,
BSD, and Mac OS X.
D2X-XL is a community modified version of Icculus's D2X port,
the original Unix port of Descent by Parallax software. It
contains many bug fixes and improvements since Icculus stopped
working on D2X.
You need to own the orignal game or download demo data
files.