awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesProcedure Callback Blocks

Passes blocks of code as arguments to procedures to define custom behavior.

Distinct from Managed-to-Native Callbacks: Focuses on passing code blocks as callbacks within a shell runtime, not managed-to-native language bridges.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Procedure Callback Blocks. Refine with filters or upvote what's useful.

Awesome Procedure Callback Blocks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • bang590/jspatchالصورة الرمزية لـ bang590

    bang590/JSPatch

    11,330عرض على GitHub↗

    JSPatch is a JavaScript native bridge and method swizzler that allows for the dynamic injection of logic into a hosted native environment. It functions as a cross-language data mapper and execution engine, enabling the replacement of native function pointers with JavaScript wrappers to modify application behavior at runtime. The project provides the ability to perform runtime application patching by overriding native class methods and object properties. This allows for the modification of application logic and the application of hotfixes using JavaScript code loaded from local files or remote

    Encapsulates JavaScript functions as native blocks to be executed as asynchronous callbacks by the host environment.

    Objective-C
    عرض على GitHub↗11,330
  • oils-for-unix/oilsالصورة الرمزية لـ oils-for-unix

    oils-for-unix/oils

    3,288عرض على GitHub↗

    Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic

    Provides the ability to send blocks of code as arguments to procedures for implementing callbacks.

    Python
    عرض على GitHub↗3,288
  1. Home
  2. Programming Languages & Runtimes
  3. Function-Pointer Callbacks
  4. Procedure Callback Blocks