awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesIntensity Controls

Tiered constraint systems for regulating the aggressiveness of code minimization.

Distinct from Simplification Patterns: Distinct from Simplification Patterns: provides the mechanism to control the degree of simplification rather than the patterns used to simplify.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Intensity Controls. Refine with filters or upvote what's useful.

Awesome Intensity Controls GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dietrichgebert/ponytailAvatar de DietrichGebert

    DietrichGebert/ponytail

    21,305Ver en GitHub↗

    Ponytail is an LLM code simplification framework and AI agent guardrail system. It provides rules and constraints designed to stop coding agents from producing unnecessary or overly complex logic, ensuring that AI-generated code remains minimal and maintainable. The project features a codebase complexity auditor that scans repositories and code diffs to identify over-engineered patterns and suggest deletions. It also includes a technical debt ledger to track and log deferred shortcuts and cleanup tasks. The framework supports an AI code review workflow and automated code simplification. Thes

    Uses a tiered scale of constraints to control how aggressively AI minimizes generated code output.

    JavaScriptagent-skillsai-agentsclaude
    Ver en GitHub↗21,305
  • rwaldron/johnny-fiveAvatar de rwaldron

    rwaldron/johnny-five

    13,401Ver en GitHub↗

    Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots and IoT devices. It provides a standardized library for managing pins, motors, and displays across various microcontroller platforms, allowing developers to control sensors and actuators using a consistent JavaScript API. The framework is distinguished by its use of a plugin-based hardware abstraction system, which enables communication with diverse hardware platforms and protocols. It supports real-time hardware manipulation and debugging through a read-eval-print loop that a

    Johnny-Five controls light intensity or creates transitions like pulsing and fading using pulse-width modulation pins.

    JavaScript1-wireadcarduino
    Ver en GitHub↗13,401
  1. Home
  2. Software Engineering & Architecture
  3. Code Refactoring Guidelines
  4. Simplification Patterns
  5. Intensity Controls

Explorar subetiquetas

  • LED Brightness ModulationCapabilities for adjusting the luminosity of light-emitting diodes using pulse width modulation. **Distinct from Intensity Controls:** Focuses on physical light intensity rather than the code minimization constraints described in the candidate Intensity Controls.