awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • praydog/reframeworkpraydog 的头像

    praydog/REFramework

    4,423在 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
    在 GitHub 上查看↗4,423
  • danog/madelineprotodanog 的头像

    danog/MadelineProto

    3,344在 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
    在 GitHub 上查看↗3,344
  1. Home
  2. Programming Languages & Runtimes
  3. Type Methods
  4. Method Listing Utilities

探索子标签

  • 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.