8 results
Relevance Newest Popular
iON AI Synthesis
The search results for "stat.AP" do not directly relate to statistical applications ("stat.AP") typically associated with the field of statistics and data analysis. Instead, the results include repositories related to application state management and APIs, such as Apollo Link State for managing application state with Apollo, MLB Stats API for baseball statistics, and various tools for state management in web and mobile applications. No direct matches for statistical applications in the context of "stat.AP" are listed.
Ask iON more Search Scholar
Top result
github.com
apollographql/apollo-link-state

✨ Manage your application's state with Apollo! · ⭐ 1,390

github.com ⭐ 807
toddrob99/MLB-StatsAPI code

Python wrapper for MLB Stats API · ⭐ 807

github.com ⭐ 667
Azure/static-web-apps-cli code

Azure Static Web Apps CLI ✨ · ⭐ 667

github.com ⭐ 576
bizz84/movie_app_state_management_flutter code

Flutter State Management: Movie App with Provider, Riverpod, flutter_bloc · ⭐ 576

github.com ⭐ 386
pixeldock/RxAppState code

RxSwift extensions for UIApplicationDelegate methods to observe changes in your app's state · ⭐ 386

stackoverflow.com
Why is conditional processing of a sorted array faster than of an unsorted array? code

In this C++ code, sorting the data (before the timed region) makes the primary loop ~6x faster: #include <algorithm> #include <ctime> #include <iostream> in…

stackoverflow.com
How do I undo the most recent local commits in Git? code

I accidentally committed the wrong files to Git but haven't pushed the commit to the server yet. How do I undo those commits from the local repository? …

stackoverflow.com
How do I delete a Git branch locally and remotely? code

Failed Attempts to Delete a Remote Branch: $ git branch -d remotes/origin/bugfix error: branch 'remotes/origin/bugfix' not found. $ git branch -d origin/bugfix error: branch 'origin/…