Linux命令大全

Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。

源码:https://github.com/jaywcjlove/linux-command
30天学JavaScript

30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.

源码:https://github.com/Asabeneh/30-Days-Of-JavaScript
You Don't Know JS

This is a series of books diving deep into the core mechanisms of the JavaScript language. This is the second edition of the book series.

源码:https://github.com/getify/You-Dont-Know-JS
Cargo 手册

Cargo 是 Rust 的包管理器,通过本手册全面了解如何构建 Rust 程序和大型项目。

源码:https://github.com/rust-lang-cn/cargo-cn/
rustdoc 手册

rustdoc 手册详细介绍了如何使用 rustdoc 命令或 cargo doc 来生成漂亮的 crate 文档,发布 crate 前很有必要熟悉 rustdoc 的相关内容。

源码:https://github.com/rust-lang-cn/rustdoc-cn/
Rust 版本指南

关于 Rust 的版本介绍,初版(2015 版)、2018 版、2021 版和未来的 2024 版,了解 Rust 语言如何在大版本中确保 Rust 进行稳定地改革和前进。

源码:https://github.com/rust-lang-cn/edition-guide-cn/
Rust 标准库

官方的 Rust 标准库,是可移植 Rust 软件的基础,标准库文档是开发过程中的必备内容。

源码:https://github.com/rust-lang-cn/std-cn/
Rust Cookbook

Rust 官方图书,由一系列简单程序示例构成,展示了 Rust 实际开发场景的良好实践。

源码:https://github.com/rust-lang-cn/rust-cookbook-cn/
Rust 参考手册

官方的 Rust 语言规范,涵盖 Rust 的最全面的规范内容,目前文档还未稳定,属于预览版。

源码:https://github.com/rust-lang-cn/reference-cn/
Rust 程序设计语言

官方推出的学习 Rust 基本教程,最权威的 Rust 入门学习资料,是每个学习 Rust 语言必读的核心文档。

源码:https://github.com/rust-lang-cn/book-cn
通过例子学 Rust

官方推出的学习 Rust 的例子教程,快速掌握 Rust 的语言知识和应用,通过阅读和编写这些实例,能够快速上手和熟悉 Rust。

源码:https://github.com/rust-lang-cn/rust-by-example-cn/
Ja​​vaScript算法和数据结构

Algorithms and data structures implemented in JavaScript with explanations and links to further readings

源码:https://github.com/trekhleb/javascript-algorithms
技术面试笔记

技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计

源码:https://github.com/CyC2018/CS-Notes
开源大模型食用指南

《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合中国宝宝的部署教程

源码:https://github.com/datawhalechina/self-llm
程序员在家做饭方法指南

程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).

源码:https://github.com/Anduin2017/HowToCook