awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • keon/algorithmsAvatar keon

    keon/algorithms

    25,269Vezi pe GitHub↗

    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
    Vezi pe GitHub↗25,269
  • fengdu78/lihang-codeAvatar fengdu78

    fengdu78/lihang-code

    19,548Vezi pe GitHub↗

    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
    Vezi pe GitHub↗19,548
  • facebook/hhvmAvatar facebook

    facebook/hhvm

    18,635Vezi pe GitHub↗

    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
    Vezi pe GitHub↗18,635
  • visionmedia/git-extrasAvatar visionmedia

    visionmedia/git-extras

    18,076Vezi pe GitHub↗

    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
    Vezi pe GitHub↗18,076
  • python-world/python-mini-projectsAvatar Python-World

    Python-World/python-mini-projects

    17,881Vezi pe GitHub↗

    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
    Vezi pe GitHub↗17,881
  • qwikdev/partytownAvatar QwikDev

    QwikDev/partytown

    13,706Vezi pe GitHub↗

    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
    Vezi pe GitHub↗13,706
  • bottlesdevs/bottlesAvatar bottlesdevs

    bottlesdevs/Bottles

    8,080Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,080
  • probml/pml-bookAvatar probml

    probml/pml-book

    5,598Vezi pe GitHub↗

    Acest depozit conține manualul digital și materialele suplimentare pentru educația în machine learning probabilistic. Oferă text structurat și materiale de studiu ghidate care acoperă fundamentele matematice ale probabilității și rețelelor neuronale. Proiectul pune accent pe reproductibilitate printr-o colecție de notebook-uri interactive și scripturi standalone utilizate pentru a recrea graficele și figurile de date din text. Aceste materiale sunt găzduite în medii externe pentru a permite utilizatorilor să execute cod complex de machine learning fără instalare locală. Suprafața educațională include slide-uri de curs, soluții la exerciții și documente suplimentare care oferă detalii tehnice suplimentare. Conținutul este organizat folosind o structură bazată pe markdown și gestionat prin controlul versiunilor pentru a menține consistența între edițiile cărții.

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

    Jupyter Notebook
    Vezi pe GitHub↗5,598
  • amber-lang/amberAvatar amber-lang

    amber-lang/amber

    4,731Vezi pe GitHub↗

    Amber is a transpiler that translates high-level source code into executable shell scripts for Bash, Zsh, and Ksh. It provides a type-safe environment for shell script generation, allowing for static type validation and the creation of standalone executable scripts. The project distinguishes itself through a compilation process that includes tree-shaking import optimization to reduce output size and template-based script wrapping for custom headers and footers. It utilizes a module-based dependency resolution system with visibility controls to manage code reuse across multiple files. The lan

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

    Rustbashbash-scriptingcompilers
    Vezi pe GitHub↗4,731
  • pair-code/litAvatar PAIR-code

    PAIR-code/lit

    3,636Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,636
  1. Home
  2. Development Tools & Productivity
  3. Standalone Scripts

Explorează sub-etichetele

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