Libraries software

  • GnuTLS

    GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer.Currently this library implements the proposed standards by the IETF's TLS working group.Product's homepage

    Download
  • eyeD3

    eyeD3 is a Python module and program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.Installation:gzip -dc eyeD3-0.6.9.tar.gz | tar xvf -cd eyeD3-0.6.9./configuremakemake install (as root)Usage:The 'eyeD3' utility program c....Read More

    Download
  • libgee

    libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures.The project provides Collection, Iterator, List, Iterable, Map, and Set interfaces and HashMap, ArrayList and HashSet implementations.Product's homepage Requirements: · GLib What's New in This Release: [ read full changelog ] · ....Read More

    Download
  • glibmm 2362

    glibmm is a the official, open source C++ interface of GTK+, the GUI library of GNOME.Among its highlights we can mention typesafe callbacks, as well as a comprehensive set of widgets, which can be easily extended.Product's homepage Requirements: · gtk+ · Libsigc++ What's New in This Release: [ read full changelog ] glibmm: · Us....Read More

    Download
  • Clutter 1144

    Clutter is software library used to create portable and dynamic graphical user interfaces. It's a core part of GNOME an MeeGo, receiving supported from the open source community.Clutter uses OpenGL and OpenGL|ES for mobile platforms, and wraps a flexible API around GL's complexity.Product's homepage

    Download
  • PHP Twitter Feed

    PHP Twitter Feed is an open source PHP class that can generate RSS 2.0 feeds from a Twitter timelines or from a Twitter search, using the Twitter API 1.1 or later.PHP Twitter Feed is able to retrieve the statuses of a given user, or search using a query. It works with the Product's homepage Requirements: · PHP · RSS Writer class ....Read More

    Download
  • gvfs 1163

    gvfs is an open source VFS library for the GNOME desktop environment.gvfs is a userspace virtual filesystem designed to work with the I/Oabstractions of the gio library.Product's homepage Requirements: · GNOME What's New in This Release: [ read full changelog ] · Clean shutdown implementation for various backends · tests: Variou....Read More

    Download
  • atspi2atk 281

    at-spi2-atk includes a gtk-module that bridges ATK to the new D-Bus based AT-SPI as well as 'C' and Python client libraries.Install procedure:gzip -cd at-spi-1.9.0.tar.gz | tar xvf -  # unpack the sourcescd at-spi-1.9.0                     ....Read More

    Download
  • atspi2core 280

    at-spi2-core has been completely rewritten to use D-Bus rather than ORBIT / CORBA for its transport protocol.Install procedure:gzip -cd at-spi-core-2.0.0.tar.gz | tar xvf -  # unpack the sourcescd at-spi-core-2.0.0                      ....Read More

    Download
  • QKeySequenceWidget

    QKeySequenceWidget is an open source, dual-licensed widget that can be used by Qt developers to input a QKeySequence.QKeySequenceWidget is based on the code from the KKeySequenceWidget project, but it doesn't require the KDE libraries for building and working.Product's homepage Requirements: · Qt What's New in This Release: [ read full changel....Read More

    Download
  • gettext

    GNU gettext is an open source internationalization library, which is part of the GNU Translation Project.The gettext package offers to translators, programmers, and even end-users, a well integrated set of tools and documentation, in order to produce multi-lingual messages.Product's homepage What's New in This Release: [ read full changelog ] ·....Read More

    Download
  • pyBta

    pyBta is an open source graphical application written in Python and PyGame, allowing game developers to design applications and mini games.PyBta is not really a tool, it is a library that allows you to explore and poke things you do not understand and want to learn. It is a cross-platform software that runs on Linux, Mac OS X and Windows.....Read More

    Download
  • libj

    libj is an open source and cross-platform native runtime library software equipped with a Java/JavaScript-like API.In oder to build the libj from GitHub, you need to execute the following commands in a Linux Terminal:git clone --recursive https://github.com/plenluno/libj.gitmkdir libj/buildcd libj/buildcmake ..makeProduct's homepage What's New in T....Read More

    Download
  • libnode

    libnode is an open source native implementation of the popular Node.js tool for creation of scalable network apps.To build the library run the following commands:git clone --recursive https://github.com/plenluno/libnode.gitmkdir libnode/buildcd libnode/buildcmake ..makeProduct's homepage What's New in This Release: [ read full changelog ] · Th....Read More

    Download
  • cgtkutils

    c++-gtk-utils is a lightweight library containing a number of classes and functions for programming GTK+ programs using C++ in POSIX (unix-like) environments, where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets, or is concerned about exception safety or thread safety of the wrapper and their documentation.The latest ver....Read More

    Download
  • webdriverplus

    webdriverplus is a WebDriver Plus library written in Python.Home Page: https://github.com/tomchristie/webdriverplusProduct's homepage Requirements: · Python

    Download
  • mhVTL

    mhVTL is an open source library that can emulate virtual tape devices on Linux. It has been successfully used with BackupExec, NetBackup, NetWorker, Oracle Secure Backup, TSM, and other popular applications.mhVTL supports emulation of IBM LTO (1/2/3/4 & 5), HP LTO (1/2/3/4 & 5), IBM 03592-J1A, 03592-E05 & 03592-E06, STK 9840 (A/B/C/D), 9940 (A/B), ....Read More

    Download
  • Pygvent

    Pygvent is a library software written in Python and PyGame and designed to act as a handler instance that can be used to bind your callback functions to specific PyGame events with specific dict-keys.PyGame developers will also be able to specify more possible events or keys when using this library. Then, call myhandler.update() every step. The arc....Read More

    Download
  • PyUploadCare

    PyUploadCare is a Python library for the UploadCare.com API.This consists in API interface for UploadCare, and a couple of Django goodies.To install it, just runpip install pyuploadcare(or easy_install pyuploadcare if you're into vintage)How to use it with Django?First of all, you'll need API keys: public and private. You can get them at the Upload....Read More

    Download
  • HTTPie

    HTTPie is a CLI frontend for python-requests.Installationpip install httpieUsagehttpie [flags] METHOD URL [header:value | data-field-name=value]*The default request Content-Type is application/json and data fields are automatically serialized as a JSON Object, so this:httpie PATCH api.example.com/person/1 X-API-Token:123 name=JohnWill issue the fol....Read More

    Download