awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSource Resolvers

Protocols for resolving internal file paths to access packaged source code components.

Distinct from Source File Organization: Distinct from Source File Organization: focuses on the runtime resolution protocol rather than the static file structure.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Source Resolvers. Refine with filters or upvote what's useful.

Awesome Source Resolvers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mozilla-firefox/firefoxAvatar von mozilla-firefox

    mozilla-firefox/firefox

    11,305Auf GitHub ansehen↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    Resolves internal file paths using a specialized protocol to access packaged source code components during application execution.

    JavaScript
    Auf GitHub ansehen↗11,305
  • maruel/panicparseAvatar von maruel

    maruel/panicparse

    3,711Auf GitHub ansehen↗

    Panicparse is a toolset for Go crash analysis and runtime debugging. It functions as a panic stack trace parser, a race detector log parser, and a goroutine deduplicator designed to transform raw crash dumps and thread sanitizer output into structured, readable formats. The project distinguishes itself by converting complex stack traces into visual HTML reports with embedded source code. It reduces noise in highly parallelized processes by grouping identical goroutine stacks and prioritizes application code over standard library calls during parsing. The utility also covers live process moni

    Resolves internal file paths to distinguish between project code, dependencies, and standard libraries.

    Gocrashgopanic
    Auf GitHub ansehen↗3,711
  1. Home
  2. Software Engineering & Architecture
  3. Source File Organization
  4. Source Resolvers