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

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

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

1 مستودع

Awesome GitHub RepositoriesCyclomatic Complexity Approximators

Tools that estimate software complexity by scanning for control-flow keywords and operators.

Distinct from Code Complexity: Distinct from general Code Complexity: specifically implements keyword-based approximation rather than full AST analysis.

Explore 1 awesome GitHub repository matching part of an awesome list · Cyclomatic Complexity Approximators. Refine with filters or upvote what's useful.

Awesome Cyclomatic Complexity Approximators GitHub Repositories

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

    boyter/scc

    8,469عرض على GitHub↗

    Scc is a codebase analysis tool written in Go that calculates source lines of code, blank lines, and comments across hundreds of programming and markup languages. It functions as a source code metric engine, software complexity analyzer, and cost estimator. The project differentiates itself by providing a COCOMO cost estimator to predict development effort and financial costs, alongside tools to estimate the cost of regenerating a codebase using large language models. It also includes a Git repository metrics tool that correlates commit history with codebase metrics to identify hotspots, trac

    Estimates cyclomatic complexity by scanning source code for language-specific control flow keywords.

    Goclicloccode
    عرض على GitHub↗8,469
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Code Complexity
  5. Cyclomatic Complexity Approximators