Showing 93 open source projects for "jbpm-start"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 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.
  • 1
    Lantern

    Lantern

    Tool to access videos, messaging, and other popular apps

    ... to ensure security of our code. Lantern is easy to use, just download and install to start streaming, browsing and using apps, no configuration required. No installation, no registration, no registration, no configuration, just click and go! All you have to do is install it and hit the POWER button! Don't wait forever for your applications to load or the website to appear in your browser. Connect with Lantern and get there fast!
    Downloads: 89 This Week
    Last Update:
    See Project
  • 2
    Annie

    Annie

    Fast, simple and clean video downloader

    Annie is a fast, simple and clean video downloader built with Go. Download videos, playlists, and any multimedia resource with an URL. You can download multiple URLs at once and save your files with custom formats and quality presets. Annie is an open source project and built on the top of open-source projects. If you are interested, then you are welcome to contribute. A temporary .download file is kept in the output directory. If annie is ran with the same arguments, then the download...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 3
    fzf

    fzf

    A command-line fuzzy finder

    ... in fullscreen mode, but you can make it start below the cursor with the height option. Unless otherwise specified, fzf starts in "extended-search mode" where you can type in multiple search terms delimited by spaces. Fuzzy completion for files and directories can be triggered if the word before the cursor ends with the trigger sequence, which is by default **. Fuzzy completion for PIDs is provided for the kill command. In this case, there is no trigger sequence.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 4
    InfluxDB

    InfluxDB

    The open source time series database

    ... to help businesses seize opportunities and make the best decisions. InfluxDB is easy to start and easy to scale. Learn more about it on https://www.influxdata.com/
    Downloads: 18 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 5
    Engo

    Engo

    Engo is an open-source 2D game engine written in Go

    ... of iOS compatibility, mobile has been be added as a release target. Web support (wasm) is also available. v1.0 is now available! To celebrate, there will be a game jam coming soon to celebrate the release, start actually building things and hopefully find any issues. Updates for this will come soon.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    cli

    cli

    GitHub’s official command line tool

    Work with issues, pull requests, checks, releases and more. Call the GitHub API to script almost any action, and set a custom alias for any command. Connect to GitHub Enterprise Server in addition to GitHub. Allow contributors to easily notify you of changes they've pushed to a repository, with access limited to the contributors you specify. Easily merge changes you accept. Visual Studio Code is backed by high-performance VMs that start in seconds. Get updates on the GitHub activity you've...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Session Manager Plugin

    Session Manager Plugin

    This plugin helps you to use the AWS Command Line Interface (AWS CLI)

    This plugin helps you to use the AWS Command Line Interface (AWS CLI) to start and end sessions to your managed instances. Session Manager is a fully managed AWS Systems Manager capability that lets you manage your Amazon Elastic Compute Cloud (Amazon EC2) instances, on-premises instances and virtual machines. Session Manager provides secure and auditable instance management without the need to open inbound ports. When you use the Session Manager plugin with the AWS CLI to start a session...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Learn Go with Tests

    Learn Go with Tests

    Learn Go with test-driven development

    ... the fundamentals of the language by reading through go by example, exploring them with examples and discussing them as a group. This was a more interactive approach than "read chapter x for homework". Over time the team gained a solid foundation of the grammar of the language so we could then start to build systems. This is for people who are interested in picking up Go and/or people who already know some Go, but want to explore testing more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Dockle

    Dockle

    Container Image Linter for Security

    Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start. You can install dockle with the asdf version manager with this plugin, which automates the process of installing (and switching between) various versions of github release binaries. With asdf already installed, run commands to install dockle. You can scan your built image with Dockle in Travis CI/CircleCI. Though, you can ignore the specified target checkpoints by using .dockleignore file...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • 10
    Chainlink

    Chainlink

    node of the decentralized oracle network

    Securely connect smart contracts with off-chain data and services. Chainlink decentralized oracle networks provide tamper-proof inputs, outputs, and computations to support advanced smart contracts on any blockchain. Start building your hybrid smart contract with Chainlink. Use decentralization, trusted nodes, premium data, and cryptographic proofs to connect highly accurate and available data/APIs to any smart contract. Build on a flexible framework that can retrieve data from any API, connect...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    pty

    pty

    PTY interface for Go

    Pty is a Go package for using unix pseudo-terminals. Note that the examples are for demonstration purpose only, to showcase how to use the library. They are not meant to be used in any kind of production environment. Start assigns a pseudo-terminal tty os.File to c.Stdin, c.Stdout, and c.Stderr, calls c.Start, and returns the File of the tty's corresponding pty. InheritSize applies the terminal size of pty to tty. This should be run in a signal handler for syscall.SIGWINCH to automatically...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Ginkgo

    Ginkgo

    BDD testing framework for Go

    ... the installation instructions. An empty test suite is not very interesting. While you can start to add tests directly into books_suite_test.go you’ll probably prefer to separate your tests into separate files (especially for packages with multiple files). Ginkgo builds on Go's testing package, allowing expressive Behavior-Driven Development ("BDD") style tests. It is typically (and optionally) paired with the Gomega matcher library.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Elasticsearch Exporter

    Elasticsearch Exporter

    Elasticsearch stats exporter for Prometheus

    ... using a dedicated job with its own scraping interval. Commandline parameters start with a single - for versions less than 1.1.0rc1. Username and password can be passed either directly in the URI or through the ES_USERNAME and ES_PASSWORD environment variables. Specifying those two environment variables will override authentication passed in the URI (if any).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Ansible Semaphore

    Ansible Semaphore

    Modern UI for Ansible

    ... allows you to safely update your production environment. The pipeline is a key element of any CI/CD system. Thanks to it, the system goes from code to finished product. Ansible Semaphore is beautiful web interface for running Ansible playbooks. You do not need to change your playbooks to start using it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Cloud Torrent

    Cloud Torrent

    Cloud Torrent, a self-hosted remote torrent client

    Cloud torrent is a a self-hosted remote torrent client, written in Go (golang). You start torrents remotely, which are downloaded as sets of files on the local disk of the server, which are then retrievable or streamable via HTTP. Go is required to install from source. The provided set of core features requires large structural changes and therefore requires a complete rewrite for best results. This rewrite is in progress in the 0.9 branch though it will take quite some time. It will be capable...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Dolt

    Dolt

    Dolt, it's Git for data

    Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. All the commands you know for Git work exactly the same for Dolt. Git versions files, Dolt versions tables. It's like Git and MySQL had a baby. We also built...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Wox Linux

    Wox Linux

    A cross-platform launcher that simply works

    Wox is a cross-platform launcher that simply works. It's an alternative to Alfred and Launchy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    onedriver

    onedriver

    A native Linux filesystem for Microsoft OneDrive

    onedriver is a native Linux filesystem for Microsoft OneDrive. onedriver is a network filesystem that gives your computer direct access to your files on Microsoft OneDrive. This is not a sync client. Instead of syncing files, onedriver performs an on-demand download of files when your computer attempts to use them. onedriver allows you to use files on OneDrive as if they were files on your local computer. Easily sync files between any number of Windows, Mac, and Linux computers. You can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    chezmoi

    chezmoi

    Manage your dotfiles across multiple diverse machines, securely

    Manage your dotfiles across multiple diverse machines, securely. chezmoi helps you manage your personal configuration files (dotfiles, like ~/.gitconfig) across multiple machines. chezmoi provides many features beyond symlinking or using a bare git repo including templates (to handle small differences between machines), password manager support (to store your secrets securely), importing files from archives (great for shell and editor plugins), full file encryption (using gpg or age), and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Go 101

    Go 101

    An up-to-date (unofficial) knowledge base for Go programming

    Go 101 is a series of books on Go programming. Currently, the following books are available. Go (Fundamentals) 101, which focuses on Go syntax/semantics (except custom generics related) and all kinds of runtime related things. Go Generics 101, which explains Go custom generics in detail. Go Optimizations 101, which provides some code performance optimization tricks, tips, and suggestions. Go Details & Tips 101, which collects many details and provides several tips in Go programming. These...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Sablier

    Sablier

    Start your containers on demand, shut them down automatically

    Sablier is a free and open-source software that can scale your workloads on demand. Your workloads can be a docker container, a Kubernetes deployment, and more (see providers for the full list). Sablier is an API that starts containers for a given duration. It provides integrations with multiple reverse proxies and different loading strategies. Which allows you to start your containers on demand and shut them down automatically as soon as there’s no activity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Goreman

    Goreman

    foreman clone written in go language

    foreman clone written in go language. Will start all commands defined in the Procfile and display their outputs. Any signals are forwarded to each process. The main goroutine loads Procfile and starts each command in the file. Afterwards, it is driven by the following two kinds of events, and then take proper action against the managed processes. It receives a signal, which could be one of SIGINT, SIGTERM, and SIGHUP; It receives an RPC call, which is triggered by the command goreman run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    go-systemd

    go-systemd

    Go bindings to systemd socket activation, journal, D-Bus

    ..., for (de)serialization and comparison of unit files. The daemon package is an implementation of the sd_notify protocol. It can be used to inform systemd of service start-up completion, watchdog events, and other status changes. The dbus package connects to the systemd D-Bus API and lets you start, stop and introspect systemd units. API documentation is available online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Erigon

    Erigon

    Ethereum implementation on the efficiency frontier

    Erigon is an implementation of Ethereum (execution client), on the efficiency frontier, written in Go. For an Archive node of Ethereum Mainnet we recommend >=3TB storage space: 1.8TB state (as of March 2022), 200GB temp files (can symlink or mount folder <datadir>/etl-tmp to another disk). Ethereum Mainnet Full node ( see --prune* flags): 400Gb. Erigon by default is "all in one binary" solution, but it's possible start TxPool as separated processes. Same true about: JSON RPC layer (RPCDaemon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    sshpiper

    sshpiper

    The missing reverse proxy for ssh scp

    sshpiper is the reverse proxy for sshd. all protocols, including ssh, scp, port forwarding, running on top of ssh are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next