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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • metafizzy/infinite-scrollmetafizzy 的头像

    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/riverpodrrousselGit 的头像

    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/orange3biolab 的头像

    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/templaterSilentVoid13 的头像

    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.