Showing 16 open source projects for "video-making"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 1
    Gradle License Plugin

    Gradle License Plugin

    Gradle plugin that provides a task to generate a HTML license report

    ...It automatically detects third-party libraries and generates a report containing license details. This is particularly useful for ensuring compliance with open-source licenses, making it easier for teams to identify potential legal issues or attribution requirements before releasing software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Job DSL Plugin

    Job DSL Plugin

    Define Jenkins jobs using Groovy-based domain-specific language

    The Job DSL Plugin allows Jenkins users to define and manage their jobs using a Groovy-based domain-specific language (DSL). This enables infrastructure-as-code for Jenkins jobs, making CI/CD pipelines reproducible, version-controlled, and easy to update. The plugin simplifies the creation of complex build configurations and supports templates, conditional logic, and job generation through scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Gradle Git Version

    Gradle Git Version

    A Gradle plugin that uses `git describe` to produce a version string

    ...The plugin integrates with Gradle’s project.version, so the computed version flows automatically into publishing, packaging, and artifact naming. It works well in branching workflows by incorporating branch or distance information, making debug artifacts easy to trace back to source. By centralizing version logic around Git history, it eliminates manual bumps and reduces mistakes when cutting releases across multiple modules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Gradle JOOQ Plugin

    Gradle JOOQ Plugin

    Gradle plugin that integrates jOOQ

    ...By automating schema-to-code generation, the plugin keeps the application’s data model and database in sync. This reduces runtime errors and increases productivity by making database interactions strongly typed and integrated into the development workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Shoplogix Smart Factory Platform Icon
    Shoplogix Smart Factory Platform

    For manufacturers looking for a powerful Manufacturing Execution solution

    Real-time Visibility into Your Shop Floor's Performance. The Shoplogix smart factory platform enables manufacturers to increase overall equipment effectiveness, reduce operational costs, sustain growth and improve profitability by allowing them to visualize, integrate and act on production and machine performance in real-time. Manufacturers that trust us to drive efficiency in their factories. Real-time visual data and analytics provide valuable insights to make better informed decisions. Uncover hidden shop floor potential and drive rapid time to value. Develop a continuously improving culture through training, education and data-driven decisions. Compete in the i4.0 world by making the Shoplogix Smart Factory Platform the cornerstone of your digital transformation. Connect to any equipment or device to automate data collection and exchange it with other manufacturing technologies. Automatically monitor, report and analyze machine states to track real-time production.
    Learn More
  • 5
    JMH Gradle Plugin

    JMH Gradle Plugin

    Integrates the JMH benchmarking framework with Gradle

    ...It simplifies the workflow by handling classpath setup and wiring Gradle tasks for running benchmarks. Developers can run benchmarks via Gradle commands, produce reports, and compare performance over time. This reduces the manual effort of setting up JMH, making performance testing a natural part of the development cycle. The plugin is especially useful in projects where regression in execution speed or memory use must be carefully monitored.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gradle Lint Plugin

    Gradle Lint Plugin

    Linter tool for identifying and reporting on patterns of misuse

    ...The plugin supports custom rules and can even automatically fix certain violations (e.g. unused dependencies) via a fixGradleLint task. Because it hooks into the end of many Gradle tasks, it can catch issues as part of a normal build workflow, making feedback immediate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Scipio ERP

    Scipio ERP

    An open source e-commerce solution

    ...The vast set of standard applications really lend themselves to further customization. With its built-in clustering and caching mechanisms, the software scales well with large-size operation, making it an ideal choice for mid- to large size companies, or as a hub for an integrated business architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gradle Xcode Plugin

    Gradle Xcode Plugin

    gradle plugin for building Xcode Projects for iOS, watchOS, macOS

    ...It provides a bridge between Gradle and Xcode’s build tools, enabling multiplatform or Android+iOS projects to use a unified build system. This plugin supports key features like provisioning profile management, dependency integration, and command-line automation for Apple platform projects, making it ideal for CI/CD pipelines or hybrid environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Img Optimizer Gradle Plugin

    Img Optimizer Gradle Plugin

    Gradle plugin for optimizing PNGs

    ...The plugin runs during the Gradle build cycle, scanning image assets and applying optimizations transparently, which helps minimize the app’s binary footprint without manual image editing. Because it is integrated into the build, it can process only changed images and skip redundant work, improving performance. Its configuration is minimal, making it easy to adopt in existing Android projects. For apps sensitive to download size or memory usage, this plugin offers a practical way to squeeze out extra gains in deployment efficiency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Make hybrid work a reality with Robin Icon
    Make hybrid work a reality with Robin

    With maps, space and desk management, distance planning, analytics, and more, returning to the office is easier than ever.

    Whether you want to make it easier to find, book meeting rooms or search and reserve shared desks, Robin empowers office managers and employees alike to make the office work for them, and not the other way around.
    Learn More
  • 10
    myjaphoo
    MyJaPhoO My Java Photo Organizer Manages local Photo and Video Collections
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OkReplay

    OkReplay

    Record and replay OkHttp network interaction in your tests

    ...During the first run of a test annotated with @OkReplay, the library records outgoing HTTP requests and their responses into tape files. On subsequent runs, it intercepts those requests and serves the recorded responses instead of making real network calls. This allows tests to be executed offline, reduces flakiness due to network variability, and isolates the test environment from external dependencies. OkReplay integrates with testing frameworks such as JUnit and Espresso, so it fits naturally into Android testing pipelines. Because recording only happens when running with the annotation, production code paths remain unaffected. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Lazybones

    Lazybones

    A simple project creation tool that uses packaged project templates

    ...It allows developers to generate new projects from templates with a simple command, filling in details such as project structure, configuration files, and boilerplate code. Templates can be customized or created from scratch, making it easy to enforce consistent setups across teams or organizations. Lazybones supports updating existing projects from newer versions of templates, easing long-term maintenance. It is commonly used to bootstrap Grails, Ratpack, or Gradle-based projects, but it can handle any JVM project layout. By automating the scaffolding process, Lazybones reduces setup time and encourages best practices by distributing pre-approved templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Lint Cleaner Plugin

    Lint Cleaner Plugin

    A Gradle Plugin that removes unused resources in Android projects

    ...It integrates with Android’s lint checks, giving developers immediate feedback during the build process. The tool can also generate reports that highlight where optimizations are possible, making cleanup transparent. By automating the detection and removal of dead resources, it reduces technical debt and improves both the readability and efficiency of Android apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GSN is a middleware (extendible software infrastructure) for rapid deployment and integration of heterogeneous wireless sensor networks. It is tested with Mica2, Mica2Dot, TinyNodes, Wisenode ,Wired & Wireless cameras, several RFID readers,...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MACFOB’s outcomes will meet the important user need of making multimedia web resources easier to access through developing technologies that support the creation of synchronized annotations. Main product of this project is called Synote.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Zahlemann site used to be the home of the Zahlemann project (which currently sleeps). Now I use it for different little tools I write. See project home page (http://zahlemann.sourceforge.net) for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next