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

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

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

4 مستودعات

Awesome GitHub RepositoriesCode Analysis Query Languages

Languages specifically designed to query the structural and semantic properties of source code databases.

Distinct from API Query Languages: Distinct from API Query Languages: targets the semantic representation of code rather than general application data retrieval.

Explore 4 awesome GitHub repositories matching data & databases · Code Analysis Query Languages. Refine with filters or upvote what's useful.

Awesome Code Analysis Query Languages GitHub Repositories

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

    github/codeql

    9,252عرض على GitHub↗

    CodeQL is a semantic code analysis engine and vulnerability scanning tool that treats source code as data. It utilizes a static analysis query language to define complex patterns and security vulnerabilities within a code graph database. The system represents source code as a relational database, enabling the execution of structural queries and data flow analysis. This approach allows for the detection of security flaws and coding errors across large-scale repositories. The tool provides capabilities for automated code auditing, static analysis security testing, and custom vulnerability dete

    Provides a specialized query language to define complex logic and patterns for finding bugs within code.

    CodeQLcodeqlgithub-advanced-securitygithub-security-lab
    عرض على GitHub↗9,252
  • koute/bytehoundالصورة الرمزية لـ koute

    koute/bytehound

    4,791عرض على GitHub↗

    Bytehound هو ملف تعريف ذاكرة لنظام Linux يستخدم مخصصاً عالمياً مخصصاً لاعتراض طلبات الذاكرة وتتبع التخصيصات وإلغاء التخصيصات. يسجل تتبعات مكدس الاستدعاءات الكاملة لكل عملية ذاكرة لتعيين التخصيصات مرة أخرى إلى كود المصدر الأصلي الخاص بها. يتميز المشروع بنظام ملف تعريف ذاكرة عن بعد يقوم ببث بيانات الالتقاط عبر مقابس الشبكة إلى جهاز منفصل، مما يقلل من حمل الموارد على النظام المستهدف. يتم دعم التحليل بواسطة لغة استعلام متخصصة خاصة بالمجال تستخدم لأتمتة اكتشاف أنماط الذاكرة والشذوذ. تغطي الأداة تحليل تخصيص الكومة (heap) لتحديد التسريبات والتجزئة، بالإضافة إلى الاستبطان في وقت التشغيل لمراقبة وضبط حالات المخصص. يمكن تصدير البيانات وعرضها من خلال مصور قائم على الويب لتوفير تمثيلات رسومية لاستخدام الذاكرة وأنماط التخصيص.

    Includes a specialized domain-specific language to automate the detection of anomalies and patterns within memory profiles.

    Cmemory-profilermemory-profilingprofiler
    عرض على GitHub↗4,791
  • biomejs/gritqlالصورة الرمزية لـ biomejs

    biomejs/gritql

    4,530عرض على GitHub↗

    GritQL is an AST-based code transformation engine and structural search tool. It uses a declarative query language to identify and rewrite source code patterns across multiple programming languages by matching abstract syntax tree nodes rather than literal text. The system functions as an automated refactoring framework for large-scale migrations and API updates. It distinguishes itself by utilizing sequential transformation pipelines and reusable blueprints that can be synced between local environments and remote repositories. The tool covers a broad range of capabilities including static a

    Identifies and transforms code patterns using declarative rules with metavariables and conditions.

    Rustastcodemodjavascript
    عرض على GitHub↗4,530
  • nvim-treesitter/nvim-treesitter-contextالصورة الرمزية لـ nvim-treesitter

    nvim-treesitter/nvim-treesitter-context

    3,120عرض على GitHub↗

    nvim-treesitter-context is a Neovim editor extension that provides structural awareness of source files by displaying sticky headers of surrounding code blocks. It utilizes Tree-sitter queries to identify parent functions and classes, keeping them visible at the top of the editor window while scrolling. The tool allows for language rule customization, enabling the definition of specific structural queries to modify how context is detected for different programming languages. Users can also adjust the visual appearance of the context window through custom highlight groups. Beyond visual orien

    Uses Tree-sitter queries to analyze the structural properties and hierarchical nesting of source code.

    Janetneovimneovim-pluginvim
    عرض على GitHub↗3,120
  1. Home
  2. Data & Databases
  3. Data Access and Querying
  4. API Query Languages
  5. Code Analysis Query Languages

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

  • Declarative Code Query LanguagesQuery languages that identify and transform code patterns using declarative rules with metavariables and conditions. **Distinct from Code Analysis Query Languages:** Distinct from Code Analysis Query Languages: focuses on declarative rule-based matching and transformation, not general semantic code queries.
  • Language-Specific Parsing SelectionSelects a programming language to parse source code with its corresponding abstract syntax tree. **Distinct from Code Analysis Query Languages:** Distinct from Code Analysis Query Languages: focuses on selecting the parser for a specific language, not the query language itself.
  • Memory Profile Query LanguagesSpecialized languages designed to query memory allocation profiles and identify allocation patterns. **Distinct from Code Analysis Query Languages:** Targets memory profiling data specifically, whereas code analysis query languages target source code structures.