Showing 25 open source projects for "cd-ex"

View related business solutions
  • A Highly-Configurable Enterprise Quality Management System Icon
    A Highly-Configurable Enterprise Quality Management System

    ACE is a quality management software solution for companies of any size, small or large, in highly regulated industries.

    Our one-stop software includes inspection management, reporting, document management, product lifecycle management, learning management, audit management and more.
  • Kochava Marketers Operating System Icon
    Kochava Marketers Operating System

    Empowering Marketers and Publishers

    We deliver better insights and actionable data in one operational platform.
  • 1
    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 of...
    Downloads: 125 This Week
    Last Update:
    See Project
  • 2
    Buildbot

    Buildbot

    Python-based continuous integration testing framework

    Buildbot is an open-source framework for automating software build, test, and release processes. At its core, Buildbot is a job scheduling system: it queues jobs, executes the jobs when the required resources are available, and reports the results. Your Buildbot installation has one or more masters and a collection of workers. The masters monitor source-code repositories for changes, coordinate the activities of the workers, and report results to users and developers. Workers run on a...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Argo Workflows

    Argo Workflows

    Workflow engine for Kubernetes

    ... Workflows on Kubernetes. Run CI/CD pipelines natively on Kubernetes without configuring complex software development products. Argo Workflows is the most popular workflow execution engine for Kubernetes. It can run 1000s of workflows a day, each with 1000s of concurrent tasks. Our users say it is lighter-weight, faster, more powerful, and easier to use. Designed from the ground up for containers without the overhead and limitations of legacy VM and server-based environments.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Seldon Core

    Seldon Core

    An MLOps framework to package, deploy, monitor and manage models

    ... and deployment (CI/CD) tools to scale and update your deployment. Built on Kubernetes, runs on any cloud and on-premises. Framework agnostic, supports top ML libraries, toolkits and languages. Advanced deployments with experiments, ensembles and transformers. Our open-source framework makes it easier and faster to deploy your machine learning models and experiments at scale on Kubernetes. The Kubeflow project is dedicated to making deployments of machine learning (ML) workflows on Kubernetes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Smart IT Monitoring Icon
    Smart IT Monitoring

    We make IT management effective and simple. Easily observe your networks, servers, cloud services, containers, devices and applications.

    NetCrunch is a smart, agentless network monitoring and management software system capable of monitoring every device in a network. Developed by AdRem Software, NetCrunch helps businesses of all sizes remotely monitor network services, switches, routers, bandwidth utilization, and traffic flow and visualize their system performance.
  • 5
    Tekton Pipelines

    Tekton Pipelines

    A cloud-native Pipeline resource

    Tekton is a powerful and flexible open-source framework for creating CI/CD systems, allowing developers to build, test, and deploy across cloud providers and on-premise systems. Get started with Tekton. Tekton standardizes CI/CD tooling and processes across vendors, languages, and deployment environments. It works well with Jenkins, Jenkins X, Skaffold, Knative, and many other popular CI/CD tools. Tekton lets you create CI/CD systems quickly, giving you scalable, serverless, cloud native...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    testkube

    testkube

    Kubernetes-native testing framework for test execution

    Welcome to Testkube - Your friendly cloud-native testing framework for Kubernetes. Testkube natively integrates test orchestration and execution into Kubernetes and your CI/CD/GitOps pipeline. It decouples test artifacts and execution from CI/CD tooling; tests are meant to be part of your cluster's state and can be executed as needed. Out-of-the-box integrations with all popular testing tools and CI/CD systems mean no custom scripts are required to orchestrate your tests from any CI/CD/GitOps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpsManage

    OpsManage

    Automated operation and maintenance platform

    Automated operation and maintenance platform: code and application deployment CI/CD, asset management CMDB, scheduled task management platform, SQL audit | rollback, task scheduling, on-site WIKI. A code deployment, application deployment, scheduled tasks, and equipment asset management platform. Welcome to star or fork my open source project. If you need to quote the project code in your own project, please declare the agreement and copyright information in the project. Programming language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EARTHLY

    EARTHLY

    The effortless CI/CD framework that runs anywhere

    Share compute and cache with Earthly Satellites. Build remotely from the comfort of your terminal. Satellites use the code in your current directory, stream logs back to you in real time, and output results (images, artifacts) back to your laptop. When used from a CI, Earthly Satellites can be used to speed up builds, as the cache is retained between runs. Earthly was engineered for readability. Most engineers are able to read an Earthfile without any prior knowledge. We took some of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Keploy

    Keploy

    Testing for Developers. Toolkit that creates test-cases and data mocks

    Keploy is a functional testing toolkit for developers. It generates E2E tests for APIs (KTests) along with mocks or stubs(KMocks) by recording real API calls. KTests can be imported as mocks for consumers and vice-versa. Merge KTests with unit testing libraries(like Go-Test, JUnit..) to track combined test coverage. KMocks can also be referenced in existing tests or use anywhere (including any testing framework). KMocks can also be used as tests for the server. Keploy is added as a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Content Filtering and Cyber Safety for Schools | Linewize Icon
    Content Filtering and Cyber Safety for Schools | Linewize

    We keep students cyber-safe at school, at home, and everywhere in between

    Linewize combines world leading technology with world leaders in online safety education, IT administration, teaching and student safeguarding. Our aim is to help schools, students and families develop better digital habits and better communities. Utilizing a combination of AI and a team of highly trained human moderators, it’s the most advanced K-12 student threat detection tool available. Providing cyber safety education and tools, including a parent app, to engage your school community. Providing screen and content visibility of all devices in class, including BYOD and personal devices. Linewize Monitor is the most advanced student threat detection tool in K-12, helping Districts spot at-risk students. And it's the only solution to hold all four iKeepSafe student data privacy certifications; COPPA, FERPA, CSPC, and ATLIS.
  • 10
    ko Easy Go Containers

    ko Easy Go Containers

    Build and deploy Go applications on Kubernetes

    ko is a simple, fast container image builder for Go applications. It's ideal for use cases where your image contains a single Go application without any/many dependencies on the OS base image (e.g., no cgo, no OS package dependencies). ko builds images by effectively executing go build on your local machine, and as such doesn't require docker to be installed. This can make it a good fit for lightweight CI/CD use cases. ko makes multi-platform builds easy, produces SBOMs by default, and includes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Artillery

    Artillery

    Cloud-scale load testing. Fully serverless, test any stack

    Artillery is cloud-native, open source, and integrates with your favorite monitoring and CI/CD stack. Load test anything, at any scale. The most advanced load-testing platform in the world. Get started and run a test in minutes from your local machine. Then scale it out effortlessly. Free & open-source. Artillery scales like no other. Run your tests from your own AWS account with no infra to set up or manage. Use Playwright to load test with real browsers. Test HTTP, WebSocket, Socket.io, gRPC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jqp

    jqp

    A TUI playground to experiment with jq

    a TUI playground for exploring jq. This application utilizes itchyny's implementation of jq written in Go, gojq. Download the relevant asset for your operating system from the latest Github release. Unpack it, then move the binary to somewhere accessible in your PATH. Clone this repo, build from source with cd jqp && go build, then move the binary to somewhere accessible in your PATH. jqp also supports input from STDIN. STDIN takes precedence over the command line flag. jqp can be configured...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Serverless Framework

    Serverless Framework

    The easy and open way to build serverless applications

    Serverless Framework gives you everything you need to build serverless applications on any cloud. It provides structure, workflow automation and best practices out-of-the-box so you can deploy sophisticated serverless architectures. It uses new, event-driven compute services, such as AWS Lambda, Azure Functions, Google CloudFunctions and more. Serverless Framework lets you build apps made up of microservices that run in response to events. These auto-scale and will only charge you when...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CD
    CD (Canvas Draw) is a platform-independent graphics library. It is implemented in several platforms using native graphics libraries: Windows (GDI) and X-Windows (XLIB). The canvas is an abstract surface that can be a window, an image or a metafile.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 15

    gr-message_to_serial

    GNURADIO OOT block

    Block that receives a " message" and send string values over serial connection, to control hardware devices ( switch ), for example, via Arduino based controller ( see https://sourceforge.net/projects/ardu-switch/ ) Prerequisite: pyserial Build as usual for a Gnuradio block: - download and unpack - cd gr-message_to serial - mkdir build && cd build - cmake .. && make - sudo make install && ldconfig If successful this block is into OOT section... Enjoy ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    lglicua

    Developer Assistant for PUC-Rio Tecgraf sci/tech toolkits on GNU/Linux

    This project is an assistant for developers wanting to use one of Lua 5.1, 5.2, 5.3 and/or 5.4, together with the PUC-Rio Tecgraf scientific/technical toolkit projects, on a range of GNU/Linux distributions. The Tecgraf projects are hosted on SourceForge: "im" (Image Manipulation) <https://sourceforge.net/projects/imtoolkit/> "cd" (Canvas Draw) <https://sourceforge.net/projects/canvasdraw/> "iup" (Toolkit for GUIs) <https://sourceforge.net/projects/iup/> Lua also comes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Laravel for Tailwind CSS

    Laravel for Tailwind CSS

    A Tailwind CSS frontend preset for the Laravel Framework

    A Laravel front-end scaffolding preset for Tailwind CSS - a Utility-First CSS Framework for Rapid UI Development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pith PHP Framework
    ... now) Other objects can be loaded onto the $pith object, ex: $pith->filter, $pith->email, $pith->db
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An extremely lean and ridiculously lightweight JEE/web action-based framework. This enterprise featured "framework on a diet" is designed and built on the premise that less is more. No steep learning curves or endless bloat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    .NET Wrapper around the user interface library IUP and the graphic library CD from the guys at techgraf. Quite usable right now but lacks docs and some polishing. Should run on win/linux without recompiling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Xinc is a free open source continuous integration server written in PHP 5. The builder of choice is Phing and it comes with builtin SVN support. Currently Xinc 2.0 is under heavy development. A final version of Xinc 2.0 will be released until middle of f
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This framework uses inversion of control to get information about a class using reflection. A visitor is written by the CD to tell it that the class structure is invoking the corresponding method. Annotations polymorphism is supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ex-nunc is a web application framework written in OCaml. Its main purpose is to bring the benefits of statically typed languages to the web application domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ArchivedLayout separates the GUI description from the business logik. Layouts are described in well-readable XML files and dynamicly bound to Java fields and methods of the underlying program. Created in 2001. Used in several projects. Enjoy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    NiceSTEP is a set of Java components that replaces package java.awt and gives your Java application the look and feel of NeXTstep, GNUstep, and WindowMaker. Includes Slide Projector image viewer, FTP, Editor, and CD Burner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next