Showing 37 open source projects for "execute"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Spatie Browsershot

    Spatie Browsershot

    Convert HTML to an image, PDF or string

    Browsershot is a PHP package that allows developers to convert web pages into images or PDFs. It utilizes headless Chrome to render pages accurately and can be used to capture screenshots, generate PDFs, and manipulate web content programmatically. It is especially useful for applications that require generating visual content from dynamic or static web pages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ffmpeg-commander

    ffmpeg-commander

    A web-based GUI for quickly generating common FFmpeg command-line

    ...Built with modern web technologies, it generates FFmpeg commands dynamically based on user input. The tool focuses on common workflows such as format conversion, compression, and codec selection. It can optionally connect to a backend service to execute commands and stream progress updates in real time. The interface is inspired by tools like HandBrake, aiming to lower the barrier to entry for FFmpeg usage. Overall, it acts as a bridge between ease of use and powerful multimedia processing capabilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Jaffree

    Jaffree

    Java ffmpeg and ffprobe command-line wrapper

    Jaffree is a Java library that provides a clean and modern API for interacting with FFmpeg, allowing developers to programmatically execute multimedia processing tasks. It abstracts the complexity of command-line FFmpeg usage by offering strongly typed Java classes for configuring inputs, outputs, codecs, and filters. The library supports streaming data, handling real-time processing scenarios, and integrating FFmpeg pipelines directly into Java applications. It is designed for flexibility and performance, enabling both simple conversions and advanced multimedia workflows. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CLIAMP

    CLIAMP

    Terminal music player inspired by winamp

    ...It focuses on simplifying repetitive development tasks by offering a structured and scriptable environment where commands can be composed and reused efficiently. The tool emphasizes minimalism and speed, allowing developers to execute workflows without leaving the command-line environment. It is particularly useful for developers who prefer keyboard-driven workflows and want to reduce reliance on graphical interfaces. CLIAMP supports extensibility, enabling users to define custom commands or integrate it with other tools in their development stack. Its design aligns with modern CLI tooling trends, prioritizing composability and developer ergonomics. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    Google Cloud Build community images

    Google Cloud Build community images

    Community-contributed images for Google Cloud Build

    Google Cloud Build community images repository is an open-source collection of community-contributed Docker builder images designed to extend the capabilities of Google Cloud Build beyond its official set of supported tools. It provides source code for a wide variety of builders that can be used as individual steps within Cloud Build pipelines, enabling developers to execute specialized tasks that are not covered by default builder images. Each builder is packaged as a Docker image and must be built and pushed to a project-specific registry before being used, giving teams full control over versions, dependencies, and customization. The repository follows a standardized structure where each builder includes its own configuration files, examples, and usage instructions, making it easier to integrate into CI/CD workflows. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    jsconsole

    jsconsole

    Web based console - for presentations and workshops

    ...It provides an in-browser REPL-style environment where you can type JS expressions and see output instantly, making it useful for teaching, debugging snippets, or demonstrating ideas without setting up a local development environment. One hallmark of jsconsole is its remote debugging support: you can connect a remote browser or device to your console session and receive console output or even execute commands in that context, which simplifies diagnosing problems on devices you don’t have physically in front of you. While more limited than full browser dev tools, it’s lightweight and accessible from anywhere with a browser, and the project includes the full web-app source so you can self-host or customize it for specific use cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    IMYplay

    IMYplay

    Plays iMelody (IMY) files using many sound systems

    ...PC-Speaker (at least Linux and DOS). It can also: - convert IMY ringtones to MIDI files, - convert IMY ringtones to WAV files, - write raw samples to an output file, - execute an external program on each note. See the project homepage https://imyplay.sourceforge.io and the project Wiki in the menu above.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    Soundboard

    Soundboard

    Theatrical sound cueing for the rest of us.

    Soundboard makes building/executing sound cues for theatrical performance a snap. With a mix of sound, fade, stop, pause, and resume cues, you can create elegant designs, and execute them with the simple push of a button. Soundboard is designed for portability and ease of use with a straightforward interface that will help those who aren't audio specialists create designs like a pro.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 9
    Yaoqiang BPMN Editor

    Yaoqiang BPMN Editor

    an Open Source BPMN 2.0 / DMN 1.1 Modeler

    Yaoqiang BPMN Editor is a graphical editor for business process diagrams, compliant with OMG specifications (BPMN 2.0 / DMN 1.1).
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    CT4AM

    CT4AM

    Tools for 3D image analysis of additively manufactured parts

    ...Instead, CT4AM is a collection of small and simple apps that have already been successfully used to solve various problems in materials science and process visualization. You can either execute these tools directly or use their source codes to develop your own application for toolpath analysis or correlation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ffmpeg-go

    ffmpeg-go

    Golang binding for ffmpeg

    ffmpeg-go is a Go language binding for FFmpeg that allows developers to construct and execute complex multimedia processing pipelines using a fluent and programmatic API. It acts as a wrapper around FFmpeg command-line functionality, translating chained function calls into executable FFmpeg commands. The library enables tasks such as transcoding, cutting, filtering, and streaming media while maintaining a clean and readable syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    flutter_ffmpeg

    flutter_ffmpeg

    Not maintained anymore. Superseded by FFmpegKit

    flutter-ffmpeg is a cross-platform Flutter plugin that enables developers to execute FFmpeg commands within mobile applications. It provides prebuilt FFmpeg binaries and a unified API for Android and iOS, simplifying multimedia processing in Flutter projects. The plugin supports a wide range of operations such as transcoding, filtering, and streaming. It also includes access to FFprobe for retrieving media metadata. flutter-ffmpeg is designed to abstract platform-specific complexities, allowing developers to focus on application logic. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AllToMP3

    AllToMP3

    Download and Convert YouTube, SoundCloud & Spotify in MP3

    ...If you have an antivirus, it may interfere with AllToMP3. If you encounter any problem, try to add an exception for AllToMP3 or to deactivate it. Go in the app/ folder and execute ng serve. Then, in another terminal, in the main folder execute npm start (it allows hot-reload of the Angular part).
    Downloads: 13 This Week
    Last Update:
    See Project
  • 14
    RxFFmpeg

    RxFFmpeg

    FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl

    ...It integrates widely used encoding libraries such as x264, mp3lame, and fdk-aac, allowing it to support a broad range of media formats and transformations. The framework provides a wrapper around FFmpeg commands, making it easier to execute advanced media operations without directly handling low-level command syntax. It supports both synchronous and asynchronous execution, enabling developers to manage long-running media tasks efficiently within mobile applications. The system also includes features like hardware acceleration through MediaCodec, significantly improving performance on supported devices. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Rendertron

    Rendertron

    A Headless Chrome rendering solution

    Rendertron is a headless Chrome rendering solution designed to render & serialise web pages on the fly. Rendertron is designed to enable your Progressive Web App (PWA) to serve the correct content to any bot that doesn't render or execute JavaScript. Rendertron runs as a standalone HTTP server. Rendertron renders requested pages using Headless Chrome, auto-detecting when your PWA has completed loading and serializes the response back to the original request. To use Rendertron, your application configures middleware to determine whether to proxy a request to Rendertron. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pixel Art to CSS

    Pixel Art to CSS

    Pixel art animation and drawing web app powered by React

    Pixel Art to CSS is an online editor that helps you with that task. Combining the power of both box-shadow and keyframes CSS properties, you will get CSS code ready to use on your site. Furthermore, you can download your work in different formats such as static images, animated GIFs or sprite-like images. Pixel Art to CSS aims to be an intuitive tool by its simplicity, however, it is equipped with a wide range of features: customize your color palette, go back and forth in time, modify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    jaydle-project

    Download and extract mp3 using youtube-dl. And auto-tag mp3 meta data.

    ...You can check files by Store > List Directory, Or Store > List MP3 Files. 6. Open Jaydle Music Manager and select download directory. 7. Click Auto Tagging 8. If displaying result is O.K, click Execute. That's all, if the files separated by " - ", it will be tagged automatically. And you can move the to your library by clicking "Move tagged items". It'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    aws-lambda-ffmpeg

    aws-lambda-ffmpeg

    An S3-triggered Amazon Web Services Lambda function

    aws-lambda-ffmpeg is a project that enables running FFmpeg within AWS Lambda environments, allowing serverless media processing workflows. It packages FFmpeg binaries and provides examples of how to execute video and audio processing tasks in a serverless context. The system allows users to perform operations such as transcoding, resizing, and format conversion without managing dedicated servers. It leverages cloud storage services like S3 for input and output handling, enabling scalable processing pipelines. The project demonstrates how to overcome Lambda limitations such as execution time and storage constraints. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JSTx is used for displaying overlay graphics and text on top of a Philips television, changing channels, receiving remote control keys and changing television display modes. It is a command line utility to execute jointSPACE commands on a device that supports the jointSPACE protocol for Philips televisions (see http://jointspace.sourceforge.net for details on jointSPACE, which is based on DirectFB). It is used in various home automation/internet-of-things projects. There are three versions: 0.23 for 2009/2010 Philips televisions (xxx5 en xxx4 series), 0.24 for 2011-2012 televisions (xxx6-xxx7) and 0.24_2013 for 2013-2014 televisions (xxx8-xxx9 (only non-Android)). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jericho player

    jericho player

    linux, xmms2 based player, supports winamp modern skins

    First pre-alpha demo version (0.91) is out. This player has basic ability to load and execute winamp "maki-wasabi" modern scripts, for a customized visualization. Not all the maki objects and script functions are still implemented, and some of their methods are still empty and skipped on loading, but the demo shows some working basic player features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Launchpadctrl

    Control for Novation Launchpad on linux

    ----- ENGLISH ---- This software is made to be used with my driver : http://sourceforge.net/projects/drivernovationl/ For more information, last news, about my launchpad project and if you understand french, go here: http://forum.ubuntu-fr.org/viewtopic.php?id=1043581 ---- FRANCAIS ---- Ce soft est prévu pour fonctionner avec mon driver : http://sourceforge.net/projects/drivernovationl/ Pour plus d'informations, actualités, sur mon projet launchpad, faites un tour ici :...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    An IDE for people interested in Machine Vision/Image Processing. Written in Java, using JAI. It allows users to view image data and also provides a drag and drop environment that users can create/execute graphs of JAI operators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Watchfolder Logging

    Windows Service that logs file Activity in certain directories

    Uses Windows filesystemnotify API to detect and log new and deleted Files in configured Folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    scipion-xmipp

    scipion-xmipp

    Image processing framework to integrate EM software packages.

    Scipion is an image processing framework to obtain 3D models of macromolecular complexes using Electron Microscopy (3DEM). It integrates several software packages and presents an unified interface for both biologists and developers. Scipion allows to execute workflows combining different software tools, while taking care of formats and conversions. Additionally, all steps are tracked and can be reproduced later on. Xmipp is a well-known package in the EM image processing. It is integrated into Scipion and contains the algorithms in the core libraries and command line programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    runslides

    RunSlides offers interactive HTML5 slides

    RunSlides enables you to edit code snippets within HTML5 slides, to run it, and to display its output in a visually pleasant way
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB