Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.195 Times

Ansi Standard C Library software
Filter: All | Freeware | Demo
 

Ansi Standard C Library

< 1 2 3 4 5 
Added: July 13, 2010 | Visits: 1.257

Raptor RDF Parser Toolkit Raptor RDF Parser Toolkit is a free software and Open Source C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples by parsing syntaxes or serialize the triples into a syntax. The supported parsing syntaxes are RDF/XML, N-Triples,...



Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Raptor RDF Parser Toolkit Download

Added: June 01, 2010 | Visits: 1.135

libiptcdata libiptcdata project is a C library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides...





Platforms: *nix

License: Freeware Size: 471.04 KB Download (94): libiptcdata Download

Added: September 18, 2010 | Visits: 715

UCommon UCommon is a lightweight C++ library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uClibc along with POSIX threading support. For this reason, UCommon disables language features that consume memory or introduce runtime overhead....


Platforms: *nix

License: Freeware Size: 368.64 KB Download (98): UCommon Download

Added: August 19, 2010 | Visits: 1.065

Judy Judy is a C library that provides a state-of-the-art core technology that implements a sparse dynamic array. Judy arrays are declared simply with a null pointer. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judys...


Platforms: *nix

License: Freeware Size: 1024 KB Download (92): Judy Download

Added: July 13, 2010 | Visits: 894

libkarma libkarma is a C library for managing the Rio Karma via TCP/IP. libkarma library supports all basic protocol commands and some advanced functions on top of these, like caching of the Rio database. There are two proof-of-concept tools included, riocp and chprop. riocp can be used to upload files...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (100): libkarma Download

Added: June 20, 2010 | Visits: 826

Lib3df Lib3df is a C++ library to load 3D world. It works under Windows,MacOS,Linux and most Unixes. HLIB is a C++ library intended to facilitate the use of ".MAP" files in applications. ".MAP" files are produced by the "Valve Hammer Editor" availlable at: http://collective.valve-erc.com/ . This is...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (91): Lib3df Download

Added: November 22, 2010 | Visits: 872

HLIB HLIB is a C++ library for loading 3D world files. HLIB is a C++ library intended to facilitate the use of ".MAP" files in applications. ".MAP" files are produced by the "Valve Hammer Editor" availlable at: http://collective.valve-erc.com/ . This is the editor used to create Half-Life, Team...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (91): HLIB Download

Added: April 08, 2010 | Visits: 689

libwacky libwacky provides a C library which supports the WACKY protocol. WHAT IS IT? libwacky is a C programming library which implements the WACKY/1.0 protocol. It allows you to send blinking commands to a wackyd. The distribution includes wackyp, a program that links to libwacky and allows you to...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (94): libwacky Download

Added: April 27, 2010 | Visits: 1.363

libping libping is a C library designed to allow a programmer to make ICMP_ECHO requests directly from a script or program. libpings functions return either boolean--is alive--or the round trip time in milliseconds. The library also includes support for "pinging" the following tcp/ip services: echo,...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (113): libping Download

Added: July 16, 2010 | Visits: 1.033

gg_tk gg_tk is an easy-to-use C++ library for creating multimedia applications. The project is divided into several "modules", including GUI, graphics, file, 3D, etc.. This server is a central point for development, distribution and maintainance of software. It runs on Savane.


Platforms: *nix

License: Freeware Size: 450.56 KB Download (98): gg_tk Download

Added: September 26, 2010 | Visits: 1.213

Getfem The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (107): Getfem Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 1.257

libdaemon libdaemon is a lightweight C library that eases the writing of UNIX daemons. libdaemon consists of the following parts: - A wrapper around fork() which does the correct daemonization procedure of a process - A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR -...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (100): libdaemon Download

Added: August 17, 2010 | Visits: 643

simplus simplus is a C++ library for constructing event-driven simulations with an abstraction for processes, virtual time, messages and more. It features a built-in debugger, support for configuration files, and a flexible logging mechanism. It is lean, fast, and portable, but has only basic...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (94): simplus Download

Added: June 22, 2010 | Visits: 683

LibTMCG LibTMCG is a general purpose C++ library for creating secure electronic card games. The most remarkable feature is the absence of a trusted third party (TTP), i.e. neither a central game server nor trusted hardware components are necessary. To emphasize this point again: With the present...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (93): LibTMCG Download

Added: November 05, 2010 | Visits: 1.374

SSL++ SSL++ is simple C++ library that encapsulates some of OpenSSL functionality in easy to use set of classes. SSL++ library is in very early stage of development now, but can do enough already to be useful to C++ developers, who want to use SSL in their programs. Following classes are provided:...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (143): SSL++ Download

Added: June 20, 2010 | Visits: 911

libt2n libt2n project is a C++ library for inter-process communication (IPC) with an additional code generator (libt2n-codegen). Before inventing our own IPC library, we checked a lot of other IPC frameworks like CORBA, D-BUS and ICE. But they werent easy to use (you need many lines of code to export...


Platforms: *nix

License: Freeware Size: 901.12 KB Download (92): libt2n Download

Added: July 24, 2010 | Visits: 759

SXP SXP stands for Simple XML Persistence, and is a quick-and-dirty C++ library I threw together. It provides a simple (I hope) mechanism for enabling the objects in your application to persist themselves (i.e. read from and write to) to a XML file. SXP is built as a C++ wrapper around James Clarks...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): SXP Download

Added: November 26, 2010 | Visits: 741

Timer_q Timer_q is a shared C library which implements multiple queues of timed events. This is commonly needed, but often implemented badly (via. alarm()). Timer_q also aims to be small, fast and easy to use. Whats New in This Release: - Many fixes were made for corner cases. - A debug build was...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (97): Timer_q Download

Added: June 03, 2010 | Visits: 1.293

libtsmux libtsmux is a C library for muxing files into the MPEG Transport Stream container format. The project can be used to quickly add MPEG Transport Stream muxing capabilities to any application or framework. A GStreamer plugin using the library is available. Whats New in This Release: - The...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (121): libtsmux Download

Added: June 03, 2010 | Visits: 1.028

Tess Tess is a C++ library that helps automate final assembly of tedious graphic design tasks (e.g. from photoshop or gimp), such as conjuring piles of web page-specific navigation features. The project can composite an arbitrary stack of RGBA images, draw antialiased TrueType text (via FreeType),...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (99): Tess Download

< 1 2 3 4 5