This project is a Chinese localization repository and technical translation project designed to make concise programming projects and technical documentation accessible to Chinese speakers. It provides a collection of translated resources and curated mappings of computer science terminology to ensure consistent translation of technical concepts.
Principalele funcționalități ale ht524/500lineorless_cn sunt: Chinese Language Technical Guides, Technical Document Translations, Technical Documentation Localizations, Technical Terminology Preservation, Concise Project Translations, Technical Glossaries, Translation Term Mapping, Localization Workflows.
Alternativele open-source pentru ht524/500lineorless_cn includ: golang-china/gopl-zh — This project is a Chinese translation of a comprehensive technical guide to the Go programming language. It provides… vonng/ddia — This project serves as a comprehensive technical reference for the architecture and design of data-intensive… cozodb/cozo — Cozo is a logic-based database engine that functions as a relational data store, an embedded graph database, and a… apache/age — Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within… jikexueyuanwiki/tensorflow-zh — This project is a community-driven technical translation effort and a machine learning educational resource. It… swiftggteam/the-swift-programming-language-in-chinese — This project is a Simplified Chinese translation of the official Swift programming language documentation. It…
This project is a Chinese translation of a comprehensive technical guide to the Go programming language. It provides localized software engineering materials and educational texts designed to help developers master the fundamentals and advanced patterns of the language. The project operates as a community-driven localization effort, utilizing a Git-based translation workflow to manage incremental changes and contributions. The content is organized as a markdown learning resource, converting complex technical books from English into Chinese to make the concepts accessible to a wider audience.
This project serves as a comprehensive technical reference for the architecture and design of data-intensive applications. It provides a structured analysis of the fundamental principles required to build reliable, scalable, and maintainable software systems, covering the core trade-offs inherent in modern data infrastructure. The repository explores the mechanics of distributed data management, including strategies for replication, partitioning, and achieving consensus across multiple nodes. It details the design of storage engines, indexing techniques, and transaction management models, whi
Cozo is a logic-based database engine that functions as a relational data store, an embedded graph database, and a temporal vector database. It utilizes a Datalog-inspired query language to execute relational, recursive, and graph queries. The system distinguishes itself through specialized indexing for high-dimensional vector similarity searches and near-duplicate detection using locality sensitive hashing. It also provides built-in temporal versioning, allowing for historical state retrieval and time-travel queries to access data as it existed at specific points in time. Its broader capabi
Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within the relational database environment. It functions as a loadable extension that translates Cypher graph traversal queries into SQL expressions, enabling users to run pattern matching and path analysis alongside standard SQL operations within a single database instance. The extension stores labeled, directed property graphs as isolated schemas with internal relational tables for vertices, edges, and labels, preventing cross-graph interference. It supports hybrid query execution