awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesTemplate

Inserting breakpoints into code generation templates to inspect the instantiation context during development.

Distinct from Breakpoint Debugging: Distinct from Breakpoint Debugging: focuses on debugging template instantiation context, not general program execution breakpoints.

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

Awesome Template GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • proxymanapp/proxymanAvatar von ProxymanApp

    ProxymanApp/Proxyman

    6,858Auf GitHub ansehen↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Provides reusable request and response templates to speed up repeated debugging scenarios.

    debugging-tooliosmacos
    Auf GitHub ansehen↗6,858
  • sel4/sel4Avatar von seL4

    seL4/seL4

    5,583Auf GitHub ansehen↗

    seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b

    Allows inserting Python breakpoints into templates to inspect the instantiation context during development.

    Cmicrokernelossel4
    Auf GitHub ansehen↗5,583
  1. Home
  2. Development Tools & Productivity
  3. Interactive Debug Consoles
  4. Breakpoint Debugging
  5. Template

Unter-Tags erkunden

  • Breakpoint TemplatesPre-defined request and response templates for rapid reuse during breakpoint-based debugging. **Distinct from Template:** Distinct from Template: focuses on reusable HTTP request/response templates for debugging, not code generation template breakpoints.