10 repository-uri
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.