Showing 112 open source projects for "user mode linux"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Bringing success to your events Icon
    Bringing success to your events

    State-of-the-art, cloud-based event ticketing.

    Find out why thousands of organizations choose Tix for their box office and online ticket sales.
  • 1
    The portable Universal Plug and Play (UPnP) SDK provides support for building UPnP-compliant control points, devices, and bridges on several operating systems. The main repository is at GitHub in https://github.com/pupnp/pupnp. This is just a clone repository for legacy reasons. Old SourceForge repo: git://pupnp.git.sourceforge.net/gitroot/pupnp/pupnp
    Leader badge
    Downloads: 5,802 This Week
    Last Update:
    See Project
  • 2
    A PHP implementation of the XML-RPC web RPC protocol. Extra modules provide support for the JSON and JSONRPC protocols. A javascript version of the library is also available.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    The APIlity PHP Library provides an object-oriented way to easily access and manage the Google AdWords API from within PHP. This comes along with an abstraction from the SOAP and WSDL details.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    TestLink-API-Python-client

    Python XML-RPC client for TestLink

    TestLink-API-Python-client is a Python XML-RPC client for TestLink Initially based on James Stock testlink-api-python-client R7 and Olivier Renault JinFeng idea - an interaction of TestLink, Robot Framework and Jenkins. TestLink-API-Python-client delivers two main classes - TestlinkAPIGeneric - Implements the Testlink API methods as generic PY methods with error handling - TestlinkAPIClient - Inherits from TestlinkAPIGeneric and defines service methods like "copyTCnewVersion" and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Top-rated email security solutions Icon
    Top-rated email security solutions

    Offering corporate-grade email encryption and data protection to small & medium-sized businesses (as well as individual users)

    NeoCertified has remained the price performance leader in secure email for over 20 years, offering Secure Email Solutions that will help you meet all of your needs compliance needs including HIPAA / SEC / FINRA / FERPA & more!
  • 5
    The Vexi Platform
    Vexi is a rich GUI platform for creating desktop-like Internet or intranet applications using an intuitive XML/JavaScript API and an extensible widget set with themes, JSON support. Communicate with servers using XMLRPC/SOAP/REST and runs on Java.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Opensips Control Panel
    A Web Control Panel Application for the OpenSIPS, which is intended for both system and user provisioning. It features more than 18 tools, covering important functionalities (MI,statistics) and modules (acc,siptrace,drouting,dialplan) of OpenSIPS. IMPORTANT: this is no longer the main hosting for the project. This was moved on GITHUB - https://github.com/OpenSIPS/opensips-cp .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Libiqxmlrpc is C++ object-oriented library that represents an XML-RPC solution for both client and server. It supports HTTP and HTTPS, both single-threaded and multi-threaded computation models on the server side, method interceptors, and other features.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Collaborative infrastructure for Collaborative Product Development (manufacturing) within Extended and Virtual Enterprise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A P2P overlay construction toolkit, which supports routing algorithm researchers in addition to application developers. It provides multiple routing (DHT) algorithms such as Chord, Kademlia, Koorde, Pastry and Tapestry, and a distributed environment emu
    Downloads: 1 This Week
    Last Update:
    See Project
  • Strategy Execution Software | CI Project Management Icon
    Strategy Execution Software | CI Project Management

    Best for mid to large companies with a strategy that includes Continuous Improvement

    KPI Fire is Strategy Execution / Continuous Improvement Software that aligns your Improvement projects with your strategic goals and KPIs.
  • 10
    EXIficient
    NOTE: we moved to http://exificient.github.io !!! The Efficient XML Interchange (EXI) format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources. Besides the EXI library EXIficient provides a command-line interface (CLI, see com.siemens.ct.exi.cmd.EXIficientCMD) and a graphical user interface (GUI, see http://exificient.sourceforge.net...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    OpenAutonomy Demos

    OpenAutonomy Demos

    Demo code for use with OpenAutonomy

    A grab-bag of demo programs and stand-alone tools meant to be connected to an OpenAutonomy identity via pre-trusted authentication tokens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Digital Learning Sciences (DLS) is a mission-centered, not-for-profit organization dedicated to improving learning through the use of digital content and tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OpenAutonomy.java

    OpenAutonomy.java

    Java glue code for OpenAutonomy RPCs.

    Generated Java glue code for accessing RPC end-points on OpenAutonomy servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenAutonomy Reference Implementation

    OpenAutonomy Reference Implementation

    OpenAutonomy PHP server and related tools

    The official OpenAutonomy server reference implementation. NOTE: The full "server" is not required to interact with OpenAutonomy. The main implementation priority is ubiquitousness. To that effect, the server is implemented in PHP with few external dependencies to ensure that this can be run on even the leanest of web hosts. The project includes the related tools from FreeMarker templates (used to generate RPC glue code) to the PHP "compiler" (static inlining of PHP includes in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XML-Parser Library for BR-Automation PLC

    XML-Parser Library for BR-Automation PLC

    Simple to use XML-Parser/Composer Library for B&R Automation PLC (SPS)

    The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files. Easy to use: #include <xmlio.h> /* Write Variable to XML-File */ status = xmlWrite(strName, strFile, strDevice, 0); /* Read XML-File into Variables */ status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    WsdlToPhp

    Generate PHP classes based on a WSDL

    This package allows to programmatically send request to a SOAP service using PHP classes. In order to that, this class generates each class for each request and each request parameters and each request response. Each class is stored in a hierarchical folder/sub-folder. The SOAP client is then abstracted and you only deal with objects representing the WSDL. It uses eZ Components, ezcPhpGenerator, in order to generate php files. Test this library here : http://www.wsdltophp.com Read the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    NextBus Public Feed Adapter for Java

    A Java adapter for the NextBus Public XML Feed Service

    Restful Web Service adapter for the NextBus prediction and transit network reporting service. This implementation uses XSD Schema, JAXB and a domain object model to decouple the consuming application from the over-the-wire representation of the data. NextBus is currently providing real-time bus data in several major metro transit agencies including, but not limited to MBTA (Boston), Toronto, Seattle, Brooklyn, Staten Island as well as a number of University towns. In additional to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    blog4y

    blog4y

    Easy blogging for you.

    Project goal is to allow you easy post and backup blog articles to most free blogging hosting. Provide Python API, command line utility, Emacs integration and GTK interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XINS is an open-source Web Services technology, supporting SOAP, XML-RPC and REST. It consists mainly of an XML-based specification format and a Java-based implementation framework.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20

    samizdat

    Kerberized Messaging Toolkit for Java

    Samizdat is a toolkit for Java for building Kerberos secured distributed, message-oriented applications. The toolkit contains base classes that simplifies the management of Kerberos login contexts as well as flexibly sign and seal messages between principals using the Java GSS API. The toolkit contains Transformation classes for Kerberizing JMS traffic as well as a super-lean HTTP based protocol stack that supports both Synchronous (RPC) and Asynchronous modalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RTAI-XML
    RTAI-XML is a server component of the Real Time Application Interface (RTAI) project, implementing a service oriented way to design and develop Real Time (RT) control applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    C++ production ready implementation of Scott Seely's Simple SOAP RPC code. OS neutral, HTTP transport, XML validation, envelope parsing, RPC dispatching, extendable data types, fault generation and a extendable test suite useful for release validation. Now builds on newer versions of Linux.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    MP-Suite is a client/server script that enables remote MySQL through an XML-RPC interface. This way, you can remotely access databases that are not remote-access enabled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Aria2Web
    Aria2Web is a PHP- and Javascript-based application that allows you to control the excellent and lightweight "aria2" over the web. That way you can use it as a download manager.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    FastRPC C++ library, Python and PHP extensions. XML-RPC compatible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next