awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • johnno1962/injectionforxcodeAvatar johnno1962

    johnno1962/injectionforxcode

    6,537Vezi pe 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
    Vezi pe GitHub↗6,537
  • nelmio/aliceAvatar nelmio

    nelmio/alice

    2,539Vezi pe 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
    Vezi pe GitHub↗2,539
  1. Home
  2. Software Engineering & Architecture
  3. Lifecycle Method Execution