awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dietrichgebert/ponytailالصورة الرمزية لـ DietrichGebert

    DietrichGebert/ponytail

    21,305عرض على 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
    عرض على GitHub↗21,305
  • rwaldron/johnny-fiveالصورة الرمزية لـ rwaldron

    rwaldron/johnny-five

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

استكشف الوسوم الفرعية

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