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

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

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

5 रिपॉजिटरी

Awesome GitHub RepositoriesScript Invocation Interfaces

Mechanisms that allow native code to call functions defined in a higher-level scripting language.

Distinguishing note: None of the candidates cover the specific capability of a native module calling back into the JS runtime.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Script Invocation Interfaces. Refine with filters or upvote what's useful.

Awesome Script Invocation Interfaces GitHub Repositories

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

    neon-bindings/neon

    8,410GitHub पर देखें↗

    Neon is a framework for writing high-performance native Node.js modules using the Rust programming language. It serves as a foreign function interface bridge and a toolchain for bootstrapping, compiling, and managing Rust-based extensions. The project provides a cross-language memory manager that handles buffers and object borrowing to ensure safe memory access between Rust and JavaScript. It enables the mapping of data types and function calls across the language boundary, allowing Rust functions to be exported to the script environment and JavaScript functions to be called from Rust. The f

    Enables Rust code to invoke JavaScript functions, including methods on objects and custom closures.

    Rust
    GitHub पर देखें↗8,410
  • hooke007/mpv_playkithooke007 का अवतार

    hooke007/mpv_PlayKit

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

    Triggers functions defined by internal or external scripts using script-binding or script-message commands.

    GLSLmpvmpv-configmpv-player
    GitHub पर देखें↗6,473
  • nanotee/nvim-lua-guidenanotee का अवतार

    nanotee/nvim-lua-guide

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

    यह प्रोजेक्ट Lua प्रोग्रामिंग भाषा का उपयोग करके Neovim कॉन्फ़िगरेशन और प्लगइन्स लिखने के लिए एक व्यापक गाइड है। यह बफ़र्स, विंडोज़ और एडिटर ऑप्शंस को मैनेज करने के लिए नेटिव Neovim Lua API का उपयोग करने का एक मैनुअल है। यह गाइड Lua और Vimscript के बीच इंटरऑपरेबिलिटी पर केंद्रित है, जिसमें Lua से Vimscript को एग्जीक्यूट करने और Vimscript के भीतर से Lua फंक्शन्स को कॉल करने के निर्देश दिए गए हैं। यह प्लगइन डेवलपमेंट के लिए एक फ्रेमवर्क भी प्रदान करता है, जिसमें कोड को बाहरी मॉड्यूल्स में व्यवस्थित करना और कस्टम कमांड्स व की-मैपिंग्स बनाना शामिल है। यह डॉक्यूमेंटेशन एडिटर वर्कफ़्लो ऑटोमेशन, इंटरनल वेरिएबल्स के हेरफेर और एडिटर ऑप्शंस के मैनेजमेंट जैसी व्यापक क्षमताओं को कवर करता है।

    Shows how to create custom user commands in Neovim that execute specific Lua functions.

    documentationguidelua
    GitHub पर देखें↗5,934
  • microsoft/codetourmicrosoft का अवतार

    microsoft/codetour

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

    Code Tour is a VS Code extension that enables the creation of interactive, step-by-step guided walkthroughs of a codebase. It serves as a tool for guided code documentation, mapping descriptive explanations directly to specific file lines and directories within the editor to assist with codebase onboarding and technical knowledge transfer. The system distinguishes itself through the use of regular expression-based anchoring to maintain step stability across different versions of source code and the ability to export tours as portable files containing the necessary code context for playback wi

    Triggers editor functions or extension commands directly from tour step descriptions via custom URIs.

    TypeScriptcode-navigationknowledge-sharingonboarding
    GitHub पर देखें↗4,541
  • yagop/telegram-botyagop का अवतार

    yagop/telegram-bot

    844GitHub पर देखें↗

    Telegram-bot is a modular chat bot platform and framework built for Telegram that executes script plugins to handle custom user interactions and automated tasks within messaging channels. Incoming chat events route through a central dispatcher that delegates execution to matching registered command handlers. The platform relies on a file-based plugin architecture where isolated script files load dynamically at runtime, allowing administrators to manage and toggle feature modules on the fly without restarting the host application. Chat inputs parse into discrete command arguments that execute

    Parses chat inputs into discrete arguments that trigger modular script functions.

    Lua
    GitHub पर देखें↗844
  1. Home
  2. Programming Languages & Runtimes
  3. Script Invocation Interfaces

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

  • Script Command Triggers1 सब-टैगTriggering functions defined by internal or external scripts using script-binding or script-message commands. **Distinct from Script Invocation Interfaces:** Distinct from Script Invocation Interfaces: focuses on triggering script functions from player commands rather than native-to-script calls.