321 repos
Build-Time Asset Optimizers — Miscellaneous Curated Lists
We curate 321 GitHub repositories matching miscellaneous curated lists · Build-Time Asset Optimizers. Refine with filters or upvote what's useful.
Build-Time Asset Optimizers — Miscellaneous Curated Lists
- python/cpython
python/cpython
71,643CPython is the primary, community-maintained reference implementation of the Python programming language. It functions as a high-level, interpreted execution environment that compiles source code into platform-independent bytecode for processing by a stack-based virtual machine. The runtime manages memory through a combination of reference counting and generational cyclic garbage collection, while dynamic type dispatching determines object behavior at runtime based on metadata stored within object headers. The project is distinguished by its C-based architecture, which provides a stable foreign function interface for integrating performance-critical native code directly with the interpreter's internal objects. To ensure thread safety within its shared internal state, the runtime utilizes a global interpreter lock that serializes the execution of bytecode instructions. This design supports a comprehensive standard library and enables the development of complex applications across diverse computing environments. Beyond the core interpreter, the project maintains a robust infrastructure for cross-platform binary distribution, including support for universal binaries and framework-based installations on macOS. It includes extensive built-in tooling for performance benchmarking, testing, and build configuration, all of which are managed through a collaborative open-source workflow. The repository provides a comprehensive developer’s guide and established coding style standards to support ongoing contributions and language evolution. Detailed instructions for building the interpreter from source on Unix and containerized environments are available within the project documentation.
Python - godotengine/godot
godotengine/godot
106,855Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-platform development suite, allowing developers to author, test, and export software to desktop, mobile, and web environments from a single, unified codebase. The engine distinguishes itself through a modular, component-based architecture that relies on signals-based decoupling for event-driven communication between objects. It features a server-side rendering architecture that separates high-level scene logic from low-level rendering commands, alongside a platform-agnostic abstraction layer that ensures consistent hardware interaction. Developers can further customize their workflow using a plugin-based API that allows for the injection of custom inspectors, tools, and asset importers directly into the editor interface. The platform supports high-performance simulation through a variant-based dynamic typing system and centralized resource management, which handles memory-efficient sharing of textures, models, and audio data. The engine also provides extensive developer tooling for compiling custom binaries and configuring build parameters to meet specific production requirements. Comprehensive documentation, including an offline-accessible class reference and community-maintained tutorials, is available to assist with project development and engine mastery.
C++game-developmentgame-enginegamedev - etcd-io/etcd
etcd-io/etcd
51,618etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronized view of data. By providing atomic operations and linearizable reads and writes, it serves as a foundational component for distributed systems requiring high availability and fault tolerance. The system distinguishes itself through its multi-version concurrency control, which enables non-blocking read operations while maintaining strict consistency for concurrent writes. It supports complex distributed coordination through features like lease-based expiration, which allows for the automatic removal of data based on client activity, and asynchronous key change monitoring, which provides real-time event notifications for data modifications. These capabilities are supported by a persistent B-tree-based storage engine and write-ahead logging to ensure durability across system crashes. Beyond its core storage functions, the project provides a comprehensive suite of tools for cluster management, including automated peer discovery via DNS or service registries and robust security enforcement. It includes built-in mechanisms for transport layer security, role-based access control, and certificate management to protect data in transit and at rest. Operational reliability is further maintained through snapshot-based disaster recovery, cluster health monitoring, and granular performance tuning for disk and network resources. The system is configured through structured files or command-line flags, allowing for flexible deployment across diverse infrastructure environments.
Gocncfconsensusdatabase - git/git
git/git
59,192Git is a distributed version control system and command-line tool designed for tracking changes in source code and coordinating collaborative software development. It functions as a content-addressable storage platform where project data is maintained as immutable objects indexed by cryptographic hashes, ensuring data integrity and efficient deduplication. The system organizes project history as a directed acyclic graph, where each commit serves as a snapshot linked to its parent to create a verifiable timeline of modifications. The architecture distinguishes itself through an index-based staging area that allows for the preparation of atomic commits before they are committed to the object store. It utilizes delta-compressed packfiles to optimize disk usage and network transfers, while maintaining a complete local copy of the repository to enable offline development. Mutable entry points, such as branches and tags, are managed through reference-based pointer tracking, and the system provides a modular set of low-level utility commands that allow for the composition of complex workflows. Beyond its core storage and tracking capabilities, the tool supports comprehensive project history auditing and software release branching to isolate experimental or stable code lines. The project includes extensive documentation and is managed through a terminal-based interface.
Cchacktoberfestshell - realworld-apps/realworld
realworld-apps/realworld
82,844RealWorld is an open-source project that provides a standardized blueprint for building functionally identical applications across diverse programming languages and frameworks. By establishing a contract-first API specification and a shared data model, it enables developers to create decoupled frontend and backend components that are fully interoperable. The project distinguishes itself through a comprehensive catalog of over 100 reference implementations, allowing for direct comparison of architectural patterns and syntax across different technology stacks. To ensure consistency, every implementation is validated against an automated integration test suite that enforces strict compliance with the shared API contract. This approach allows any frontend to interface with any backend, facilitating full-stack prototyping and cross-framework benchmarking. Beyond the core API requirements, the project includes shared design system assets and a consistent CSS theme to maintain a unified visual experience across all implementations. Detailed documentation and guides are available to assist developers in creating new, spec-compliant applications within this ecosystem.
Bru - xtekky/gpt4free
xtekky/gpt4free
65,720This project provides a unified interface for interacting with a wide range of artificial intelligence services, acting as a central orchestration layer for text and image generation. It standardizes access to diverse AI backends, allowing developers to integrate multiple language and vision models through a single, consistent programming interface. By abstracting provider-specific protocols and authentication requirements, the tool simplifies the development of applications that rely on external AI services. The platform distinguishes itself through a resilient request routing architecture designed to maintain service availability. It features an automated failover mechanism that monitors request status and dynamically switches between secondary providers when primary endpoints encounter errors or rate limits. This capability is complemented by support for both remote API interactions and local model execution, enabling users to run language models directly on their own hardware infrastructure. Beyond core connectivity, the system includes advanced tools for managing complex conversational states and real-time data retrieval. It supports sequential message history to maintain context across long sessions and integrates live web search capabilities to provide up-to-date information. The client also handles multimodal inputs, allowing for the processing of visual content and the generation of images from text descriptions through asynchronous, non-blocking communication patterns.
Pythonchatbotchatbotschatgpt - papers-we-love/papers-we-love
papers-we-love/papers-we-love
103,417Papers We Love is a community-driven repository and learning network dedicated to the study and discussion of foundational computer science literature. It functions as a centralized educational archive, providing a structured environment where software professionals can engage with academic research to bridge the gap between theoretical concepts and practical application. The project distinguishes itself through a decentralized model of crowdsourced curation, where community members collectively maintain and categorize a vast index of technical resources. Beyond the repository itself, the initiative supports a global network of autonomous regional chapters that operate under shared governance standards to facilitate in-person knowledge sharing. This ecosystem is further supported by an extensive library of archived expert presentations and curated reading methodologies designed to improve technical literature literacy. The platform organizes its scholarly resources through a hierarchical directory structure, enabling efficient navigation and version-controlled tracking of academic content. It provides tools for discovering external research repositories, establishing contribution standards for collaborative growth, and developing community-focused applications that extend the utility of the shared knowledge base.
Shellawesomecomputer-sciencemeetup - OpenHands/OpenHands
OpenHands/OpenHands
67,974OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system enables agents to autonomously navigate codebases, implement features, and resolve issues through iterative reasoning and tool execution. The platform distinguishes itself through a model-agnostic orchestrator that connects diverse language models to a unified tool registry. It supports complex, multi-agent collaboration via hierarchical task delegation, allowing parent agents to spawn and manage independent sub-agents for parallelized workflows. Security is managed through configurable action approval policies and real-time risk evaluation, ensuring that autonomous operations remain within defined safety boundaries. The system covers a broad capability surface including persistent conversation state management, automated code review, and web research automation. It features an event-driven architecture that serializes interactions into immutable logs, facilitating observability and time-travel debugging. Developers can extend agent functionality through custom skill definitions, plugin packages, and integration with external services via standardized protocols. The project provides a command-line interface for managing agent sessions, remote server deployments, and containerized workspace lifecycles. It is designed for extensibility, allowing users to configure agent behavior through structured objects, markdown-based definitions, and environment-specific settings.
Pythonagentartificial-intelligencechatgpt - mermaid-js/mermaid
mermaid-js/mermaid
86,200This project is a client-side rendering engine that transforms declarative, text-based syntax into visual diagrams directly within the browser. By utilizing a domain-specific language, it allows users to define complex structures—such as software architectures, process flows, and system behaviors—without the need for manual layout configuration. The library functions as a browser-based runtime that parses these definitions into intermediate abstract syntax trees, which are then processed by specialized engines to generate high-fidelity, resolution-independent graphics. The system distinguishes itself through a modular architecture that decouples diagram types into independent plugins, allowing for a wide range of visualizations including sequence diagrams, entity relationship models, and project timelines. To ensure security when processing untrusted input, the library supports sandboxed rendering within isolated frames. It also features automatic rendering capabilities, which monitor the document object model to detect and visualize diagram definitions embedded within standard web content. Beyond its core rendering engine, the project supports a documentation-as-code workflow by integrating with various development environments, productivity platforms, and content frameworks. This enables the inclusion of version-controlled, dynamic visuals in technical guides and wikis. The library is designed for flexible deployment, offering support for content delivery network integration to facilitate implementation without requiring local build processes.
TypeScriptdiagramsdiagrams-as-codedocumentation - openinterpreter/open-interpreter
openinterpreter/open-interpreter
62,257Open Interpreter is an autonomous agent runtime that translates natural language instructions into executable code to interact with local software and operating systems. It functions as an orchestration framework that connects language models to a secure execution environment, enabling the development of agents capable of managing system resources and performing complex tasks. To ensure safety, the system mandates explicit user verification before executing any generated code and provides robust isolation through containerized sandboxing. The project distinguishes itself through its deep integration with local environments and its focus on secure, human-in-the-loop automation. It supports a wide range of hosted and local language models, allowing users to balance privacy and performance requirements. Beyond simple script execution, it features vision-enabled automation that analyzes screen content to simulate mouse and keyboard interactions, effectively allowing the agent to navigate graphical user interfaces as a human would. The system provides a comprehensive suite of computer automation primitives, including tools for managing calendar events, email communications, and clipboard data. It is designed for extensibility, offering support for custom language runtimes and remote sandbox configurations to handle specialized execution needs. Users can manage the interpreter's behavior through detailed configuration settings, including options for stateful conversation persistence and telemetry controls. The software is distributed as a Python-based package and can be installed and configured to run within isolated container environments to maintain host system security.
Pythonchatgptgpt-4interpreter - awesomedata/awesome-public-datasets
awesomedata/awesome-public-datasets
72,846This project is a community-maintained, open-access directory of high-quality public datasets. It serves as a centralized reference point for researchers, developers, and data scientists to locate reliable information sources across a wide spectrum of industries and scientific fields. By providing a structured index, the repository facilitates the discovery of data necessary for exploratory analysis, machine learning model training, and the development of data-intensive applications. The directory distinguishes itself through a lightweight, platform-agnostic approach to resource indexing that avoids the need for complex backend infrastructure. Content is organized using a topic-centric hierarchical taxonomy, which simplifies navigation across diverse domains ranging from climate science and economics to healthcare and computer networks. This structure is maintained through a collaborative, community-driven model where peer review and version-controlled updates ensure the ongoing accuracy and relevance of the curated links. The collection covers a broad capability surface, including specialized datasets for fields such as physics, geographic information systems, natural language processing, and time-series analysis. The repository is documented entirely through human-readable markdown files, allowing for transparent contributions and easy access to its comprehensive index of public information.
aaron-swartzawesome-public-datasetsdatasets - soimort/you-get
soimort/you-get
56,737This project is a command-line utility designed to fetch video, audio, and image content from a wide range of web platforms. It functions by parsing page metadata and utilizing modular, site-specific scripts to extract direct media stream URLs from complex web structures, enabling the local archiving of digital media for offline use. The tool distinguishes itself through its ability to handle authenticated content, allowing users to inject browser-stored session cookies to access restricted or private media. It also supports real-time media streaming by piping remote content directly into external playback software, bypassing the need for local disk storage. For complex media tasks, the utility orchestrates external command-line tools to manage file merging, format conversion, and stream playback. Beyond basic acquisition, the software provides comprehensive management features, including automated directory organization for batch processing and the ability to resume interrupted downloads using temporary state files. It also integrates network proxy configurations to route traffic through external servers, facilitating access to content subject to regional restrictions or firewall limitations. Users can further automate workflows by programmatically extracting resource metadata or submitting search queries directly through the terminal.
Python - f/prompts.chat
f/prompts.chat
145,637Prompts.chat is a community-driven repository and management platform for AI prompts and agent skills. It provides a centralized interface for users to search, retrieve, and save prompts, while offering structured storage for multi-file agent skills that include documentation and supporting assets. The platform distinguishes itself through a Model Context Protocol-first API and standard REST endpoints, enabling direct integration with AI assistants, IDEs, and external automation tools. It includes generative AI capabilities to transform basic prompts into structured versions and supports granular access control through key-based and OAuth authentication. Beyond core management, the platform offers developer-focused tooling, including command-line interfaces and editor plugins to incorporate prompt workflows into software development. It also features an interactive, game-based learning environment for AI communication and provides comprehensive configuration options for white-label deployments, custom branding, and external object storage.
HTMLaiartificial-intelligenceawesome-list - flutter/flutter
flutter/flutter
175,261This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-performance rendering engine and a multi-platform compilation model. The framework provides a comprehensive suite of developer tools, including hot reloading for real-time code injection and diagnostic utilities for monitoring application state and performance. It features a modular component system, a constraint-based layout engine, and built-in support for navigation, localization, and accessibility. Developers can extend functionality through a native integration model that supports platform-specific APIs, foreign function interfaces, and a package management system for dependency distribution. Beyond core UI development, the project includes infrastructure for application packaging and distribution across various app stores and web environments. It also incorporates concurrency models for background task management, security utilities for code obfuscation, and tools for integrating generative AI into the development workflow.
Dartandroidapp-frameworkcross-platform - unclecode/crawl4ai
unclecode/crawl4ai
60,452Crawl4AI is an AI-powered web crawling and data extraction engine designed to transform complex web content into structured formats. It functions as a headless browser orchestrator, enabling the navigation of dynamic websites, the execution of custom scripts, and the capture of visual assets like screenshots and PDFs. By integrating language models directly into the extraction workflow, the system converts raw HTML into clean, structured data or Markdown files optimized for downstream ingestion. The platform distinguishes itself through a distributed, self-hosted infrastructure that manages large-scale data collection via asynchronous task queuing. It employs adaptive crawling algorithms to determine when sufficient information has been gathered to satisfy specific requests, while simultaneously managing browser sessions, proxies, and authentication to navigate modern web environments. The system supports integration with autonomous agents through standardized communication protocols, allowing external tools to access live web data and browser capabilities directly. Beyond core extraction, the project provides a flexible pipeline that allows for custom logic injection through middleware hooks for specialized processing or authentication requirements. It includes tools for monitoring system health and performance during high-volume operations, ensuring reliable job management across diverse environments. The entire engine is packaged for containerized deployment, providing consistent execution across different hardware and hosting configurations.
Python - labuladong/fucking-algorithm
labuladong/fucking-algorithm
132,696This project is a comprehensive educational platform designed to facilitate the mastery of computer science algorithms and data structures. It provides a structured learning curriculum, a library of practice problems, and an integrated toolkit that supports both academic study and competitive programming preparation. By combining theoretical roadmaps with practical implementation exercises, the system enables users to build a deep understanding of core computational concepts. The platform distinguishes itself through its focus on integrated learning and visual clarity. It offers AI-powered guidance and editor-native plugins for popular development environments, allowing users to access algorithmic templates and conceptual references directly within their coding workflow. To assist with the comprehension of complex logic, the project includes an interactive visualization suite that renders recursive processes and data structure operations, such as graph connectivity and search strategies, in real-time. Beyond its core educational content, the project provides specialized utilities for competitive programming, including standardized input-output bridging and environment configuration tools. These features ensure that users can efficiently translate their algorithmic knowledge into solutions for assessment platforms. The repository serves as a centralized resource for technical skill acquisition, offering a systematic approach to navigating advanced topics and refining problem-solving methodologies.
Markdownalgorithmscomputer-sciencedata-structures - swiftlang/swift
swiftlang/swift
69,781Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. The language is built on a task-based concurrency model that schedules asynchronous operations across multicore hardware to ensure data race safety. The project distinguishes itself through a native, bi-directional interoperability mechanism that allows for direct integration with existing codebases and external APIs without requiring complex foreign function interfaces. This capability is supported by a declarative, manifest-based build system that manages dependencies and cross-platform toolchain orchestration. Furthermore, the language provides a standardized language server protocol implementation, enabling real-time diagnostics, code completion, and refactoring across a wide range of development environments. The ecosystem covers a broad capability surface, including support for static binary compilation to ensure portability across diverse system environments and specialized tooling for cloud-native backend development. It provides comprehensive infrastructure for multi-platform application development, including cross-compilation support for Android, Linux, and WebAssembly targets. Developers can also leverage integrated debugging, testing, and interactive playground environments to streamline the software validation process. The project maintains its compiler, standard library, and evolution proposals through a primary source code repository, which includes extensive documentation and guided references for developers.
C++ - ultralytics/yolov5
ultralytics/yolov5
56,830YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time object detection, image classification, and instance segmentation. It provides a unified toolkit that manages the entire lifecycle of a model, from initial dataset configuration and hyperparameter tuning to high-speed inference and deployment. The framework utilizes a modular neural architecture, allowing users to swap backbone and head components to tailor models for specific visual tasks. What distinguishes this project is its focus on production-ready deployment and model efficiency. It includes a robust model export engine that converts trained networks into standardized formats, enabling high-performance execution across diverse hardware, including edge devices and web browsers. To optimize models for resource-constrained environments, the framework offers advanced techniques such as neural network pruning, weight sparsity, and mixed-precision training, alongside tools for benchmarking performance and fine-tuning pruned models. The platform supports a highly configurable training pipeline that leverages parallel processing and dynamic data augmentation to improve model robustness. Users can manage complex training workflows through externalized configuration files, which decouple model logic from dataset structures. The system also provides sophisticated inference capabilities, including test-time augmentation and model ensembling, to balance detection accuracy with processing latency requirements.
Pythoncoremldeep-learningios - fatedier/frp
fatedier/frp
104,608This project is a high-performance reverse proxy designed to expose local services to the internet. It provides a comprehensive suite of tools for managing network traffic, including support for TCP and UDP stream multiplexing, connection pooling, and load balancing across proxy instances. The system facilitates secure communication through TLS encryption, data compression, and multiple authentication methods such as OpenID Connect, shared tokens, and basic password protection. The software offers granular control over HTTP traffic, enabling users to route requests based on subdomains or URL paths, rewrite host headers, and propagate original client IP addresses to backend services. It supports various transport protocols, including KCP and QUIC, to improve reliability and reduce latency in unstable network environments. Extensibility is provided through a plugin architecture that supports additional capabilities like SOCKS5 proxying and static file serving. Operational management is handled through a web-based administration interface, a monitoring dashboard, and a status querying API. Users can manage complex configurations using modular file inclusion, environment variable injection, and support for multiple file formats like TOML, YAML, and JSON. The system also allows for configuration hot reloading, ensuring that updates can be applied without interrupting active service operations.
Goexposefirewallfrp - reduxjs/redux
reduxjs/redux
61,444Redux is a predictable state container designed to manage global application data through a centralized store. It operates on a unidirectional data flow architecture where state transitions are triggered by dispatching action objects, which are then processed by pure reducer functions to produce a new, immutable state tree. This approach ensures that application data remains consistent and traceable across the entire component hierarchy. The library distinguishes itself through a functional pattern that relies on pure functions for state logic and a middleware-based extension system. This middleware allows for the interception of dispatched actions, enabling the handling of asynchronous logic and side effects before they reach the reducers. Furthermore, the project provides a comprehensive developer tooling ecosystem that supports real-time inspection of state changes and the ability to replay dispatched actions, facilitating efficient troubleshooting and debugging. Beyond its core state management capabilities, the library includes official bindings to connect state logic to user interface components, simplifying data synchronization in complex applications. It also supports dynamic reducer replacement at runtime, allowing for flexible state logic updates. The library is available for installation via standard package managers and can be integrated into various module-bundled or browser-based environments.
TypeScriptredux