awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesPointer Utilities

Helper functions for creating and managing pointers to literal values and interfaces.

Distinguishing note: Candidates focus on nil-pointer detection or temporary stack pointers, not basic pointer creation for literals.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Pointer Utilities. Refine with filters or upvote what's useful.

Awesome Pointer Utilities GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • duke-git/lancetduke-git का अवतार

    duke-git/lancet

    5,295GitHub पर देखें↗

    Lancet is a comprehensive extension of the Go standard library, providing a collection of reusable functions and data structures designed to reduce boilerplate code in applications. It serves as a general-purpose toolkit across multiple domains, including concurrency, security, networking, and functional logic. The project distinguishes itself through specialized toolkits for Go concurrency, such as keyed locking and channel-based stream processing, and a dedicated functional programming kit that supports currying and function composition. It also includes a dedicated cryptography library imp

    Recursively resolves pointer chains to retrieve the final underlying value.

    Gogenericsgogolang
    GitHub पर देखें↗5,295
  • secure-software-engineering/phasarsecure-software-engineering का अवतार

    secure-software-engineering/phasar

    1,045GitHub पर देखें↗

    Phasar is a static analysis framework designed for the inspection of software logic through the processing of compiler intermediate representations. It provides a modular pipeline for building program representations, including call graphs, control flow graphs, and type hierarchies, which serve as the foundation for deep structural analysis of software behavior. The framework specializes in interprocedural data flow analysis and pointer alias resolution, enabling the tracking of information movement across function boundaries and the identification of indirect memory access patterns. By lever

    Determines memory reference relationships and points-to information to resolve indirect access patterns.

    C++ccppdata-flow-analysis
    GitHub पर देखें↗1,045
  1. Home
  2. Programming Languages & Runtimes
  3. Pointer Utilities

सब-टैग एक्सप्लोर करें

  • Deep Pointer ResolutionRecursive dereferencing of pointer chains to reach the final underlying value. **Distinct from Pointer Utilities:** Specializes generic pointer utilities to recursive chain resolution.