awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ecrmnn/collect.jsAvatar de ecrmnn

    ecrmnn/collect.js

    6,571Ver en 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
    Ver en GitHub↗6,571
  • jindrapetrik/jpexs-decompilerAvatar de jindrapetrik

    jindrapetrik/jpexs-decompiler

    5,404Ver en 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
    Ver en GitHub↗5,404
  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Codebase Analysis and Text Dump

Explorar subetiquetas

  • 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