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

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

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

2 مستودعات

Awesome GitHub RepositoriesCodebase Analysis and Text Dump

Analyzes codebases and creates a text dump of their contents.

Distinct from Code Quality and Analysis: Distinct from Code Quality and Analysis: focuses on analyzing codebases and creating text dumps, not just enforcing coding standards.

Explore 2 awesome GitHub repositories matching development tools & productivity · Codebase Analysis and Text Dump. Refine with filters or upvote what's useful.

Awesome Codebase Analysis and Text Dump GitHub Repositories

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

    ecrmnn/collect.js

    6,571عرض على GitHub↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Ships debugging methods to dump collection state and optionally stop execution for inspection.

    JavaScriptcollectionlaravellaravel-collections
    عرض على GitHub↗6,571
  • jindrapetrik/jpexs-decompilerالصورة الرمزية لـ jindrapetrik

    jindrapetrik/jpexs-decompiler

    5,404عرض على GitHub↗

    JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well

    Lists file tags and scripts directly to the console for rapid technical analysis.

    Javadecompilereditorflash
    عرض على GitHub↗5,404
  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Codebase Analysis and Text Dump

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

  • Collection Dump and Die UtilitiesDebugging utilities that log collection contents to the console and optionally halt execution for inspection. **Distinct from Codebase Analysis and Text Dump:** Distinct from Codebase Analysis and Text Dump: focuses on runtime collection state inspection rather than static codebase analysis.
  • Metadata DumpersTools that export structural metadata and internal tags of a file to a text-based format. **Distinct from Codebase Analysis and Text Dump:** Focuses on dumping structural tags and metadata rather than analyzing full source codebases