Showing 1380 open source projects for "wrapper"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    libgdome-ruby provides the DOM level 2 Core API for the programming language ruby. It is implemented as a wrapper around the C library libgdome (aka gdome2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A C++ wrapper for SDL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OpenDX is a wrapper, which provides DirectX functionality on top of the Simple Direct Media Layer (SDL) library. Using OpenDX enables you to easily port DirectX applications (for example games) to any platform supported by the SDL library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    libgdome-cpp is a C++ library that provides the DOM level 2 Core API for accessing XML documents. It is implemented as a wrapper around the libgdome library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    libsmtp is a library that enables developers to integrate SMTP sending capabilities into their programs. It is written in C, but a C++ wrapper should be available someday. Is is licensed under the LGPL, so that it can be included in non open-source stuff,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Though the name suggests something different, MAReN IS an implementation of the Rete algorithm. Is aims to be a rule engine written in plain C, wich comes with a C++ wrapper for developers convenience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Ssspeak is a framework providing an SSML speech synthesizer wrapper around festival (the synthesizer) and a Firefox extension enabling your browser to read HTML pages to you. Via audible notifications and voice announcements about the state of the page be
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Simple and easy to use wrapper for GLSL (OpenGL's shading language). The functionality is similar to Nvidia's Cg. It is now very easy to use GLSL programs in your applications if you know how Nvidia's Cg works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PyVIX2

    Python wrapper around VMware VIX

    A simple wrapper around VMware VIX that uses Python ctypes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    LocateXml

    accesses xml by interpreting DOM tree nodes as levels and positions.

    java based wrapper for xml dom parser. this package reads the dom and create the tree using linked lists & hashmaps. the dom nodes can be randomly accessed using their level & position on the dom tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Zebra_Session

    Zebra_Session

    A wrapper for PHP’s default session handler, using MySQL for storage

    Zebra_Session is a PHP class that acts as a wrapper for PHP's default session handling functions but instead of storing session data in flat files it stores them in a MySQL database, thus providing both better security and better performance. The library is also a solution for applications that are scaled across multiple web servers (using a load balancer or a round-robin DNS) and where the user's session data needs to be available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mussh is a shell script that allows you to execute a command or script over ssh on multiple hosts with one command. When possible mussh will use ssh-agent and RSA/DSA keys to minimize the need to enter your password more than once.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    rp6simul

    rp6simul is a simulator for the RP6 robot (AREXX Engineering)

    ...Furthermore, a simple 2d environment can easily be created to test lighting, collision, motor speeds and so on. The simulator does not run native AVR files, but instead a thin wrapper is provided so that the AVR code can be compiled natively. Thanks to this wrapper, and a flexible Lua driver interface, the simulator emulates most of the IO registers, requiring no or minimal code modifications. rp6simul is primarily developed on Linux, but a Windows version will also be released.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Zebra_Database

    Zebra_Database

    A MySQL database wrapper written in PHP

    Zebra_Database it is an advanced, compact (one-file only), lightweight, MySQL database wrapper built upon PHP's MySQL extension. It provides methods for interacting with MySQL databases that are more powerful and intuitive to use than PHP's default ones. It supports transactions and provides ways for caching query results either by saving cached data on the disk, or by using memcache. The class provides a comprehensive debugging interface with detailed information about the executed queries: execution time, returned/affected rows, excerpts of the found rows, error messages, etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    giPlayer-ext

    Extended version of giPlayer

    A python-gtk wrapper for get_iplayer, adapted from robbiecsmith's code. I would have liked to have simply contributed to the original project, but have been unable to contact the original author. Addendum. I have now been able to contact the original author and so it's likely that this will be merged back to the original project in the future (sometime in the New Year 2012 in all probability).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    GSPI Plugin Library

    A simple dynamic library wrapper in C/C++ for Windows/Posix platforms

    GSPI_Plugin is intended to provide low-profile support for run-time loading of dynamic libraries and shared objects. It runs on Windows and Posix, has both C and C++ interfaces, is contained in a single header file, and is licensed primarily under the WTFPL, with a small portion licensed under the Boost Software License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OpenCg .Net Library

    OpenCg .Net Library

    C# Wrapper for nVidia's Cg

    OpenCg is an open source, easy to use, managed library which enables .NET applications to take full advantage of the nVidia's Cg library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ImageStone

    ImageStone

    A powerful C++ class library for image manipulation

    ...Its features include load, save, display, transformation, and nearly 100 special image effects. It can be used cross platform (includes Windows, Linux, Mac), and especially under windows it can be used as a DIB wrapper class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An Ogre Bullet wrapper
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    wsqlite

    A SQLite wrapper С++ library

    The library only uses the STL. Unit tests for the library using the boost-library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    xle

    Execute, log and email the results of any command line

    Best used as a wrapper for cron jobs. Scripts executed from cron can be simpler by letting the xle wrapper handle logging and error handling and email notifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Wrapper for Java Connection object, that has Logging and Debugging features. If you have "statement.executeUpdate", this utility will display the query with values (espc, PreparedStatement) and all exceptions will be logged with DB Specific message.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Adds multimedia player support for Mozilla browsers (Firefox, Netscape, Google Chrome, Chromium etc.) under Linux. Javascript API is compatible with the Microsoft Media Player Control under Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SQLiteW is a minimalist wrapper written in C++ for the SQLite3 C API that simplifies the execution of simple SQL statements against a database and handling the results from within a program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Minecraft Beta server wrapper.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB