4 रिपॉजिटरी
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.
react-live एक इन-ब्राउज़र React ट्रांसपाइलेशन, लाइव एडिटिंग और इंटरैक्टिव डॉक्यूमेंटेशन टूल है। यह लाइव प्लेग्राउंड बनाने के लिए एक React कंपोनेंट प्रदान करता है जहाँ सोर्स कोड को रियल-टाइम में ट्रांसपाइल और रेंडर किया जाता है। इसमें एक लाइव कोड एडिटर भी शामिल है जो सिंटैक्स हाइलाइटिंग और तुरंत विज़ुअल फीडबैक देता है। यह प्रोजेक्ट एडिट करने योग्य React कोड उदाहरणों को उनके रेंडर किए गए आउटपुट के साथ एम्बेड करके 'लिविंग डॉक्यूमेंटेशन' बनाने में सक्षम बनाता है। यह एडिट करने योग्य मार्कअप या फंक्शनल कंपोनेंट्स के निष्पादन (execution) का समर्थन करता है, जिससे यूज़र कोड में बदलाव करके तुरंत परिणाम देख सकते हैं। सिस्टम में डायनामिक कंपोनेंट रेंडरिंग, रियल-टाइम कोड ट्रांसपाइलेशन और ग्लोबल डिपेंडेंसी इंजेक्शन की क्षमताएं हैं। इसमें कंपाइलेशन, सिंटैक्स और निष्पादन संबंधी त्रुटियों को बिना एप्लिकेशन क्रैश किए पहचानने और प्रदर्शित करने के लिए एरर हैंडलिंग भी शामिल है।
Allows injecting external libraries and variables into the transpiled code's execution context for dependency referencing.
यह प्रोजेक्ट Scala में स्वच्छ, मुहावरेदार (idiomatic) और बनाए रखने योग्य कोड लिखने के लिए क्यूरेटेड दिशानिर्देशों और मैनुअल का एक संग्रह है। यह Scala कोडिंग मानकों, कार्यात्मक प्रोग्रामिंग डिज़ाइन और एंटरप्राइज़ सॉफ़्टवेयर आर्किटेक्चर के लिए एक व्यापक गाइड के रूप में कार्य करता है। रिपॉजिटरी थ्रेड सुरक्षा सुनिश्चित करने के लिए एक्टर्स, फ्यूचर्स और थ्रेड पूल के पैटर्न सहित समवर्ती प्रबंधन (concurrency management) के लिए विशिष्ट रणनीतियां प्रदान करती है। इसमें रनटाइम दक्षता में सुधार करने के लिए मेमोरी आवंटन को कम करने और कचरा संग्रहण (garbage collection) दबाव को प्रबंधित करने पर केंद्रित एक प्रदर्शन ऑप्टिमाइज़ेशन मैनुअल भी शामिल है। गाइड एप्लिकेशन आर्किटेक्चर, टाइप-सेफ त्रुटि प्रबंधन और अपरिवर्तनीय डेटा संरचनाओं के उपयोग सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करते हैं। यह मानकीकृत नामकरण सम्मेलनों, मॉड्यूलर ट्रेट डिज़ाइन, और बैक-प्रेशर व डिमांड सिग्नलिंग के कार्यान्वयन के माध्यम से सॉफ़्टवेयर गुणवत्ता आश्वासन को भी संबोधित करता है।
Offers strategies for decoupling execution contexts by injecting thread-pool configurations as parameters.
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.
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.