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

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

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

4 مستودعات

Awesome GitHub RepositoriesApplication Instance Access

Programmatic access to a running application's internal objects and state.

Distinct from Instance Filesystem Access: None of the candidates describe accessing a running app's internal API for scripting; they focus on cloud instances, file systems, or network routing.

Explore 4 awesome GitHub repositories matching development tools & productivity · Application Instance Access. Refine with filters or upvote what's useful.

Awesome Application Instance Access GitHub Repositories

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

    metafizzy/infinite-scroll

    7,489عرض على GitHub↗

    Infinite Scroll is a JavaScript library that automatically loads and appends the next page of content when a user scrolls near the bottom of a container, or optionally when they click a button. It provides scroll-based pagination that fetches and inserts subsequent pages of content, with URL-driven content loading that determines next page URLs from selectors, templates, or custom functions. The library integrates with browser history, updating the URL and history state as new pages load while preserving scroll position so each page state is bookmarkable and refreshable. It is compatible with

    Accesses the Infinite Scroll instance from a DOM element using a data method or jQuery.

    HTMLajaxjavascript-pluginjquery-plugin
    عرض على GitHub↗7,489
  • rrousselgit/riverpodالصورة الرمزية لـ rrousselGit

    rrousselGit/riverpod

    7,315عرض على GitHub↗

    Riverpod is a reactive state management framework for Dart that manages application state through providers which automatically track dependencies and rebuild dependents when values change. It functions as an asynchronous data caching library, caching results of async operations and exposing loading, error, and data states to widgets without manual future handling. The framework includes a provider composition system that combines multiple providers into derived values that recompute automatically when any dependency changes, along with code generation for state providers that reduces boilerpl

    Retrieves every active provider instance within a family using a ProviderContainer or ProviderScope.

    Dartdartflutterhacktoberfest
    عرض على GitHub↗7,315
  • biolab/orange3الصورة الرمزية لـ biolab

    biolab/orange3

    5,635عرض على GitHub↗

    Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The

    Retrieves attributes, classes, and meta attributes from data instances as separate arrays.

    Python
    عرض على GitHub↗5,635
  • silentvoid13/templaterالصورة الرمزية لـ SilentVoid13

    SilentVoid13/Templater

    4,590عرض على GitHub↗

    Templater is an Obsidian template engine and JavaScript automation plugin that functions as a dynamic content generator and workflow orchestrator. It enables the automation of document creation and note-taking tasks through the use of dynamic placeholders and embedded logic. The project distinguishes itself by executing custom JavaScript and shell commands to manipulate files and insert data. It allows for interactive note generation via modal prompts for user input and the import of external JavaScript modules to provide reusable logic outside of template files. Its capabilities include pro

    Provides scripts with access to the core application object to manipulate vault files and metadata.

    TypeScriptobsidian-mdobsidian-plugin
    عرض على GitHub↗4,590
  1. Home
  2. Development Tools & Productivity
  3. Application Instance Access

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

  • DOM Instance AccessorsAccesses a library instance from a DOM element using a data method or jQuery. **Distinct from Application Instance Access:** Distinct from Application Instance Access: specifically accesses instances via DOM element references rather than general application state.
  • Provider Instance InspectorsRetrieves every active provider instance within a family using a ProviderContainer or ProviderScope. **Distinct from Application Instance Access:** Distinct from Application Instance Access: focuses on inspecting provider instances within a state management framework, not general application state.
  • Tabular Instance Value AccessorsRetrieve a data instance's attributes, classes, and meta attributes as separate arrays for programmatic access. **Distinct from Application Instance Access:** Distinct from Application Instance Access: accesses structured tabular data instance values, not running application state.