awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesDeveloper Tools

Utilities for inspecting, debugging, and profiling application state.

Distinguishing note: Focuses on visual inspection tools for component hierarchies.

Explore 3 awesome GitHub repositories matching development tools & productivity · Developer Tools. Refine with filters or upvote what's useful.

Awesome Developer Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sudheerj/reactjs-interview-questionssudheerj 的头像

    sudheerj/reactjs-interview-questions

    44,646在 GitHub 上查看↗

    This project is a comprehensive educational knowledge base designed to support developers in mastering React and its surrounding ecosystem. It serves as a technical interview resource, providing a structured collection of questions and answers that cover core concepts, architectural patterns, and common development challenges. The repository distinguishes itself by offering detailed explanations of fundamental React principles, including component-based composition, the declarative UI paradigm, and state-driven data flow. It provides clarity on complex topics such as the Fiber reconciliation

    Describes tools for inspecting component props and state.

    JavaScriptinterview-preparationinterview-questionsjavascript
    在 GitHub 上查看↗44,646
  • oracle/graaloracle 的头像

    oracle/graal

    21,603在 GitHub 上查看↗

    GraalVM is a polyglot virtual machine and high-performance runtime designed to execute multiple programming languages within a single environment. It functions as a JVM language toolkit for building language implementations, a native image compiler for transforming bytecode into standalone binaries, and an execution environment for LLVM bitcode and WebAssembly modules. The project is distinguished by its polyglot interoperability framework, which allows different languages to share data and execution state with low overhead. It utilizes self-modifying abstract syntax trees to optimize languag

    Enables the creation of debuggers and profilers that work across different languages via a shared abstract syntax tree.

    Javaaotcompilergraalvm
    在 GitHub 上查看↗21,603
  • tauri-apps/wrytauri-apps 的头像

    tauri-apps/wry

    4,831在 GitHub 上查看↗

    Wry 是一个 Rust 库,用于在跨多个操作系统的桌面应用程序中嵌入和控制原生系统 Webview。它作为原生 Webview 包装器和跨平台渲染器,利用宿主操作系统的默认浏览器引擎来显示 Web 内容。 该项目提供了一个通信层,用于在 Webview 中执行 JavaScript 并将序列化结果返回给 Rust。它允许实现自定义协议以将 URL 方案映射到内部处理程序,从而能够在没有服务器的情况下加载本地资源并拦截网络请求。 该库涵盖了原生窗口管理和 UI 渲染,包括嵌套子 Webview 和自定义外观设置的能力。它包括用于导航拦截、Cookie 和会话管理以及激活原生浏览器开发工具进行调试的功能。 Wry 暴露了原生窗口句柄,并为特定于平台的扩展提供了外部函数接口。

    Enables the activation of native browser inspection and debugging tools within the rendered view.

    Rust
    在 GitHub 上查看↗4,831
  1. Home
  2. Development Tools & Productivity
  3. Developer Tools

探索子标签

  • Cross-Language Profilers & DebuggersDeveloper tools that provide debugging and profiling capabilities across multiple different programming languages. **Distinct from Developer Tools:** Specifically targets the creation of universal debuggers and profilers, unlike general state inspection tools.