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

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

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

4 个仓库

Awesome GitHub RepositoriesFunction Extensions

Tools for managing hooks, advice, and functional programming patterns.

Explore 4 awesome GitHub repositories matching part of an awesome list · Function Extensions. Refine with filters or upvote what's useful.

Awesome Function Extensions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vandadnp/flutter-tips-and-tricksvandadnp 的头像

    vandadnp/flutter-tips-and-tricks

    6,822在 GitHub 上查看↗

    This repository is a collection of practical code snippets and implementation patterns for Flutter and Dart. It serves as a comprehensive guide and reference for asynchronous programming, state management patterns, and UI component design. The project provides advanced language reference material covering generics, reflection, factory constructors, and null-aware operators. It also includes specific utilities for manipulating Dart collections, such as helper methods for transforming and filtering maps, lists, and iterables. The coverage extends to high-level capabilities including asynchrono

    Provides a pattern for wrapping functions with custom logic to extend behavior without modifying source code.

    Dartdartflutterflutter-ui
    在 GitHub 上查看↗6,822
  • atlas-engineer/nhooksatlas-engineer 的头像

    atlas-engineer/nhooks

    23在 GitHub 上查看↗

    Enhanced implementation of hooks for extensible software design.

    Common Lisp
    在 GitHub 上查看↗23
  • scymtym/architecture.hooksscymtym 的头像

    scymtym/architecture.hooks

    18在 GitHub 上查看↗

    Hooks extension point mechanism (as known, e.g., from GNU Emacs)

    Mechanism for implementing hook-based extension points in code.

    Common Lisp
    在 GitHub 上查看↗18
  • lisp-mirror/budden-toolslisp-mirror 的头像

    lisp-mirror/budden-tools

    1在 GitHub 上查看↗

    ----- ENSLISH -------------------

    Portable advice library for various Common Lisp implementations.

    Common Lisp
    在 GitHub 上查看↗1
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Function Extensions

探索子标签

  • Function InterceptorsWrappers that inject custom logic before or after function execution. **Distinct from Function Extensions:** Specifically focuses on intercepting existing function calls rather than general functional programming tools.