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.225.989 Times

C Api freeware
Filter: All | Freeware | Demo
 

C Api

< 1 2 3 4 5 > 
Added: September 12, 2010 | Visits: 1.789

Tuxedo Tuxedo is a Perl extension module for Tuxedo. This module provides the following functionality... C style interface The Tuxedo perl module gives you access to almost all of the tuxedo 8.1 apis from perl. In most cases you can take the C API you already familiar with, apply perl semantics to...



Platforms: *nix

License: Freeware Size: 33.79 KB Download (107): Tuxedo Download

Added: March 05, 2010 | Visits: 865

Libvirt Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). It is free software available under the GNU Lesser General Public License. Virtualization of the Linux Operating System means the ability to run multiple instances of Operating...





Platforms: *nix

License: Freeware Size: 1.6 MB Download (107): Libvirt Download

Added: January 08, 2010 | Visits: 939

GStreamer Python Bindings GStreamer Python Bindings project provide Python bindings for the GStreamer project. These bindings provide access to almost all of the GStreamer C API through an object oriented Python API. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (97): GStreamer Python Bindings Download

Added: October 07, 2010 | Visits: 665

Gtk2 Gtk2 is a Perl interface to the 2.x series of the Gimp Toolkit library. SYNOPSIS use Gtk2 -init; # Gtk2->init; works if you didnt use -init on use my $window = Gtk2::Window->new (toplevel); my $button = Gtk2::Button->new (Quit); $button->signal_connect (clicked => sub { Gtk2->main_quit...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (87): Gtk2 Download

Added: February 24, 2010 | Visits: 676

libcprops The c prototyping tools library consists of implementations for several widely used data structures and patterns as well as rudimentary tcp / httpd functionality. Object oriented development environments usually feature readymade implementations of such tools. cprops provides standard generic...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (90): libcprops Download

Added: August 12, 2010 | Visits: 972

MGRX MGRX project is a 2D graphics library derived from the GRX library. GRX was originaly written by Csaba Biegl for DJ Delories DOS port of the GCC compiler. MGRX supports four platforms: DOS (DJGPPv2), Linux console, Linux X11 and Win32 (Mingw). On DOS it supports VGA and VESA compliant cards. On...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (95): MGRX Download

Added: April 23, 2010 | Visits: 2.001

MAPI MAPI is a general API for interfacing with any wireless device driver that support wireless extensions. It is based on the wireless extensions and Wireless Tools. The current version of the API can be used to get most of the information provided by the wireless tools (iwspy, iwconfig, iwpriv.)...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (127): MAPI Download

Added: October 08, 2010 | Visits: 963

Audio::TagLib Audio::TagLib is a library for reading and editing audio meta data, commonly known as tags. SYNOPSIS use Audio::TagLib; use warnings; use strict; my $f = Audio::TagLib::FileRef->new("Latex Solar Beef.mp3"); my $artist = $f->tag()->artist(); print $artist->toCString(), "n"; # got "Frank...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (95): Audio::TagLib Download

Added: June 16, 2010 | Visits: 669

PyXMLSec XML Security Library is a C library based on LibXML2. The library supports major XML security standards: - XML Signature - XML Encryption - Canonical XML - Exclusive Canonical XML XML Security Library is released under the MIT License see the Copyright file in the distribution for details....


Platforms: *nix

License: Freeware Size: 225.28 KB Download (100): PyXMLSec Download

Added: October 22, 2013 | Visits: 874

elmer Elmer is a tool which embeds a Python module into a C, C++, or Tcl application. The embedded Python module is used just as if it was written in the same language as the application itself, without requiring any knowledge of the Python/C API. Elmer generates "glue" code that embeds an interpreter...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (100): elmer Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 567

JSBSim Python Bindings JSBSim Python Bindings was specially designed as an accessible and Open-Source package that provides Python language bindings to the C++ flight simulation model JSBSim. Using JSBSim through the Python bindings will be a little bit slower than using the native C++ API, but Python allows a more...


Platforms: Windows

License: Freeware Download (48): JSBSim Python Bindings Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 498

Recursive LS Recursive LS was specially designed as a handy and accessible platform independent recursive search library. C-API, written in C/C++, with mappings to C++, COM, D, Java, .NET, Python, Ruby, STL, with more to come.


Platforms: Windows

License: Freeware Download (50): Recursive LS Download

Added: May 10, 2013 | Visits: 311

pyPgSQL pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module,...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): pyPgSQL Download

Added: October 17, 2013 | Visits: 305

aiObjectiveC Asset Importer (assimp) OpenGL rendering library in Objective C. aiObjectiveC is an Asset Importer renderer written in OpenGL, using Objective-C. It initializes OpenGL-friendly data structures based on data imported using Assimp and lets you render it in a simple fashion. It also adds...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (38): aiObjectiveC Download

Added: October 29, 2013 | Visits: 333

MySQL-Cocoa Well I've just found that the Objective-C language with the Cocoa framework was a great environment to develop with - but - there was no support for MySQL, which I like a lot as well. I decided to use the C API of MySQL to make an Objective-C API, and to release it so others can use it as well.


Platforms: Mac

License: Freeware Size: 1.25 MB Download (38): MySQL-Cocoa Download

Added: October 11, 2013 | Visits: 305

MySQL-Python MySQL support for Python. MySQL versions 3.23-5.1; and Python versions 2.3-2.6 are supported. MySQLdb is the Python DB API-2.0 interface. _mysql is a low-level API similiar to the MySQL C API. ZMySQLDA is a Database Adapter for Zope2.


Platforms: Mac

License: Freeware Size: 71.68 KB Download (38): MySQL-Python Download

Added: September 23, 2013 | Visits: 399

DSSI DSSI (pronounced "dizzy") is an API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces. DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (41): DSSI Download

Added: October 21, 2013 | Visits: 173

dbus-cxx dbus-cxx is a C++ wrapper for dbus. It exposes the C API to allow direct manipulation and relies on sigc++ to provide an OO interface. Also included is dbus-cxx-xml2cpp to generate proxy and adapter interfaces from DBus XML introspection-like documents.


Platforms: *nix

License: Freeware Size: 1013.76 KB Download (38): dbus-cxx Download

Added: November 20, 2013 | Visits: 615

python-lzf python-lzf are Python bindings for liblzf. This package is just a straight translation of the C api of liblzf to python. It has two functions: compress() and decompress(). compress() accepts a string to compress and an optional maximum length for the output. If it cannot compress the string...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (42): python-lzf Download

Added: January 18, 2010 | Visits: 2.114

Vovida SIP Stack The Vovida SIP stack is an implementation of the protocol defined in RFC 2543, the Session Initiation Protocol, which can be used to initiate voice connections (phone calls) over IP networks. It offers an object-oriented C++ API as well as sample applications demonstrating its use..


Platforms: *nix

License: Freeware Size: 6.6 MB Download (231): Vovida SIP Stack Download

< 1 2 3 4 5 >