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
·

10 Repos

Awesome GitHub RepositoriesStandalone Scripts

Self-contained executable files that function independently without requiring external dependencies or complex build systems.

Distinguishing note: Focuses on the execution model of individual files rather than general CLI tooling or build automation.

Explore 10 awesome GitHub repositories matching development tools & productivity · Standalone Scripts. Refine with filters or upvote what's useful.

Awesome Standalone Scripts GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • keon/algorithmsAvatar von keon

    keon/algorithms

    25,269Auf GitHub ansehen↗

    This repository is a structured educational archive of classic computer science algorithms and data structures implemented in Python. It serves as a reference library designed for study and technical skill development, providing clean, readable examples of fundamental computational techniques rather than production-ready software components. The project distinguishes itself through its idiomatic approach, utilizing native language features and standard library conventions to demonstrate algorithmic logic clearly. Each implementation is organized into a hierarchical directory structure that mi

    Implements each algorithm as an independent, self-contained file that can be executed or imported without external dependencies.

    Pythonalgorithmalgorithmscompetitive-programming
    Auf GitHub ansehen↗25,269
  • fengdu78/lihang-codeAvatar von fengdu78

    fengdu78/lihang-code

    19,548Auf GitHub ansehen↗

    This repository is a collection of foundational machine learning models and predictive analysis tools designed for the study of statistical learning methods. It serves as an educational resource that demonstrates the mathematical principles of classic algorithms through direct, first-principles implementation. The project distinguishes itself by constructing models from the ground up, relying on fundamental linear algebra and calculus operations rather than high-level abstraction frameworks. Each algorithm is organized into modular, standalone scripts that mirror the sequence of mathematical

    Runs algorithms as independent, dependency-free scripts for clear, sequential execution.

    Jupyter Notebook
    Auf GitHub ansehen↗19,548
  • facebook/hhvmAvatar von facebook

    facebook/hhvm

    18,635Auf GitHub ansehen↗

    HHVM is a high-performance execution engine and runtime environment designed for the Hack language. It functions as a persistent web application server that processes incoming network traffic, while also providing command-line utilities for executing standalone scripts and performing automated tasks. The project distinguishes itself through a sophisticated execution model that utilizes just-in-time compilation to translate bytecode into optimized machine code. This process is supported by a static type analysis engine that enforces strict data constraints and identifies type inconsistencies b

    Supports executing individual code files directly from the command line for standalone tasks.

    C++hackhacklanghhvm
    Auf GitHub ansehen↗18,635
  • visionmedia/git-extrasAvatar von visionmedia

    visionmedia/git-extras

    18,076Auf GitHub ansehen↗

    git-extras is a collection of command line extensions for Git that provide utilities for managing repositories, analyzing commit history, and automating version control workflows. The suite includes tools for generating automated changelogs from commit history and utilities for identifying and cleaning up merged or stale branches. The project provides a set of analysis tools to quantify project contributions by calculating commit percentages and author metrics. It further includes capabilities for summarizing repository metadata and state to optimize routine inspections. The toolset is imple

    Organizes individual utilities as standalone executable files discoverable in the system path.

    Shell
    Auf GitHub ansehen↗18,076
  • python-world/python-mini-projectsAvatar von Python-World

    Python-World/python-mini-projects

    17,881Auf GitHub ansehen↗

    This repository is an educational collection of standalone Python scripts designed to help developers master foundational programming concepts. It serves as a practical learning resource that demonstrates common coding patterns through modular, independent programs. The project focuses on building utility scripts for tasks such as file manipulation, data conversion, web scraping, and system automation. By relying exclusively on the Python standard library, the collection ensures portability and minimizes the need for external environment configuration. The scripts follow a procedural control

    Provides modular, standalone scripts that run as isolated processes for simplified debugging.

    Pythonautomatelearn-to-codeminiprojects
    Auf GitHub ansehen↗17,881
  • qwikdev/partytownAvatar von QwikDev

    QwikDev/partytown

    13,706Auf GitHub ansehen↗

    Partytown is a library designed to offload resource-intensive third-party scripts to background web workers. By executing these scripts outside of the main thread, it prevents them from blocking the critical rendering path, thereby maintaining a responsive user interface and improving overall page load performance. The project functions as a web worker proxy library that synchronizes browser interfaces between the main thread and background environments. It uses proxy-based access and synchronous messaging to replicate global objects like the window and document, allowing scripts to interact

    Functions as a standalone utility independent of build processes or specific frameworks to allow for flexible deployment.

    TypeScript3rd-party3rdpartyanalytics
    Auf GitHub ansehen↗13,706
  • bottlesdevs/bottlesAvatar von bottlesdevs

    bottlesdevs/Bottles

    8,080Auf GitHub ansehen↗

    Bottles is a Wine compatibility manager and prefix manager that provides a graphical interface for running Windows applications on Linux. It functions as a Windows application sandbox and dependency manager, organizing isolated environments to prevent dependency conflicts and protect the host operating system. The project acts as a Wine runner orchestrator, allowing users to download, install, and switch between different compatibility layers and graphics renderers. It distinguishes itself by using community-driven scripts for automated software installation and dependency management, alongsi

    Generates self-contained scripts that can launch Windows applications without opening the main management interface.

    Pythonbottlesbottles-versioningdxvk
    Auf GitHub ansehen↗8,080
  • probml/pml-bookAvatar von probml

    probml/pml-book

    5,598Auf GitHub ansehen↗

    Dieses Repository enthält das digitale Lehrbuch und ergänzende Materialien für die Ausbildung in probabilistischem Machine Learning. Es bietet strukturierten Text und geführte Lernmaterialien, die die mathematischen Grundlagen von Wahrscheinlichkeit und neuronalen Netzen abdecken. Das Projekt betont die Reproduzierbarkeit durch eine Sammlung interaktiver Notebooks und eigenständiger Skripte, die verwendet werden, um Datenplots und Abbildungen aus dem Text nachzubilden. Diese Materialien werden in externen Umgebungen gehostet, um Benutzern die Ausführung komplexer Machine-Learning-Codes ohne lokale Installation zu ermöglichen. Die pädagogische Oberfläche umfasst Vorlesungsfolien, Übungslösungen und ergänzende Dokumente, die zusätzliche technische Details bieten. Der Inhalt ist mithilfe einer Markdown-gesteuerten Struktur organisiert und wird via Versionskontrolle verwaltet, um die Konsistenz über Buchausgaben hinweg zu wahren.

    Provides standalone Python scripts that isolate technical demonstrations from the main textbook narrative.

    Jupyter Notebook
    Auf GitHub ansehen↗5,598
  • amber-lang/amberAvatar von amber-lang

    amber-lang/amber

    4,731Auf GitHub ansehen↗

    Amber ist ein Transpiler, der High-Level-Quellcode in ausführbare Shell-Skripte für Bash, Zsh und Ksh übersetzt. Er bietet eine typsichere Umgebung für die Shell-Skript-Generierung, was eine statische Typvalidierung und die Erstellung eigenständiger ausführbarer Skripte ermöglicht. Das Projekt zeichnet sich durch einen Kompilierungsprozess aus, der Tree-Shaking-Import-Optimierung zur Reduzierung der Ausgabegröße und templatebasiertes Skript-Wrapping für benutzerdefinierte Header und Footer umfasst. Es nutzt ein modulbasiertes Abhängigkeitsauflösungssystem mit Sichtbarkeitskontrollen, um die Wiederverwendung von Code über mehrere Dateien hinweg zu verwalten. Die Sprachoberfläche deckt eine breite Palette an Automatisierungsmöglichkeiten ab, einschließlich umfassender Dateisystemverwaltung, Prozesssteuerung und Netzwerkkommunikation via HTTP. Es bietet integrierte Hilfsprogramme für Textverarbeitung, Datenmanipulation, Datums- und Zeitmanagement sowie System-Introspektion. Das Toolset enthält einen integrierten Test-Runner zur Logikverifizierung und ein Dienstprogramm zur automatischen Generierung von Markdown-Projektdokumentation aus Quellcode-Kommentaren.

    Generates self-contained executable scripts that function independently without requiring a compiler at runtime.

    Rustbashbash-scriptingcompilers
    Auf GitHub ansehen↗4,731
  • pair-code/litAvatar von PAIR-code

    PAIR-code/lit

    3,636Auf GitHub ansehen↗

    Lit is a machine learning interpretability framework and model debugging tool designed to analyze model behavior and performance. It serves as an interpretability dashboard for large language models and a general performance analyzer for text, image, and tabular datasets. The project distinguishes itself through a comprehensive suite of interpretability tools, including salience map generation for feature attribution, the creation of synthetic and counterfactual examples to test robustness, and the projection of high-dimensional embeddings into visual spaces via UMAP or PCA. It further enable

    Provides standalone classes for metrics and counterfactual generators to perform analysis independently of a visual interface.

    TypeScriptmachine-learningnatural-language-processingvisualization
    Auf GitHub ansehen↗3,636
  1. Home
  2. Development Tools & Productivity
  3. Standalone Scripts

Unter-Tags erkunden

  • Standalone Utilities1 Sub-TagLibraries designed to operate independently of specific build processes or frameworks. **Distinct from Standalone Scripts:** Focuses on standalone library operation, distinct from standalone script files.