开源项目挖掘

名称 网址 简介
GitHub中文排行榜 https://github.com/GrowingGit/GitHub-Chinese-Top-Charts 帮助你发现优秀中文项目
GitHub 中文社区 https://www.github-zh.com/ GitHub 中文社区是一个致力于分享和传播 GitHub 上优质开源项目的中文社区平台
hellogithub https://hellogithub.com/ 开源项目推荐
GitHubDaily https://github.com/GitHubDaily/GitHubDaily 挖掘开源价值

在线大模型

名称 网址
文心一言 https://yiyan.baidu.com/
ChatGLM https://chatglm.cn/main/detail
通义千问 https://tongyi.aliyun.com/qianwen/
ChatGPT https://chat.openai.com/

AI与大模型

名称 网址 简介
Awesome-LLM https://github.com/Hannibal046/Awesome-LLM 大模型汇总介绍
LLMs-In-China https://github.com/wgwang/LLMs-In-China 中国大模型列表
stable-diffusion-webui https://github.com/AUTOMATIC1111/stable-diffusion-webui AI绘图
gpt_academic https://github.com/binary-husky/gpt_academic AI科研助手
chathub https://github.com/chathub-dev/chathub All-in-one对话客户端
ChatALL https://github.com/sunner/ChatALL All-in-one对话客户端
ColossalAI https://github.com/hpcaitech/ColossalAI AI大模型加速
魔塔社区 https://modelscope.cn/home AI模型社区
HuggingFace https://huggingface.co/models AI模型社区
HD Robots https://hdrobots.com/ AI模型汇总

八股文

名称 网址
CS-Notes https://www.cyc2018.xyz/
C++面试八股文 https://interview.huihut.com/#/
ApacheCN八股文知识库 https://bgww.apachecn.org/#/
Java Guide https://javaguide.cn/home.html
Java面试八股文 https://rbmonster.github.io/learning-note/#/
图说设计模式 https://design-patterns.readthedocs.io/zh_CN/latest/index.html
Java版设计模式 https://jinbeen.com/DesignPattern/
面试题目总结 https://github.com/0voice/interview_internal_reference
互联网公司常用框架源码赏析 https://github.com/doocs/source-code-hunter

速查表

名称 网址 简介
Linux命令速查 https://wangchujiang.com/linux-command/ Linux命令搜索引擎
ArchWiki https://wiki.archlinux.org/ Linux问题查找宝典
开源的算法索引库 https://the-algorithms.com/ 开源算法库,包括各种语言的各种算法的实现
Vim速查表 https://wangchujiang.com/reference/docs/vim.html 好用的Vim速查表
Git速查表 http://bilalarslan.me/git-cheat-sheet/ 好用的Git速查表
Docker速查表 https://wangchujiang.com/reference/docs/docker.html 好用的Docker速查表
Markdown速查表 https://wangchujiang.com/reference/docs/markdown.html 好用的Markdown速查表
Latex速查表 https://wangchujiang.com/reference/docs/latex.html 好用的Latex速查表
正则表达式速查表 https://smileyby.github.io/RegularExpressions/ 好用的正则表达式速查表
C速查表 https://wangchujiang.com/reference/docs/c.html 好用的C速查表
CPP速查表 https://github.com/mortennobel/cpp-cheatsheet 好用的CPP速查表
CPP特性速查 https://github.com/AnthonyCalandra/modern-cpp-features 好用的CPP特性速查表
Java速查表 https://yungnickyoung.github.io/Java-Cheatsheet/ 好用的Java特性速查表
Python速查表 https://wangchujiang.com/reference/docs/python.html 好用的Python特性速查表
Go速查表 https://wangchujiang.com/reference/docs/golang.html 好用的Go速查表
Rust速查表 https://wangchujiang.com/reference/docs/rust.html 好用的Rust速查表
开发人员速查表大全 https://wangchujiang.com/reference/ 开发人员速查表大全,中文版
开发人员速查表大全 https://quickref.me/ 开发人员速查表大全,英文版
常用中文速查表大全 https://github.com/skywind3000/awesome-cheatsheets 中文速查表大全,包含编程语言、开发工具、文本编辑等
常用英文速查表大全 https://lecoupa.github.io/awesome-cheatsheets/ 英文速查表大全,包含编程语言、开发工具、文本编辑等

参考文档

名称 网址 简介
API参考文档 https://www.apiref.com/ 常用编程语言的API参考文档
Linux内核文档 https://www.kernel.org/doc/html/latest/# Linux内核手册
CMake官方文档 https://cmake.org/cmake/help/latest/ CMake官方文档
跟我一起写Makefile https://seisman.github.io/how-to-write-makefile/index.html 跟我一起写Makefile重制版
CPP库和框架 https://github.com/fffaraz/awesome-cpp 各种CPP库和框架的汇总
CPP核心准则 http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines 编写CPP时一系列行之有效的准则和实践
CPP参考手册 https://en.cppreference.com/w/ CPP参考手册
Boost官方文档 https://www.boost.org/doc/ Boost官方文档
Spring Boot官方文档 https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/html/ Spring Boot官方文档
PyTorch官方文档 https://pytorch.org/docs/stable/index.html PyTorch官方文档
PyG官方文档 https://pytorch-geometric.readthedocs.io/en/latest/ PyG官方文档
Conda官方文档 https://docs.conda.io/en/latest/ Conda官方文档
Rust官方文档 https://doc.rust-lang.org/book/index.html Rust官方文档
Go官方文档 https://go.dev/doc/ Go官方文档
Redis官方文档 https://redis.io/docs/ Redis官方文档
Nginx官方文档 http://nginx.org/en/docs/ Nginx官方文档
FFmpeg官方文档 https://ffmpeg.org/documentation.html FFmpeg官方文档

算法刷题

名称 网址 简介
LeetCode https://leetcode-cn.com/ 编程刷题平台
洛谷 https://www.luogu.com.cn/ 编程刷题平台
CodeForce https://codeforces.com/problemset 俄罗斯的刷题平台
AcWing https://www.acwing.com/ 编程刷题平台
CodeTop企业题库 https://codetop.cc/home 企业面试编程题汇总
POJ http://poj.org/problemlist 北大的刷题平台
ZOJ https://zoj.pintia.cn/problem-sets/91827364500/problems 浙大的刷题平台
OI Wiki https://oi-wiki.org/ 竞赛的知识汇总
牛客网 https://www.nowcoder.com/ 在线进行企业校招实习笔试面试真题模拟考试练习