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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesPlugin Scope Injections

Injects new functions into a module's scope declaratively or programmatically through plugin initialization.

Distinct from Module-Level Injection: Distinct from Module-Level Injection: focuses on injecting functions into module scope via plugins, not dependency injection containers.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Plugin Scope Injections. Refine with filters or upvote what's useful.

Awesome Plugin Scope Injections GitHub Repositories

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

    FormidableLabs/react-live

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

    react-live एक इन-ब्राउज़र React ट्रांसपाइलेशन, लाइव एडिटिंग और इंटरैक्टिव डॉक्यूमेंटेशन टूल है। यह लाइव प्लेग्राउंड बनाने के लिए एक React कंपोनेंट प्रदान करता है जहाँ सोर्स कोड को रियल-टाइम में ट्रांसपाइल और रेंडर किया जाता है। इसमें एक लाइव कोड एडिटर भी शामिल है जो सिंटैक्स हाइलाइटिंग और तुरंत विज़ुअल फीडबैक देता है। यह प्रोजेक्ट एडिट करने योग्य React कोड उदाहरणों को उनके रेंडर किए गए आउटपुट के साथ एम्बेड करके 'लिविंग डॉक्यूमेंटेशन' बनाने में सक्षम बनाता है। यह एडिट करने योग्य मार्कअप या फंक्शनल कंपोनेंट्स के निष्पादन (execution) का समर्थन करता है, जिससे यूज़र कोड में बदलाव करके तुरंत परिणाम देख सकते हैं। सिस्टम में डायनामिक कंपोनेंट रेंडरिंग, रियल-टाइम कोड ट्रांसपाइलेशन और ग्लोबल डिपेंडेंसी इंजेक्शन की क्षमताएं हैं। इसमें कंपाइलेशन, सिंटैक्स और निष्पादन संबंधी त्रुटियों को बिना एप्लिकेशन क्रैश किए पहचानने और प्रदर्शित करने के लिए एरर हैंडलिंग भी शामिल है।

    Allows injecting external libraries and variables into the transpiled code's execution context for dependency referencing.

    TypeScriptcomponent-playgroundlivereact
    GitHub पर देखें↗4,609
  • alexandru/scala-best-practicesalexandru का अवतार

    alexandru/scala-best-practices

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

    यह प्रोजेक्ट Scala में स्वच्छ, मुहावरेदार (idiomatic) और बनाए रखने योग्य कोड लिखने के लिए क्यूरेटेड दिशानिर्देशों और मैनुअल का एक संग्रह है। यह Scala कोडिंग मानकों, कार्यात्मक प्रोग्रामिंग डिज़ाइन और एंटरप्राइज़ सॉफ़्टवेयर आर्किटेक्चर के लिए एक व्यापक गाइड के रूप में कार्य करता है। रिपॉजिटरी थ्रेड सुरक्षा सुनिश्चित करने के लिए एक्टर्स, फ्यूचर्स और थ्रेड पूल के पैटर्न सहित समवर्ती प्रबंधन (concurrency management) के लिए विशिष्ट रणनीतियां प्रदान करती है। इसमें रनटाइम दक्षता में सुधार करने के लिए मेमोरी आवंटन को कम करने और कचरा संग्रहण (garbage collection) दबाव को प्रबंधित करने पर केंद्रित एक प्रदर्शन ऑप्टिमाइज़ेशन मैनुअल भी शामिल है। गाइड एप्लिकेशन आर्किटेक्चर, टाइप-सेफ त्रुटि प्रबंधन और अपरिवर्तनीय डेटा संरचनाओं के उपयोग सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करते हैं। यह मानकीकृत नामकरण सम्मेलनों, मॉड्यूलर ट्रेट डिज़ाइन, और बैक-प्रेशर व डिमांड सिग्नलिंग के कार्यान्वयन के माध्यम से सॉफ़्टवेयर गुणवत्ता आश्वासन को भी संबोधित करता है।

    Offers strategies for decoupling execution contexts by injecting thread-pool configurations as parameters.

    GitHub पर देखें↗4,352
  • nunchaku-ai/nunchakununchaku-ai का अवतार

    nunchaku-ai/nunchaku

    3,883GitHub पर देखें↗

    Nunchaku is a 4-bit model quantization library and diffusion model inference engine designed to run large-scale neural networks on consumer GPUs. It functions as a GPU-accelerated optimizer that reduces VRAM usage and increases inference speed through weight compression and memory management. The project utilizes low-rank weight decomposition and SVD weight quantization to compress models to four-bit precision while maintaining visual fidelity. It employs kernel-level operator fusion to minimize data movement and hardware-aware precision mapping to adjust numerical precision based on the unde

    Allows custom processing modules to be injected into the inference pipeline to extend generative workflows.

    Pythoncomfyuidiffusion-modelsflux
    GitHub पर देखें↗3,883
  • conversejs/converse.jsconversejs का अवतार

    conversejs/converse.js

    3,265GitHub पर देखें↗

    Converse.js is an embeddable, self-hosted XMPP chat client that runs entirely in the browser. It communicates with XMPP servers using standard XML stanzas over WebSocket or BOSH transports, and provides end-to-end encryption through the OMEMO protocol with double ratchet algorithm and X3DH key exchange. The client is built on a plugin-based architecture that allows extending core functionality at runtime without modifying the client itself, and uses a DOM-based rendering approach with an event-driven message bus for internal coordination. The client manages message history through XEP-0313 Me

    Injects new functions into module scope through plugin initialization.

    JavaScriptchatjabberlit
    GitHub पर देखें↗3,265
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Injection Containers
  4. Module-Level Injection
  5. Plugin Scope Injections

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

  • Execution Context Injections1 सब-टैगInjecting variables and libraries into the runtime scope of transpiled code. **Distinct from Plugin Scope Injections:** Distinct from Plugin Scope Injections: focuses on the runtime execution environment of dynamic code rather than static plugin initialization.
  • Inference Pipeline InjectionsMechanisms for injecting custom processing modules into a neural network inference pipeline. **Distinct from Plugin Scope Injections:** Focuses on modifying the generative inference flow rather than general function injection into a module scope.