RSS 1328 projects tagged "C"

Download Website Updated 30 Jan 2001 DataManager

Screenshot
Pop 22.98
Vit 1.00

DataManager is a library that provides a shared memory pool to allocate buffers from. It includes the necessary things to build servers which regulary produce data and provide them via ringbuffers to clients. It includes the common framework to have locking and various access methods. The use generally boils down to simple get()s and put()s. This project is no longer under active development.

Download Website Updated 20 Oct 2009 Date::Pcalc

Screenshot
Pop 39.45
Vit 4.39

The Date::Pcalc Perl module is a direct translation of Steffen Beyer's excellent Date::Calc module from a combination of C and Perl to Perl only. The Perl module does all kinds of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).

Download Website Updated 26 Jul 2009 DEPUI

Screenshot
Pop 53.43
Vit 2.41

DEPUI is a portable graphic user interface library written in C. Its focus is on small size, efficiency and portability. It works for a variety of platforms and compilers.

Download Website Updated 30 Jun 2006 diet libc

Screenshot
Pop 295.15
Vit 7.77

diet libc contains the system call wrappers and the most commonly-used functions you expect from a libc. It can be used to create small, statically-linked binaries under x86, AMD64, SPARC, SPARC64, PPC, PPC64, ARM, MIPS, MIPS64, PA-RISC, S/390, S/390x (64-bit S/390), and Alpha-Linux.

Download Website Updated 20 Feb 2003 dot.conf

Screenshot
Pop 81.26
Vit 3.02

dot.conf is a simple configuration-file parser library written in C. The configuration files created for dot.conf look very similar to those used by the Apache Webserver. Even Container-Directives known from httpd.conf can easily be used in the exact same manner as for Apache-Modules. It supports various types of arguments, dynamically loadable modules that create their own configuration options on-the-fly, a here-documents feature to pass very long ARG_STR data to your app, ${NAME:-default} style environment variable substitution for arguments, and on-the-fly inclusion of additional config files. Some behaviour can be toggled with flags at runtime. To keep dotconf from printing out warnings, you can install your own customized errorhandler.

Download Website Updated 16 Jan 2012 Doubly Linked List

Screenshot
Pop 94.45
Vit 6.43

This package consists of an API for a doubly linked list. The API is divided into six functional groups: initialization, status and state, pointer manipulation, list update, search, and input/output. The API has been used in production software for over 10 years.

Download Website Updated 22 Aug 2001 dyndb

Screenshot
Pop 19.87
Vit 1.81

dyndb is a database library which allows for multiple reading processes and one writing process at any time.

No download Website Updated 03 Apr 2002 Dzcomm

Screenshot
Pop 34.64
Vit 1.51

Dzcomm is a serial communications (RS232) library which provides an API for Linux, Solaris, and DOS/DJGPP. It can work both with and without Allegro.

Download Website Updated 25 Mar 2010 e2fsprogs

Screenshot
Pop 485.62
Vit 10.63

The ext2fsprogs package contains essential ext2 filesystem utilities which consists of e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 filesystem utilities.

Download Website Updated 25 Sep 2001 elfvector

Screenshot
Pop 21.77
Vit 2.36

Elfvector is a package for generating and using a transfer vector for subroutine linkage between an ELF executable and an ELF shared library under Linux on x86, in order to save space and application startup time. At runtime, only the name of the vector is looked up dynamically, no matter how many symbols are used from the vector. Elfvector also includes vectool for managing groups of shared libraries at fixed addresses.

Screenshot

Project Spotlight

gtatool

A program that manipulates Generic Tagged Arrays (GTA) files.

Screenshot

Project Spotlight

TemplateFx

A dynamic templating tool.