awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vandadnp/flutter-tips-and-tricksAvatar de vandadnp

    vandadnp/flutter-tips-and-tricks

    6,822Voir sur 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
    Voir sur GitHub↗6,822
  • atlas-engineer/nhooksAvatar de atlas-engineer

    atlas-engineer/nhooks

    23Voir sur GitHub↗

    Enhanced implementation of hooks for extensible software design.

    Common Lisp
    Voir sur GitHub↗23
  • scymtym/architecture.hooksAvatar de scymtym

    scymtym/architecture.hooks

    18Voir sur GitHub↗

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

    Mechanism for implementing hook-based extension points in code.

    Common Lisp
    Voir sur GitHub↗18
  • lisp-mirror/budden-toolsAvatar de lisp-mirror

    lisp-mirror/budden-tools

    1Voir sur GitHub↗

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

    Portable advice library for various Common Lisp implementations.

    Common Lisp
    Voir sur GitHub↗1
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Function Extensions

Explorer les sous-tags

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