Showing 791 open source projects for "exchange server test"

View related business solutions
  • The only retail POS that helps you run your entire business Icon
    The only retail POS that helps you run your entire business

    Built for retail stores and restaurants

    Lightspeed is a cloud-based Point of Sales (POS) and eCommerce solution. Built for retail stores and restaurants, Lightspeed provides businesses with a simple way to build, manage, and grow their operations, and create an exceptional customer experience. Lightspeed offers a complete set of functionalities, including inventory management, reporting and analytics, multi-payments, customer loyalty, and training and support.
  • Stakeholder Management Software | Tractivity Icon
    Stakeholder Management Software | Tractivity

    Centralise your stakeholder data, manage relationships effectively and deliver improved outcomes

    With Tractivity's stakeholder management platform comes clarity from one system. Read more to find out how our cloud-based platform can help your stakeholder engagement and consultation projects. If improved stakeholder consultations and outcomes matter to your organisation, then we're here to help you engage, manage and deliver compelling insights and improved outcomes across your entire stakeholder landscape. When you engage with Tractivity you get access to the most up to date, relevant and practical tools to deliver impactful communications all from one system. Run successful engagement projects from start to finish with all the tools in one system. Our cloud-based platform helps you continually monitor your entire stakeholder landscape bringing the clarity you need. Our platform is designed to help you engage and capture every interaction. Tractivity gives you the tools to be creative, engaging, and to communicate your success.
  • 1
    RabbitMQ Server

    RabbitMQ Server

    Core server and tier 1 (built-in) plugins

    .... RabbitMQ runs on many operating systems and cloud environments, and provides a wide range of developer tools for most popular languages. Supports multiple messaging protocols, message queuing, delivery acknowledgement, flexible routing to queues, multiple exchange type. Deploy as clusters for high availability and throughput; federate across multiple availability zones and regions. HTTP-API, command line tool, and UI for managing and monitoring RabbitMQ.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    Corona-Warn-App Server

    Corona-Warn-App Server

    Backend implementation for the Apple/Google exposure notification API

    The goal of this project is to develop the official Corona-Warn-App for Germany based on the exposure notification API from Apple and Google. The apps (for both iOS and Android) use Bluetooth technology to exchange anonymous encrypted data with other mobile phones (on which the app is also installed) in the vicinity of an app user's phone. The data is stored locally on each user's device, preventing authorities or other parties from accessing or controlling the data. This repository contains...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Mongoose Embedded Web Server

    Mongoose Embedded Web Server

    An embedded web server

    ... architectures: ESP32, NRF52, STM32, NXP, and more. Built-in protocols: plain TCP/UDP, HTTP, MQTT, Websocket. SSL/TLS support: mbedTLS, OpenSSL or custom (via API). Used to solve a wide range of business needs, like implementing Web UI interface on devices, RESTful API services, telemetry data exchange, remote control for a product, remote software updates, remote monitoring, and others.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Parse Server

    Parse Server

    API server module for Node/Express

    Build applications faster with object and file storage, user authentication, push notifications, dashboard and more out of the box. Our preferred channels of communication for help, issues and disscussion. Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself. Parse Server is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the Node.js Long Term Support plan and only test...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Comprehensive School Dismissal Solution Icon
    The Comprehensive School Dismissal Solution

    For Public, Charter, and Private Schools, Daycares, After-School Programs, and Summer Camps

    PikMyKid is the first and only safe & smart dismissal solution for school districts, charter/private schools, after-school programs, YMCAs, JCCs, Summer camps, and daycare facilities. It connects schools, teachers, and parents through real-time tools to make dismissals safer and more efficient. PikMyKid schools are able to confidently organize their dismissals with ease and no longer rely on paper notes or tedious phone calls to the front office.
  • 5
    DVWA

    DVWA

    PHP/MySQL web application

    Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, help web developers better understand the processes of securing web applications and aid teachers/students to teach/learn web application security in a classroom environment. The aim of DVWA is to practice some of the most common web vulnerabilities, with various levels of difficulty...
    Downloads: 600 This Week
    Last Update:
    See Project
  • 6
    Spring Cloud Config Server

    Spring Cloud Config Server

    External configuration (server and client) for Spring Cloud

    ... the deployment pipeline from dev to test and into production, you can manage the configuration between those environments and be certain that applications have everything they need to run when they migrate. The default implementation of the server storage backend uses git, so it easily supports labelled versions of configuration environments as well as being accessible to a wide range of tooling for managing the content. It is easy to add alternative implementations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Service Bus Explorer

    Service Bus Explorer

    Connect to a Service Bus namespace and administer messaging entities

    The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topics, queues, subscriptions, relay services, notification hubs, and events hubs. Microsoft Azure Service Bus is a reliable information delivery service. The purpose of this service is to make communication easier. When two or more parties want to exchange information...
    Downloads: 154 This Week
    Last Update:
    See Project
  • 8
    Docker images for Selenium Grid Server

    Docker images for Selenium Grid Server

    Docker images for the Selenium Grid Server

    Grid 4 has the ability to start Docker containers on-demand, this means that it starts a Docker container in the background for each new session request, the test gets executed there, and when the test completes, the container gets thrown away. This execution mode can be used either in the Standalone or Node roles. The "dynamic" execution mode needs to be told what Docker images to use when the containers get started. Additionally, the Grid needs to know the URI of the Docker daemon. If you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    JUnit 5

    JUnit 5

    Programmer-friendly testing framework for Java and the JVM

    The 5th major version of the programmer-friendly testing framework for Java and the JVM. JUnit 5 is the next generation of JUnit. The goal is to create an up-to-date foundation for developer-side testing on the JVM. This includes focusing on Java 8 and above, as well as enabling many different styles of testing. Official CI build server for JUnit 5. Used to perform quick checks on submitted pull requests and for build matrices including the latest released OpenJDK and early access builds...
    Downloads: 228 This Week
    Last Update:
    See Project
  • Online Payroll Software Icon
    Online Payroll Software

    Netchex is a cloud-based HCM (Human Capital Management) system designed to help businesses manage the employee lifecycle

    Now more than ever, businesses need HR and payroll software solutions that are easy to use, light on the pockets, backed by exceptional customer service and totally customized to their needs. Well, you've come to the right place.
  • 10
    CMake

    CMake

    Cross-platform tool to build, test and package software

    CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK...
    Downloads: 169 This Week
    Last Update:
    See Project
  • 11
    Outline Client

    Outline Client

    Outline clients, developed by Jigsaw

    Outline clients, developed by Jigsaw. The Outline clients use the popular Shadowsocks protocol, and lean on the Cordova and Electron frameworks to support Windows, Android / ChromeOS, Linux, iOS and macOS. The Outline Client is a cross-platform VPN or proxy client for Windows, macOS, iOS, Android, and ChromeOS. The Outline Client is designed for use with the Outline Server software, but it is fully compatible with any Shadowsocks server. The client's user interface is implemented in Polymer 2.0...
    Downloads: 155 This Week
    Last Update:
    See Project
  • 12
    DevilutionX

    DevilutionX

    Diablo build for modern operating systems

    ... the shareware portion of the game. We hope to provide a good starting point for mods, in addition to the full Devilution source code we also provide modding tools. If you want to help test the latest development stage of the next version (make sure to backup your files as these may contain bugs), you can fetch the test build artifact from one of the build server.
    Downloads: 53 This Week
    Last Update:
    See Project
  • 13
    croc

    croc

    Easily and securely send things from one computer to another

    Yet another way to transfer files that strikes a good balance between speed, security or simplicity by using relay-assisted peer-to-peer transactions and end-to-end encryption via password-authenticated key exchange. There are a lot of ways to transfer files. Above the basic necessity of preserving the data during the transfer, sharing data should be fast, secure, and most of all, easy. Most file transfer utilities I’ve used encompass two thirds of these qualities. I’ve wanted to make a utility...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 14
    Ninjabot

    Ninjabot

    A fast cryptocurrency platform for trading bot in Go

    A fast cryptocurrency trading bot framework implemented in Go. Ninjabot permits users to create and test custom strategies for spot markets. Ninjabot is an open-source platform that provides tools to implement custom strategies and backtests for trading cryptocurrencies in Go. Ninjabot CLI provides utilities commands to support backtesting and bot development. Currently, we only support Binance exchange. If you want to include support for other exchanges, you need to implement a new struct...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15
    Umbrel

    Umbrel

    A beautiful personal server OS for Raspberry Pi or any Linux distro

    Run your personal server with a Bitcoin and Lightning node in your home, self-host open source apps like Nextcloud and Matrix to break away from big tech, and take full control of your data. For free. All our interactions on the internet today are mediated by a few companies who offer “free” services in exchange for storing our data on their servers to spy on us. Running a personal server fundamentally changes that. You and your family’s photos, videos, files, notes, passwords, everything, have...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 16
    XMage

    XMage

    Magic Another Game Engine

    ... supports a special test mode for testing combos and other game situations with pre-defined conditions. There are public servers where you can play XMage against other players. You can also host your own server to play against the AI and/or your friends. Supports special formats like Commander (up to 10 players), Oathbreaker, Cube, Tiny Leaders, Super Standard, Historic Standard and more.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 17
    Exchange Server SMTP Logs Viewer

    Exchange Server SMTP Logs Viewer

    Read Exchange Server SMTP Send and Receive Logs

    The Exchange Server SMTP Log Viewer is a graphical tool developed using Python. It is designed to help system administrators and developers analyze SMTP server logs efficiently.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Windows ACME Simple (WACS)

    Windows ACME Simple (WACS)

    A simple ACME client for Windows (for use with Let's Encrypt et al.)

    This is a ACMEv2 client for Windows that aims to be very simple to start with, but powerful enough to grow into almost every scenario. A very simple interface to create and install certificates on a local IIS server. A more advanced interface for many other use cases, including Apache and Exchange. Automatically creates a scheduled task to renew certificates when needed. Get certificates with wildcards, international names, OCSP Must Staple extension (optional). Re-use private keys for DANE...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 19
    Superalgos

    Superalgos

    Free, open-source crypto trading bot, automated bitcoin trading

    Free, open-source crypto trading bot, automated bitcoin/cryptocurrency trading software, algorithmic trading bots. Visually design your crypto trading bot, leveraging an integrated charting system, data-mining, backtesting, paper trading, and multi-server crypto bot deployments. Superalgos is not just another open-source project. We are an open and welcoming community nurtured and incentivized with the project's native Superalgos (SA) Token, building an open trading intelligence network. You...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 20
    PlantUML

    PlantUML

    Generate diagrams from textual description

    Generate UML diagram from textual description. PlantUML is not affected by the log4j vulnerability. The easiest way to test PlantUML is in an online solution that has PlantUML embedded, such as our online server. After testing, you may want to install PlantUML locally. Run (or have your software call) PlantUML, using sequenceDiagram.txt as input. The output is an image, which either appears in the other software, or is written to an image file on disk. Diagrams are defined using a simple...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 21
    smtp4dev

    smtp4dev

    The fake smtp email server for development and testing

    smtp4dev - the fake SMTP email server for development and testing. A dummy SMTP server for Windows, Linux, Mac OS-X (and maybe elsewhere where .NET Core is available). Lets you test your application without spamming your real customers.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 22
    FreeTAKServer

    FreeTAKServer

    Situational Awareness Server compatible with TAK clients

    FTS is a Python3 implementation of a TAK Server for devices like ATAK, WinTAK, and ITAK, it is cross-platform and runs from a multi-node installation on AWS down to the Android edition. It's free and open source (released under the Eclipse Public License. FTS allows you to connect ATAK clients to share geo-information, to chat with all the connected clients, exchange files and more. It intends to support all the major use cases of the original TAK server.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 23
    Appium

    Appium

    Automation for iOS, Android, and Windows Apps

    Appium is an open source test automation framework for use with native, hybrid and mobile web apps. It drives iOS, Android, and Windows apps using the WebDriver protocol. Is native app automation missing from your tool belt? Problem solved. Appium is built on the idea that testing native apps shouldn't require including an SDK or recompiling your app. And that you should be able to use your preferred test practices, frameworks, and tools. Appium is an open source project and has made design...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 24
    Mail-in-a-Box

    Mail-in-a-Box

    Take back control of your email with this mail server in a box

    Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server, a mail server in a box. Mail-in-a-Box lets you become your own mail service provider in a few easy steps. It’s sort of like making your own gmail, but one you control from top to bottom. Technically, Mail-in-a-Box turns a fresh cloud computer into a working mail server. But you don’t need to be a technology expert to set it up. Our goals are to make deploying...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    IPBan

    IPBan

    IPBan is a trusted, free security software to block hackers

    Since 2011, IPBan is the world's most trusted, free security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Upgrade to IPBan Pro today and get a discount. Auto-ban ip addresses by detecting failed logins from event viewer and/or log files. On Linux, SSH is watched by default. On Windows, RDP, OpenSSH, VNC, MySQL, SQL Server, Exchange, SmarterMail, and MailEnable are watched. More applications can easily be added...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next