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

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

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

2 مستودعات

Awesome GitHub RepositoriesLifecycle Method Execution

Triggering specific object methods during an automated hydration or instantiation process.

Distinct from Per-Object Virtual Method Hooks: None of the candidates cover triggering non-setter methods as part of a data hydration lifecycle.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Lifecycle Method Execution. Refine with filters or upvote what's useful.

Awesome Lifecycle Method Execution GitHub Repositories

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

    johnno1962/injectionforxcode

    6,537عرض على GitHub↗

    This project is an Xcode runtime code injector and developer productivity tool. It enables the injection of Swift and Objective-C code changes into a running application without requiring a process restart, functioning as a hot module replacement tool for iOS development. The tool provides a dynamic UI debugger for reloading storyboards and tuning visual parameters in real time. It allows for the recompilation of individual classes and the binding of new implementations into a live process, avoiding full project rebuilds. The system covers runtime injection capabilities, including automated

    Executes specific methods immediately after code injection to refresh state and update global variables.

    Objective-C
    عرض على GitHub↗6,537
  • nelmio/aliceالصورة الرمزية لـ nelmio

    nelmio/alice

    2,539عرض على GitHub↗

    Alice is a PHP test data generator and fixture library used to automate the creation of large sets of fake objects and entities. It functions as an object hydrator and random data provider, allowing users to define the structure and attributes of dummy test data in markup or arrays to simulate specific application states. The library distinguishes itself through a template-based system that supports fixture inheritance to reduce data duplication. It utilizes a flexible instantiation model that allows for custom factory integration, method invocation, and property hydration via reflection or c

    Triggers specific non-setter methods on generated objects during the data hydration process.

    PHPaliceexpression-languagefaker
    عرض على GitHub↗2,539
  1. Home
  2. Software Engineering & Architecture
  3. Lifecycle Method Execution