Showing 15 open source projects for "tau-analyzer-setup"

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    JMH Gradle Plugin

    JMH Gradle Plugin

    Integrates the JMH benchmarking framework with Gradle

    ...JMH is the de facto standard for writing accurate and reliable Java microbenchmarks, and this plugin automates tasks like generating benchmark sources, compiling them with the required JMH support classes, and packaging runnable benchmark jars. 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
  • 2
    IHUB Plugins

    IHUB Plugins

    A set of Gradle plugins that greatly simplify project management

    A collection of Gradle plugins designed to simplify project setup, versioning, dependency management, Spring Boot configuration, GraalVM support, and more, tailored for IHub’s monorepos and enterprise workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Protobuf Gradle Plugin

    Protobuf Gradle Plugin

    Protobuf Plugin for Gradle

    An officially supported Gradle plugin that automates Protocol Buffers (.proto) compilation, code generation, and integration with gRPC across various source sets. It simplifies protobuf setup, supporting multiple languages and output configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Job-DSL Gradle Example

    Job-DSL Gradle Example

    An example Job DSL project that uses Gradle for building and testing

    This is a sample project showing how to use the Jenkins Job DSL plugin in a Gradle-based setup. It provides example DSL scripts that generate Jenkins jobs, and integrates them into a Gradle build for automated job generation, testing, and validation. Configurable job definitions (folders, branches, parameters). Tests for DSL scripts to validate generated XML. Integration with Gradle tasks for generation & testing. Support for seeding Jenkins or updating via REST API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Jacoco Android Gradle Plugin

    Jacoco Android Gradle Plugin

    Gradle plugin that creates JaCoCo test reports for Android unit tests

    A Gradle plugin that auto-creates and configures JaCoCo code coverage tasks for each Android app/module variant, saving you from manual setup across build types and flavors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gradle Android JUnit Jacoco Plugin

    Gradle Android JUnit Jacoco Plugin

    Gradle plugin that generates JaCoCo reports

    ...The plugin integrates cleanly with the Android Gradle Plugin’s task graph, so coverage runs are reproducible across developers and build servers. It helps teams make coverage a first-class metric without hand-crafting custom Gradle tasks for every variant. By lowering setup friction, it encourages frequent measurement and concrete targets for improving test depth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Nest Manager

    Nest Manager

    NST Manager (SmartThings)

    ...It offers a unified dashboard, rich device tiles, and automation hooks so users can monitor and control temperature, modes, and alerts alongside other smart home devices. The project emphasizes usability with guided setup flows, status summaries, and in-app diagnostics to help troubleshoot connectivity or permission issues. It exposes detailed attributes and commands, enabling powerful rules and scenes that coordinate Nest with sensors, presence, and schedules in SmartThings. Historical and environmental data can be surfaced to support energy-aware automations and notifications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Greenfield

    Greenfield is a lightweight eCommerce application

    Greenfield is a lightweight eCommerce application focused on quick and easy setup. Greenfield is built on Grails, a full stack web application framework for the JVM. Currently developed for Grails version 2.4.4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CI Tools Demo

    CI Tools Demo

    Docker Infrastructure via docker-compose

    This repository provides a Docker-powered CI tools demo environment via a single command with docker-compose. It assembles popular CI/CD components—Jenkins, SonarQube, Nexus, GitLab, and Selenium Grid—each running in separate containers, facilitating self-contained integration testing or workshops. It’s not intended for production but serves as a practical demo or launchpad for containerized CI stacks. Each tool runs in an isolated container for modular experimentation. Maintained primarily...
    Downloads: 0 This Week
    Last Update:
    See Project
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 10
    Lazybones

    Lazybones

    A simple project creation tool that uses packaged project templates

    ...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
  • 11
    Robolectric Gradle Plugin

    Robolectric Gradle Plugin

    Gradle plugin for Robolectric

    ...Although the plugin is now deprecated and no longer maintained, it historically helped developers configure their Gradle builds to use Robolectric more easily by handling setup and dependencies automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Gradle Packer Plugin

    Gradle Packer Plugin

    Gradle plugin designed for Android builds

    The gradle‑packer‑plugin is a Gradle plugin designed for Android builds, aimed at automating the "channel packaging" process—creating multiple APK variants for distribution channels quickly and efficiently. It supports automatic version number incrementing and handles manifest configurations for different markets. For scenarios with hundreds of channels, its successor, Packer‑Ng offers significantly faster packaging. Handles manifest mismatches and market file exceptions. Successor plugin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Spock Example

    Spock Example

    Spock example specifications along with ready-to-go Gradle builds

    The Spock Example project is a reference repository demonstrating how to set up and use the Spock testing framework with Gradle or Maven. It includes sample Specification classes that illustrate key Spock features—given/when/then style, data-driven testing, mocking/stubbing, and interaction verification. The examples show how to integrate Spock into typical Java/Groovy projects, how to run tests inside IDEs like Eclipse or IntelliJ, and how to align build scripts with Spock’s dependencies....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SDK Manager Plugin

    SDK Manager Plugin

    Gradle plugin which downloads and manages your Android SDK

    The sdk-manager-plugin is a now‑deprecated Gradle plugin (by Jake Wharton) that automatically downloads and manages Android SDK components during Gradle builds. It was designed to reduce SDK installation friction but is obsolete due to built-in capabilities in newer Android Gradle Plugin versions. Your output likely will be different depending on the varying factors listed above. Subsequent runs will omit this output and proceed directly to normal execution. It currently takes about 100ms on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The GroovyStAr ("Groovy Static Analyzer") project describes a new extensible SCA tool for Java and Groovy. The extensibility is reached through a customizable set of Groovy-scripts, each representing a static source code query against the created AST.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next