Showing 27 open source projects for "workflow"

View related 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.
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 1
    Lando

    Lando

    A development tool for all your projects that is fast, easy, powerful

    Push-button development environments hosted on your computer or in the cloud. Automate your developer workflow and share it with your team. Lando creates your dev environment and seeds it. Because you dont have time to configure Docker, debug tooling, or any of that space snarge. Make yourself at home in the stars. Pull projects down from Lando's hosting partners. Use your favorite IDE. See CLI tools working out-of-the-box. Distribute working dev environments to your whole team. Junior devs get...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    git-auto-commit Action

    git-auto-commit Action

    Automatically Commit changed Files back to GitHub

    Automatically Commit changed Files back to GitHub with GitHub Actions for the 80% use case. A GitHub Action to detect changed files during a Workflow run and to commit and push them back to the GitHub repository. By default, the commit is made in the name of "GitHub Actions" and co-authored by the user that made the last commit. Note that the Action has to be used in a Job that runs on a UNIX system (e.g. ubuntu-latest). If you don't use the default permission of the GITHUB_TOKEN, give the Job...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    helm-secrets

    helm-secrets

    A helm plugin that help manage secrets with Git workflow

    A helm plugin that help manage secrets with Git workflow and store them anywhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JEKYLL DEPLOY ACTION

    JEKYLL DEPLOY ACTION

    Github Action to deploy the Jekyll site conveniently for GitHub Pages

    A GitHub Action to deploy the Jekyll site conveniently for GitHub Pages. As we known, GitHub Pages runs in safe mode and a set of allow-listed plugins. To use the gem in GitHub Pages, you need to build locally or use CI (e.g. travis, github workflow) and deploy to your gh-pages branch. Therefore, if you want to make Jekyll site run as if it were local, such as let the custom plugins work properly, this action can be very useful for you, because it's really convenient to build and deploy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 5
    Swift Package Dependencies Checker

    Swift Package Dependencies Checker

    Catch up with outdated versions based on your package dep requirements

    This action process your Package.swift file to detect outdated versions based on your package dependency requirements. Action will fail in case there are outdated dependencies. This can be suppressed by setting the input parameter failWhenOutdated to false. Then use the output parameter outdatedDependencies to know if the action detected any outdated dependencies. By setting isMutating you declare the intention to update Package.resolved (if present). Please note that the action itself does...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    transcrypt git

    transcrypt git

    transparently encrypt files within a git repository

    ....), while still allowing you to work normally on your local working copy. You can conveniently store things like passwords and private keys within your repository and not have to share them with your entire team or complicate your workflow. transcrypt is in the same vein as existing projects like git-crypt and git-encrypt, which follow Git's documentation regarding the use of clean/smudge filters for encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    asap

    asap

    A modern cmake starter project for C++ with a complete build lifecycle

    A modern cmake starter project for C++ with a complete build lifecycle, testing, dependency management, etc. Portable across Linux, OS X and Windows. Have you ever found yourself spending countless hours trying to figure out how to start a professional C++ project with unit tests, a robust dev workflow, change logs, code coverage, linting, formatting...? The C++ ecosystem is getting better but is still very far away from other ecosystems such as JavaScript, or even Rust. It's certainly easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DVA-Profession

    DVA-Profession

    Mass video digitization workflow management for archiving

    Professional digital video archiving system solution, developed and used by the Austrian national audio/video archive, designed to handle vast amounts of video content from ingest to long-term storage, including analysis, transcoding and metadata.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Amplicon_Sequencing_Worfklow

    Amplicon_Sequencing_Worfklow

    Analyzing amplicon data from sequences to stats

    This is a collection of scripts and instructions on how to analyzing amplicon sequence data (i.e., 16S, ITS2, & other marker genes). I created this workflow to create a consistent set of methods for analyzing amplicon sequence data, from when you first receive the sequence data to statistical analyses & data visualization. All you need is to have the latest version of R installed, some experience with the command line & shell, and enough memory to run all of the programs. There are also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10
    Plugin for secrets management in Helm

    Plugin for secrets management in Helm

    A helm plugin that help manage secrets with Git workflow

    We store secrets and values in helm_vars dir structure just like in this repository example dir. All this data versioned in GIT. Working in teams on multiple projects/regions/envs and multiple secrets files at once. We have Makefile in our Helm charts repo to simplify install helm-secrets plugin with helm and other stuff we use. Same Makefile used to rebuild all helm charts with dependencies and some other everyday helpers. Encrypting, Decrypting, Editing secrets on local clones, making...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Vessel

    Vessel

    Up and running with small Docker environments

    Vessel started as a bash script I put together to make working with Docker easier. It all started because Docker commands are cumbersome to type. You end up in the CLI pretty often when hacking on Laravel projects - a typical workflow in Laravel involves creating controllers or models, creating and running migrations, running queue workers, adding more packages, and more. I developed this workflow from my own daily use, and even created a free video series about it. However, I wanted to make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    rust-env

    Create and manage rust environments

    This is mostly a wrapper around cargo to create and manage rust environments in a way that suites my workflow (e.g. using mercurial VCS in place of git). It may not be of interest to anybody else but me, but is there if people want to use it, or use it as a base to create something more suitable for themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AICtools

    AICtools

    Workflow and set of tools for Automated Imagery Classification

    AICtools is a GIS workflow and set of tools to facilitate Automated Imagery Classification (AIC) and analysis of surface features over time. Allows bulk processing of large data sets, including automated metadata processing/filtering, compressed archive extraction and file manipulation, raster band compositing, pre-processing, mosaicking, clipping. Automates a subset of operations involved in classification of satellite imagery and the associated raster calculations used for time trend analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Apodio Gnu/linux multimedia distribution

    Apodio Gnu/linux multimedia distribution

    Apodio - Gnu/linux Os for Artists & More

    APODIO is a GNU/Linux operating system containing audio, text-friendly, graphic and video tools. It can be used as a liveCD/USB or be installed on a partition of your hard disk. http://apodio.org
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 15
    GitHub Action to Sync S3 Bucket

    GitHub Action to Sync S3 Bucket

    GitHub Action to sync a directory with a remote S3 bucket

    This simple action uses the vanilla AWS CLI to sync a directory (either from your repository or generated during your workflow) with a remote S3 bucket.As of v0.3.0, all aws s3 sync flags are optional to allow for maximum customizability (that's a word, I promise) and must be provided by you via args. --acl public-read makes your files publicly readable (make sure your bucket settings are also set to public). --follow-symlinks won't hurt and fixes some weird symbolic link problems that may come...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Cress Tool Suite

    Cress Tool Suite

    Cress is a comprehensive toolset for graphical service/workflow design

    Cress (Communication Representation Employing Systematic Specification) allows graphical description of a wide variety of services such as in data communications/telecommunications, but Cress is not limited to this. The approach allows services to be described graphically as (work)flows of activities. Cress diagrams are automatically translated into formal languages for rigorous analysis and verification, and are also automatically translated into implementation languages for deployment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    KISSmenu

    KISSmenu

    KeepItSimple: organize&integrate your tools in a non-/interactive menu

    Do you have dozens of tools with dozens of parameters? KISSmenu helps you to organize them, to integrate them and to run them interactively in a terminal based menu or automatically, e.g. starting it up as a cron job. Development or tooling environment: shortcut based menu of commands, which can be used both interactively and non-interactively. Middleware: simply integrates various software through environment variables. Really simple! A 500 lines long bash script easy to maintain,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Workflows may be built using web services as building blocks. WFLOW is a web-browser based workflow editor that uses Tigra Tree Menu, Graphviz, gSOAP, and bashlib to build, display, and invoke workflows built from WSDL described web services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    hdrff is a modular shell script (bash) for automatic processing of HDR image-sequences. It supports the complete workflow from downloading the images to the harddisk, aligning, HDR-creation and tonemapping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MY MAMP DUMP
    MY MAMP DUMP is a free Mac OS X Automator workflow to import and export databases of MAMP (http://www.mamp.info/en/mamp) and/or MAMP PRO (http://www.mamp.info/en/mamp-pro).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JMrTools, is inspired by the MrTools Perl Project (Written by Robert Marino). This JAVA project implements ssh telnet, scp, rsync, sftp, ftp, and stdio. Providing execution/transfer of commands, script, or files on Multiple hosts concurrently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ebills is a PHP/MySQL billing, customer care and workflow system. It automates the production of itemised telephone bills, service/utility bills and product invoices. It produces customer letters, helps collect debts and integrates with other systems. It is versatile enough to be used in any billing environment and easily integrates with other systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A tool for the development and customization of an information system for traceability and workflow management of virtually any business process or product.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ShareDoc is a Document Manager System for small and medium company or organisation which need organisation and workflow for their documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PHPSAT is a workflow utility designed specifically for System Administrator's. It lets sysadmin's manage the jobs that users submit, with user submitted jobs entered via email or, alternatively, the sysadmin's can manually enter jobs on the behalf of user
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next