C/C++ Library scripts - Top 4 Download

C/C++ Library script downloads

SGI Standard Template Library

It includes some low-level mechanisms for allocating and de-allocating system memory.The STL is a generic  library, meaning that its components are heavily parameterized: almost every component in the STL is a template. ...

MapReduce

There are actually two implementations of MapReduce, the MaPI framework for multicomputers and the MapMP librabry for multiprocessors. ...

KSI Scheme Interpreter

It can be used as a stand-alone interpreter or as an extension library. ...

wsdlpull

wsdlpull is a C web services client library. It includes a WSDL Parser,a XML Schema parser and validator and an XML Parser and serializer. wsdlpull uses the xml pull api to parse a WSDL1.1 document. This makes wsdlpull highly efficient which is why you can process and invoke a WSDL in ...

Zodius

Zodius is a fast 2d vector graphics library. It intends to support Flash and SVG type paths including all filling and stroking types. The OO interface is very easy to use and requires little knowledge about graphics. ...

Ming Sharp

Ming-Sharp is an open-source (LGPL) library which allows you to create SWF ("Flash") format movies. Ming supports almost all of Flash 4's features, including: shapes, gradients, bitmaps (pngs and jpegs), morphs ("shape tweens"), text, buttons, actions, sprites ("movie clips"), streaming mp3, and color transforms--the only thing that's missing is sound events. ...

Sode

Sode is a Ruby program that allows you to solve a single (or a system of) ordinary differential equation(s). The Taylor series terms are used to calculate the values of the dependent variables, and also (optionally) the radius of convergence and order of any singularities. These can be used to affect ...

libnetdude

libnetdude is a library for manipulating libpcap/tcpdump trace files. You may ask why this requires a new library. It provides abstractions on top of the libpcap paradigm that save developers a lot of time by focusing on the relevant parts of their applications. Moreover, libnetdude supports plugins (dynamically loaded libraries) that can ...

Simple DirectMedia Layer

Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games.SDL supports Linux, Windows, Windows CE, BeOS, MacOS, Mac OS X, FreeBSD, NetBSD, ...

TagManager

TagManager is a library for creating, managing and querying tags in a variety of languages. ...

rsync encryption

This application provides you a slightly reduced strength bulk encryption. In exchange for the reduced strength, you get the ability to rsync the encrypted files, so that local changes in the plaintext file will result in (relatively) local changes to the cyphertext file. Requirements: · gzip · rsync ...

OpenOBEX

This library provides an open source implementation of the Object Exchange (OBEX) protocol.OBEX is a session protocol and can best be described as a binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business ...

Compilercache

Compilercache is a wrapper script around your C and C compilers. Each time you compile something, the wrapperscript puts the result of the compilation into a cache. And once you compile the same thing again, the result will be picked from the cache instead of being recompiled. ...

IT Library

IT is a C library of mathematical, signal processing, speech processing, and communications classes and functions. It is being developed by researchers in these areas and is widely used by researchers, both in the communications industry and universities. The kernel of the IT library are templated vector and matrix classes, and ...

libConfig

libConfig is a portable and flexible C library for reading configuration files which were written in C style syntax. This project allows you to write simple but powerful configuration files and use their in you C projects. Features: - The sintax of configuration file is like C , that is why ...

Libcwd

Libcwd is a thread-safe, full-featured debugging support library for C developers. It includes ostream-based debug output with custom debug channels and devices, powerful memory allocation debugging support, as well as run-time support for printing source file:line number information and demangled type names. Features: - End-users of an application don't need to ...

Libecc

Libecc is an Elliptic Curve Cryptography C library for fixed size keys in order to achieve a maximum speed.The goal of this project is to become the first free Open Source library providing the means to generate safe elliptic curves. ...

Fast expression evaluator

This code provides you a pluggable library for fast computation of mathematical expressions in C programs with x86 JIT compiler. ...

et6 library

et6 is a library which eases the development of network-based applications as it provides a TCP protocol abstraction for C . It is portable to both the Windows and Unix-like platforms. Requirements: · sigc++ - 2.0 ...

OpenVRML

OpenVRML is a free cross-platform runtime for VRML and X3D available under the GNU Lesser General Public License. The OpenVRML distribution includes libraries you can use to add VRML/X3D support to an application. On platforms where GTK is available, OpenVRML also provides a plug-in to render VRML/X3D worlds in Web browsers. ...