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
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • vandadnp/flutter-tips-and-tricksAvatar vandadnp

    vandadnp/flutter-tips-and-tricks

    6,822Vezi pe 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
    Vezi pe GitHub↗6,822
  • atlas-engineer/nhooksAvatar atlas-engineer

    atlas-engineer/nhooks

    23Vezi pe GitHub↗

    Enhanced implementation of hooks for extensible software design.

    Common Lisp
    Vezi pe GitHub↗23
  • scymtym/architecture.hooksAvatar scymtym

    scymtym/architecture.hooks

    18Vezi pe GitHub↗

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

    Mechanism for implementing hook-based extension points in code.

    Common Lisp
    Vezi pe GitHub↗18
  • lisp-mirror/budden-toolsAvatar lisp-mirror

    lisp-mirror/budden-tools

    1Vezi pe GitHub↗

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

    Portable advice library for various Common Lisp implementations.

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

Explorează sub-etichetele

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