awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • metafizzy/infinite-scrollAvatar von metafizzy

    metafizzy/infinite-scroll

    7,489Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,489
  • rrousselgit/riverpodAvatar von rrousselGit

    rrousselGit/riverpod

    7,315Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,315
  • biolab/orange3Avatar von biolab

    biolab/orange3

    5,635Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,635
  • silentvoid13/templaterAvatar von SilentVoid13

    SilentVoid13/Templater

    4,590Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,590
  1. Home
  2. Development Tools & Productivity
  3. Application Instance Access

Unter-Tags erkunden

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