Web Services Software for Mac

View 13298 business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 1

    Plug 'n Auth

    The project is being migrated to http://code.google.com/p/ciform...

    IMPORTANT : The project is now being hosted at http://code.google.com/p/ciform Plug'n Auth is an API providing easy integration of different authentication mechanisms into web applications. Within a few steps web admins will be able to change both the authentication backend and the logon frontend at any time with no further effort
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PoliMaR (Policy Matchmaker and Ranker) is a framework that permits a Semantic Web Service matchmaking and ranking based on Non-Functional Properties (NFPs).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PortaFIB

    PortaFIB

    Portafirmes de les Illes Balears

    == MOGUT A GITHUB: https://github.com/GovernIB/portafib == PortaFIB és un portafirmes “digital” desenvolupat en el departament d'Administració Electrònica de la Fundació Bit per encàrrec del Govern de les Illes Balears.. Les seves característiques principals són: • Permet firmar documents de tipus PDF • Permet fitxers annexos al document principal • Suport de càrrecs • Gestió de flux de firmes i plantilles de flux de firmes • Realitzar peticions de firma via web o WebServices, és a dir, a traves d'un usuari persona o un usuari-aplicació. • Multientitat (amb una sol servidor es pot donar servei a varies entitats, administracions, empreses, ...) • Avisos per mail o callback de ws • Exportació de llistats a ODS, Excel i CSV • ... Pot descarregar el manual d'usuari per veure les característiques completes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PreMiD

    PreMiD

    Source code of the PreMiD application

    Source code of the PreMiD application. PreMiD is a simple, configurable utility that allows you to show what you're doing on the web in your Discord now playing status. It supports many different websites, and will support multiple users watching the same content simultaneously in an upcoming update.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 5
    A Python library for interacting with the XMPP Publish/Subscribe system (XEP-0060). PubSubClient implements the client-side functionality (not server) in an asynchronous and self-contained way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Puma

    Puma

    A Ruby/Rack web server built for concurrency

    Unlike other Ruby Webservers, Puma was built for speed and parallelism. Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running Rack apps only. What makes Puma so fast is the careful use of a Ragel extension to provide fast, accurate HTTP 1.1 protocol parsing. This makes the server scream without too many portability issues. If you are using Bundler, just add Puma to your project's Gemfile. Once you've installed your bundle, start Puma. If you are not using Bundler, you can install Puma directly from the command line. On MRI, there is a Global VM Lock (GVL) that ensures only one thread can run Ruby code at a time. But if you're doing a lot of blocking IO (such as HTTP calls to external APIs like Twitter), Puma still improves MRI's throughput by allowing IO waiting to be done in parallel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Note: latest version can be found at https://github.com/targeted/pythomnic3k Pythomnic3k is a Python 3 framework for service-oriented middleware with hot reloading and fault tolerance. It is used for integrating various systems in enterprise network or writing standalone network services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A SOA-based framework for multilingual question answering (QA) systems that answer natural language questions with the help of a domain ontology and structured answer data sources from freely specifiable domains.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Software, content, and collaborative support for the Cube Engine community, including Assaultcube, Sauerbraten, and Blood Frontier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 10
    The project will enable developers to use RAM Group Shipment tracking APIs using PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    REX allows you to create REST interfaces by directly connecting HTTP Requests to SQL/XML queries without programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java HTTP framework, supporting both web applications and restful web services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ReadyESB is one of Enterprise Service Bus which real and available. It depends on Axis2/(Java/C), WebLogic platform and Oracle Database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Registrator

    Registrator

    Service registry bridge for Docker with pluggable adapters

    Registrator automatically registers and deregisters services for any Docker container by inspecting containers as they come online. Registrator supports pluggable service registries, which currently includes Consul, etcd and SkyDNS 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Restful APIs for Data Cleansing

    Restful APIs for Data Cleansing

    This is sister project for osDQ which provide Restful APIs

    (Beta Version) This is sister project for https://sourceforge.net/projects/dataquality/ . It provides Restful APIs for features for data quality and data preparation features. This project will help projects which want embed data quality and data preparation features in their project or UI using restful calls. Data Cleansing APIs Dockerfile: # Pull base image FROM frnde/jetty-9.4.2-jre8-alpine-cet ADD osdq-v0.0.1.war /var/lib/jetty/webapps/osdq.war EXPOSE 8080 Docker Image https://hub.docker.com/r/vreddym/osdq-web/tags
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Obsolete - migrated to Apache Isis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ripple is a distributed OpenSource search engine and protocol. This architecture is based in search nodes that can be specialized in some topics, and also with configurable plugins for each file type.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Rod

    Rod

    A Devtools driver for web automation and scraping

    Rod is a high-level driver for DevTools Protocol. It's widely used for web automation and scraping. Rod can automate most things in the browser that can be done manually. Chained context design, intuitive to timeout or cancel the long-running task. Auto-wait elements to be ready. Debugging friendly, auto input tracing, remote monitoring headless browser. Thread-safe for all operations. Automatically find or download browser. High-level helpers like WaitStable, WaitRequestIdle, HijackRequests, WaitDownload, etc. Two-step WaitEvent design, never miss an event (how it works). Correctly handles nested iframes or shadow DOMs. No zombie browser process after the crash (how it works). CI enforced 100% test coverage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RuDolFWS (a.k.a. RDFWS) is a web service that lets you add, modify, remove and manage ontologies in a remote Sesame repository server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ruby Chameleon is an OpenSource project written in Ruby supports web services written in Ruby,Axis and Axis2. It can invoke, from a uri that exposes a WSDL description, a webservices dynamically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SALATI

    SALATI

    Prayer Times for iPhone and Android built-in Calendar

    Add Prayer Times to your built-in Calendar App. Many Countries and Cities available via https://salati.de SALATI provides prayer times as iCal File Format that can subscribed to your Calendar for all platforms supporting webcal and ics Format like Outlook, Apple Calendar, Google Calendar, iOS and Android. Free Service
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SAM is an experimental discovery protocol for Web services for use in small highly dynamic MANETs, where the standardized Web services discovery mechanism are unsuitable for use. (Version 1.1 used in IEEE paper DOI 10.1109/GLOCOMW.2010.5700225)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Service Invocation Tool generates Java code to implement a declared service facade by calling operations of another service and mapping data structures between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SITools2
    SITools2 is a new CNES generic tool performed by a joint effort between CNES and scientific laboratories. The aim of SITools is to provide a self-manageable data access layer deployed on already existing scientific laboratory databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simple J2EE webapp that acts as a SOAP proxy, validating XML content of incoming requests and outgoing responses. Configure : add your configuration dynamically from a simple page. Check : display the last results of transiting SOAP messages.
    Downloads: 0 This Week
    Last Update:
    See Project