开源项目
🔥 microsoft / qlib - Qlib is an AI-oriented Quant investment platform that aims t
GitHub热门项目 | Qlib is an AI-oriented Quant investment platform that aims to use AI tech to empower Quant Research, from exploring ideas to implementing productions. Qlib supports diverse ML modeling paradigms, including supervised learning, market dynamics modeling, and RL, and is now equipped with https://github.com/microsoft/RD-Agent to automate R&D process. | Stars: 44,719 | 144 stars today | 语言: Python
开源项目
🔥 anthropics / financial-services
GitHub热门项目 | | Stars: 31,754 | 480 stars today | 语言: Python
开源项目
🔥 LibreTranslate / LibreTranslate - Free and Open Source Machine Translation API. Self-hosted, o
GitHub热门项目 | Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup. | Stars: 14,817 | 179 stars today | 语言: Python
开源项目
🔥 Lightricks / LTX-2 - Official Python inference and LoRA trainer package for the L
GitHub热门项目 | Official Python inference and LoRA trainer package for the LTX-2 audio–video generative model. | Stars: 7,389 | 47 stars today | 语言: Python
开源项目
🔥 Kilo-Org / kilocode - Kilo is the all-in-one agentic engineering platform. Build,
GitHub热门项目 | Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent. | Stars: 21,484 | 1,339 stars today | 语言: TypeScript
开源项目
🔥 alibaba / zvec - A lightweight, lightning-fast, in-process vector database
GitHub热门项目 | A lightweight, lightning-fast, in-process vector database | Stars: 11,033 | 435 stars today | 语言: C++
开源项目
🔥 zai-org / GLM-5 - GLM-5: From Vibe Coding to Agentic Engineering
GitHub热门项目 | GLM-5: From Vibe Coding to Agentic Engineering | Stars: 3,890 | 286 stars today | 语言:
AI 资讯
Building GitHub-Inspired Version Control and Forking Without Duplicating Project Files
One of the challenges I faced while building my LaTeX Writer project was implementing version control and project forking in a storage-efficient way. A typical LaTeX project contains multiple files. Even a simple project usually has a "main.tex" file, bibliography files, images, style files, and other supporting documents. If I stored a complete copy of every file for every version or fork, storage requirements would grow rapidly. Imagine a project with four files and ten versions. Storing the entire project for every version would mean storing the same files repeatedly, even when only one line changed. Forking would create an even bigger problem because every fork would require another complete copy of the project. Instead of accepting this inefficiency, I started researching how large platforms solve the same problem. GitHub was the obvious inspiration. Learning from GitHub GitHub does not store a complete copy of a repository every time a change is made. Instead, it stores content separately and uses references to connect files, commits, and repositories. This idea became the foundation for my own implementation. Project Structure Whenever a new project is created, a default file called "main.tex" is generated automatically. The project itself does not directly contain file contents. Instead, it stores metadata such as: Project ID Owner ID Root Folder ID File References Each file also has its own metadata record containing: File ID File Name Blob ID Project ID Owner ID Folder ID The actual content is not stored inside the file metadata. Instead, the content lives inside a separate entity called a Blob. Loading a Project When the editor loads a project, it reconstructs the directory structure using metadata. The process works like this: Retrieve the project's Root Folder ID. Find all folders belonging to that folder hierarchy. Find all files belonging to each folder. Build the directory tree for the frontend. Because files and folders are stored independently, the
AI 资讯
Getting more from each token: How Copilot improves context handling and model routing
How GitHub Copilot is making more of each session go toward useful work, so your credits go further. The post Getting more from each token: How Copilot improves context handling and model routing appeared first on The GitHub Blog .
开源项目
🔥 voidzero-dev / vite-plus - Vite+ is the unified toolchain and entry point for web devel
GitHub热门项目 | Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place. | Stars: 5,011 | 19 stars today | 语言: Rust
开源项目
🔥 zellij-org / zellij - A terminal workspace with batteries included
GitHub热门项目 | A terminal workspace with batteries included | Stars: 33,722 | 55 stars today | 语言: Rust
开源项目
🔥 Myriad-Dreamin / tinymist - Tinymist [ˈtaɪni mɪst] is an integrated language service for
GitHub热门项目 | Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst]. | Stars: 3,308 | 8 stars today | 语言: Rust
开源项目
🔥 eclipse-zenoh / zenoh - zenoh unifies data in motion, data in-use, data at rest and
GitHub热门项目 | zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks. | Stars: 2,890 | 6 stars today | 语言: Rust
开源项目
🔥 makeplane / plane - 🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternativ
GitHub热门项目 | 🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage. | Stars: 51,015 | 68 stars today | 语言: TypeScript
开源项目
🔥 bytedance / UI-TARS-desktop - The Open-Source Multimodal AI Agent Stack: Connecting Cuttin
GitHub热门项目 | The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra | Stars: 36,590 | 148 stars today | 语言: TypeScript
开源项目
🔥 zotero / zotero - Zotero is a free, easy-to-use tool to help you collect, orga
GitHub热门项目 | Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share your research sources. | Stars: 14,498 | 14 stars today | 语言: JavaScript
开源项目
🔥 google / zx - A tool for writing better scripts
GitHub热门项目 | A tool for writing better scripts | Stars: 45,542 | 9 stars today | 语言: JavaScript
开源项目
🔥 jackwener / OpenCLI - Make Any Website into CLI & Use your logged-in browser by AI
GitHub热门项目 | Make Any Website into CLI & Use your logged-in browser by AI agent. | Stars: 24,627 | 95 stars today | 语言: JavaScript
开源项目
🔥 fivetran / great_expectations - Always know what to expect from your data.
GitHub热门项目 | Always know what to expect from your data. | Stars: 11,565 | 2 stars today | 语言: Python
开源项目
🔥 521xueweihan / HelloGitHub - 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open s
GitHub热门项目 | 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub. | Stars: 161,720 | 167 stars today | 语言: Python