Stars
🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
MusicPlayer2是一款功能强大的本地音乐播放软件,旨在为用户提供最佳的本地音乐播放体验。它支持歌词显示、歌词卡拉OK样式显示、歌词在线下载、歌词编辑、歌曲标签识别、专辑封面显示、专辑封面在线下载、频谱分析、音效设置、任务栏缩略图按钮、主题颜色、格式转换等功能,支持高度自定义的界面布局,支持多种播放内核(BASS和FFMpeg)。播放器支持大部分常见的音频格式。
A simple and easy to use mod manager for several games using Thunderstore
把萌萌哒的看板娘抱回家 (ノ≧∇≦)ノ | Live2D widget for web platform
Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
The RAW rational numbers library written in JavaScript
Command & Conquer: Remastered Collection
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
The library for web and native user interfaces.
Ruby web app that serves JSON API for open and public domain bibles
An easy-to-learn/use static analysis framework for Java
本文详细分析了 Github Copilot 这个基于机器学习的代码自动补全工具的实现原理。作者通过逆向工程的方式,深入探索了 Copilot 的核心逻辑,包括代码提示的入口、获取提示的核心方法、以及相关的缓存策略、实验特性等。