awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dietrichgebert/ponytailAvatar de DietrichGebert

    DietrichGebert/ponytail

    21,305Voir sur 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
    Voir sur GitHub↗21,305
  • rwaldron/johnny-fiveAvatar de rwaldron

    rwaldron/johnny-five

    13,401Voir sur 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
    Voir sur GitHub↗13,401
  1. Home
  2. Software Engineering & Architecture
  3. Code Refactoring Guidelines
  4. Simplification Patterns
  5. Intensity Controls

Explorer les sous-tags

  • 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.