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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesHeader Module Mapping

Systems for mapping directories of header files to named modules to organize system interfaces.

Distinct from Named Module References: Existing candidates focus on named references in config or SVG conversion, not directory-to-module mapping for system headers.

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

Awesome Header Module Mapping GitHub Repositories

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

    swiftlang/swift-corelibs-foundation

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

    यह प्रोजेक्ट एक Swift स्टैंडर्ड लाइब्रेरी एक्सटेंशन और क्रॉस-प्लेटफॉर्म सिस्टम लाइब्रेरी है। यह कोर यूटिलिटी टाइप्स और फंडामेंटल डेटा स्ट्रक्चर्स का एक संग्रह प्रदान करता है जो बेस Swift भाषा का विस्तार करते हैं, और नेटवर्किंग व फाइल सिस्टम जैसे सिस्टम ऑपरेशंस को संभालने के लिए एक OS-इंडिपेंडेंट इंटरफेस लेयर के रूप में कार्य करते हैं। इस प्रोजेक्ट में एक विशेष C++ इंटरऑपरेबिलिटी लेयर है जो C++ टाइप्स और फंक्शन्स को क्रॉस-लैंग्वेज कम्युनिकेशन के लिए संगत Swift इंटरफेस में मैप करती है। इसमें स्टैंडर्ड लाइब्रेरी टाइप्स और फॉरेन कंटेनर्स को संभालने के लिए एक ब्रिजिंग मैकेनिज्म शामिल है, जिससे C++ टाइप्स को मेमोरी मैनेजमेंट और सिमेंटिक्स को सिंक्रोनाइज़ करने के लिए रेफरेंस या वैल्यू टाइप्स के रूप में मैप किया जा सकता है। इसकी व्यापक क्षमताओं में JSON जैसे स्ट्रक्चर्ड फॉर्मेट्स को एनकोड और डिकोड करने के लिए डेटा सीरियलाइजेशन, और लोकेल-अवेयर फॉर्मेटिंग, कैलेंडर व क्षेत्रीय सेटिंग्स को मैनेज करने के लिए एक इंटरनेशनलाइजेशन फ्रेमवर्क शामिल है। यह URL और रॉ बाइनरी डेटा को संभालने के लिए कोर डेटा मैनेजमेंट भी प्रदान करता है।

    Uses module maps to represent C and Objective-C headers as native declarations for seamless function calls.

    C
    GitHub पर देखें↗5,434
  • apple-oss-distributions/xnuapple-oss-distributions का अवतार

    apple-oss-distributions/xnu

    2,922GitHub पर देखें↗

    XNU is an operating system kernel designed to manage system hardware and process execution across different processor architectures. It utilizes a hybrid microkernel design that combines microkernel message passing with monolithic kernel performance by embedding critical subsystems into a single address space. The project implements a port-based asynchronous messaging system for communication between kernel tasks and userspace processes. It manages hardware interactions through a layered driver architecture and enforces system-wide security policies via a mandatory access control interface.

    Maps directories of header files to named modules to organize system interfaces using a standardized naming convention.

    C
    GitHub पर देखें↗2,922
  1. Home
  2. Programming Languages & Runtimes
  3. Header Module Mapping