awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesMethod Listing Utilities

Returns all non-stub, non-null method definitions belonging to a type.

Distinct from Type Methods: Distinct from Type Methods: focuses on listing all methods of a type, not on invoking methods on instances.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Method Listing Utilities. Refine with filters or upvote what's useful.

Awesome Method Listing Utilities GitHub Repositories

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

    praydog/REFramework

    4,423Vezi pe GitHub↗

    REFramework is a runtime modding framework for games built on the RE Engine, providing a C# plugin system with typed proxy code generation, a Lua scripting interface, an ImGui-based UI system, a runtime debugging toolkit, and a VR integration layer. At its core, it intercepts and modifies internal game engine functions and state at runtime through hooking and scripting APIs, enabling deep inspection and manipulation of live game objects. The framework distinguishes itself through typed proxy code generation that auto-creates C# interfaces from the game's type database, giving compile-time saf

    Lists all non-stub method definitions belonging to a game type.

    C++cmkrcppdmc5
    Vezi pe GitHub↗4,423
  • danog/madelineprotoAvatar danog

    danog/MadelineProto

    3,344Vezi pe GitHub↗

    MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin

    Returns the full list of available MTProto and API methods for the Telegram protocol.

    PHPamphpasyncbot
    Vezi pe GitHub↗3,344
  1. Home
  2. Programming Languages & Runtimes
  3. Type Methods
  4. Method Listing Utilities

Explorează sub-etichetele

  • API Method EnumeratorsUtilities for listing all available methods in an API or protocol. **Distinct from Method Listing Utilities:** Distinct from Method Listing Utilities: focuses on API method enumeration, not type methods.