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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesAPI Surface Mirroring

Implements function signatures that match external libraries to enable seamless drop-in replacements.

Distinct from External State Mirroring: Distinct from API compatibility adapters as it focuses on mirroring the exact surface area for seamless replacement rather than translation.

Explore 4 awesome GitHub repositories matching software engineering & architecture · API Surface Mirroring. Refine with filters or upvote what's useful.

Awesome API Surface Mirroring GitHub Repositories

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

    toss/es-toolkit

    11,154GitHub पर देखें↗

    es-toolkit is a JavaScript utility library and TypeScript data transformation toolset designed as a high-performance alternative to traditional utility suites. It serves as a tree-shakable module library and a compatibility layer for those migrating from legacy dependencies by mirroring established function signatures. The project is specifically optimized for AI code generation, providing structured documentation and specialized skill sets to improve the accuracy and discoverability of its functions for AI coding assistants. Its architecture focuses on a zero-dependency core and modular expo

    Implements function signatures and naming conventions that mirror established libraries for seamless drop-in replacement.

    TypeScript
    GitHub पर देखें↗11,154
  • ecrmnn/collect.jsecrmnn का अवतार

    ecrmnn/collect.js

    6,571GitHub पर देखें↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Maps each PHP Laravel Collection method to an equivalent JavaScript implementation with identical signatures.

    JavaScriptcollectionlaravellaravel-collections
    GitHub पर देखें↗6,571
  • shimat/opencvsharpshimat का अवतार

    shimat/opencvsharp

    6,011GitHub पर देखें↗

    OpenCVSharp is a .NET library that wraps native OpenCV functions, providing C# developers with access to OpenCV's computer vision capabilities through an API that mirrors the native C/C++ style. It serves as a managed wrapper for image processing, feature detection, object detection, and image manipulation tasks, while also handling automatic disposal of unmanaged OpenCV resources like Mat objects to prevent memory leaks in .NET applications. The library enables keypoint detection and descriptor extraction using algorithms such as AKAZE, BRISK, or FAST, with brute-force or FLANN-based matchin

    Exposes OpenCV functions as static methods that mirror the native C/C++ API surface.

    C#computer-visiondotnetdotnetstandard
    GitHub पर देखें↗6,011
  • nukem9/dlssg-to-fsr3Nukem9 का अवतार

    Nukem9/dlssg-to-fsr3

    4,951GitHub पर देखें↗

    यह प्रोजेक्ट एक GPU फ़ीचर संगतता परत और फ़्रेम जनरेशन मॉड है। यह एक DLL API एमुलेटर और रैपर के रूप में कार्य करता है जो प्रोप्राइटरी Nvidia DLSS फ़्रेम जनरेशन कॉल्स को इंटरसेप्ट करता है और उन्हें एक वैकल्पिक कार्यान्वयन पर रीडायरेक्ट करता है। यह सॉफ़्टवेयर उन गेम्स में AMD FSR 3 फ़्रेम जनरेशन को सक्षम बनाता है जो मूल रूप से केवल Nvidia DLSS फ़्रेम जनरेशन का समर्थन करते हैं। यह प्रोप्राइटरी ग्राफिक्स अनुरोधों को एक ओपन स्टैंडर्ड में अनुवादित करता है, जिससे फ़्रेम इंटरपोलेशन उन ग्राफिक्स कार्ड्स पर चलने की अनुमति मिलती है जो अन्यथा मूल वेंडर मानकों के साथ असंगत हैं। सिस्टम अपेक्षित फ़ंक्शन सिग्नेचर्स की नकल करने और एप्लिकेशन क्रैश को रोकने के लिए DLL प्रॉक्सी रैपिंग और डायनामिक लाइब्रेरी रीडायरेक्शन का उपयोग करता है। यह प्रक्रिया रनटाइम हुकिंग और API सतह एमुलेशन के माध्यम से प्रोप्राइटरी-से-ओपन अनुवादों को मैप करती है।

    Implements function signatures that match Nvidia libraries to allow the replacement of DLSS with FSR 3.

    C++amddirectx-12game-development
    GitHub पर देखें↗4,951
  1. Home
  2. Software Engineering & Architecture
  3. API Surface Mirroring