awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesResult Callbacks

Bubbling command output to callers or result handlers.

Distinct from Command Callbacks: Distinct from Command Callbacks: focuses on result handling rather than setup logic.

Explore 3 awesome GitHub repositories matching development tools & productivity · Result Callbacks. Refine with filters or upvote what's useful.

Awesome Result Callbacks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pallets/clickالصورة الرمزية لـ pallets

    pallets/click

    17,560عرض على GitHub↗

    Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro

    Bubbles command output values up to the caller or a result callback.

    Pythoncliclickpallets
    عرض على GitHub↗17,560
  • maurosoria/dirsearchالصورة الرمزية لـ maurosoria

    maurosoria/dirsearch

    14,403عرض على GitHub↗

    dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on web servers. It functions as a recursive directory fuzzer and brute-force utility that identifies undocumented paths and sensitive files using wordlists and HTTP status codes. The tool distinguishes itself through template-driven path generation and an automated HTTP response filter that uses status codes, content length, and regex patterns to isolate valid targets. It supports recursive directory crawling to map complex web structures and provides state-persistence serializatio

    Executes real-time processing functions via callbacks for every server response during an active discovery session.

    Python
    عرض على GitHub↗14,403
  • ecrmnn/collect.jsالصورة الرمزية لـ ecrmnn

    ecrmnn/collect.js

    6,571عرض على GitHub↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Provides a pipe method that passes the entire collection to a callback and returns the result.

    JavaScriptcollectionlaravellaravel-collections
    عرض على GitHub↗6,571
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Command Callbacks
  5. Result Callbacks

استكشف الوسوم الفرعية

  • Collection Pipe OperationsFunctions that pass an entire collection to a callback and return the callback's result. **Distinct from Result Callbacks:** Distinct from Result Callbacks: pipes the entire collection through a callback, not just command output.