yonghan1999's Stars
tauri-apps/tauri
Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
Anduin2017/HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
hankcs/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
geekan/HowToLiveLonger
程序员延寿指南 | A programmer's guide to live longer
sunface/rust-course
“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
OI-wiki/OI-wiki
:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
openimsdk/open-im-server
IM Chat ChatGPT
wbt5/real-url
获取斗鱼&虎牙&哔哩哔哩&抖音&快手等 58 个直播平台的真实流媒体地址(直播源)和弹幕,直播源可在 PotPlayer、flv.js 等播放器中播放。
gitalk/gitalk
Gitalk is a modern comment component based on Github Issue and Preact.
xxlllq/system_architect
:100: 2025年系统架构设计师(软考高级)备考资料。
matrix-org/dendrite
Dendrite is a second-generation Matrix homeserver written in Go!
chyyuu/os_kernel_lab
OS kernel labs based on Rust/C Lang & RISC-V 64/X86-32
tauri-apps/wry
Cross-platform WebView library in Rust for Tauri.
gtk-rs/gtk4-rs
Rust bindings of GTK 4
XPoet/hexo-theme-keep
:rainbow: A simple and light theme for Hexo. It makes you more focused on writing.
aws/s2n-quic
An implementation of the IETF QUIC protocol
syphon-org/syphon
⚗️ a privacy centric matrix client
4379711/lol-helper
英雄联盟工具,LCU API,一键喊话,战绩查询,黑名单,一键发送战绩,更改段位显示,更改背景页,牛马/上等马/下等马,彩虹屁,禁用英雄 ,秒选英雄,解锁炫彩皮肤等
pflenker/hecto-tutorial
Build your own text editor in Rust
sheosi/lily
Open source voice assistance for humans
allenap/rust-petname
Generate human readable random names. Rust port of Dustin Kirkland's petname library.
trilleplay/rift_insight
A simple library to get started quickly with the League of Legends LCU and In Game API. Please don't actually use this in production level software, there's a lot of hacky code here from my 3 am commits and I'm just making this to have something basic that works. DO NOT USE IN PROD!
yonghan1999/yonghan1999.github.io
yonghan1999/hecto
Learn Rust by implementing a text editor. According to https://www.philippflenker.com/hecto/
yonghan1999/mini-redis
Incomplete Redis client and server implementation using Tokio - for learning purposes only