Topic

book

Repositories (1394)

java-books-collections
java-books-collections RongleXie

:books:Java编程书籍收集分享。Java programming books collection to share.:rocket:

6.4k
go-questions
go-questions golang-design Go

📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions

6.2k
progit2
progit2 progit CSS

Pro Git 2nd Edition

6.2k
zero-to-production
zero-to-production LukeMathWalker Rust

Code for "Zero To Production In Rust", a book on API development using Rust.

6.2k
Lihang
Lihang SmirkCao Python

Statistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]

6.2k
Clean-Code-Notes
Clean-Code-Notes JuanCrg90

My notes of Clean Code book

6k
progit
progit progit Ruby

Pro Git Book Content, 1st Edition - This content is deprecated. See 2nd edition at [progit2](https://github.com/progit/progit2)

6k
Thief
Thief cteamx JavaScript

一款创新跨平台摸鱼神器,支持小说、股票、网页、视频、直播、PDF、游戏等摸鱼模式,为上班族打造的上班必备神器,使用此软件可以让上班倍感轻松,远离 ICU。

5.9k
go101
go101 go101 HTML

An up-to-date (unofficial) knowledge base for Go programming self learning

5.9k
bash-handbook
bash-handbook denysdovhan JavaScript

:book: For those who wanna learn Bash

5.9k
awesome-LLM-resources
awesome-LLM-resources WangRongsheng

🧑‍🚀 全世界最好的LLM资料总结(语音视频生成、Agent、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the...

5.8k
You-Dont-Know-JS
You-Dont-Know-JS cezaraugusto JavaScript

📗📒 (PT-Br translation) JS Book Series.

5.7k
awesome-systematic-trading
awesome-systematic-trading paperswithbacktest Python

A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.

5.7k
go-ast-book
go-ast-book chai2010 Go

:books: 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST)

5.5k
novel
novel 201206030 Java

novel 是一套基于时下最新 Java 技术栈 Spring Boot 3 + Vue 3 开发的前后端分离学习型小说项目,配备保姆级教程手把手教你从零开始开发上线一套生产级别的 Java...

5.5k
Go42
Go42 ffhelicopter Go

《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发...

5.2k
microservices
microservices DocsHome

Microservices from Design to Deployment 中文版 《微服务:从设计到部署》

5.2k
golang101
golang101 golang101 HTML

Go语言101 : 一个与时俱进的Go编程知识库

4.9k
r4ds
r4ds hadley R

R for data science: a book

4.8k
TensorFlow-Book
TensorFlow-Book BinRoot Jupyter Notebook

Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.

4.4k
game-programming-patterns
game-programming-patterns munificent HTML

Source repo for the book

4.4k
CTF-All-In-One
CTF-All-In-One firmianay C

CTF竞赛权威指南

4.4k
d2l-pytorch
d2l-pytorch dsgiitr Jupyter Notebook

This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.

4.3k
jshistory-cn
jshistory-cn doodlewind TypeScript

🇨🇳 《JavaScript 二十年》中文版

4.2k
novel-plus
novel-plus 201206030 Java

novel-plus 是一个多端(PC、WAP)阅读 、功能完善的小说 CMS 系统。包括小说推荐、小说检索、小说排行、小说阅读、小说书架、小说评论、小说爬虫、会员中心、作...

4.2k
awesome-python-books
awesome-python-books junnplus

:books: Directory of Python books

4.1k
front-end-handbook-2019
front-end-handbook-2019 FrontendMasters HTML

[Book] 2019 edition of our front-end development handbook

4.1k
mastering-modular-javascript
mastering-modular-javascript mjavascript HTML

📦 Module thinking, principles, design patterns and best practices.

4k
bookdown
bookdown rstudio JavaScript

Authoring Books and Technical Documents with R Markdown

3.9k
pdf
pdf GrindGold

📚 计算机经典编程书籍、大黑书、编程电子书、电子书、编程书籍,包括计算机基础、C/C++、Java、Python、面试题、架构设计、算法系列等经典电子书。

3.9k
technology_books
technology_books arpitjindal97

Premium eBook free for Geeks

3.9k
data-science-at-the-command-line
data-science-at-the-command-line jeroenjanssens HTML

Data Science at the Command Line

3.9k
Dive-into-DL-TensorFlow2.0
Dive-into-DL-TensorFlow2.0 TrickyGo Jupyter Notebook

本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可

3.8k
hands-on-ml-zh
hands-on-ml-zh apachecn CSS

:book: [译] Sklearn 与 TensorFlow 机器学习实用指南【版权问题,网站已下线!!】

3.7k
Practical-Cryptography-for-Developers-Book
Practical-Cryptography-for-Developers-Book nakov CSS

Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Cu...

3.7k
hadoop-book
hadoop-book tomwhite Makefile

Example source code accompanying O'Reilly's "Hadoop: The Definitive Guide" by Tom White

3.5k
write-you-a-haskell
write-you-a-haskell sdiehl Haskell

Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)

3.4k
cpp-game-engine-book
cpp-game-engine-book ThisisGame C++

从零编写游戏引擎教程 Writing a game engine tutorial from scratch

3.3k
CS-Books
CS-Books huihut

📚 Computer Science Books 计算机技术类书籍 PDF

3.3k
prometheus-book
prometheus-book yunlzheng

Prometheus操作指南

3.3k
honkit
honkit honkit TypeScript

:book: HonKit is building beautiful books using Markdown - Fork of GitBook

3.3k
web-dev-golang-anti-textbook
web-dev-golang-anti-textbook thewhitetulip Go

Learn how to write webapps without a framework in Go.

3.2k
practical-modern-javascript
practical-modern-javascript mjavascript XSLT

🏊 Dive into ES6 and the future of JavaScript

3.1k
terraform-up-and-running-code
terraform-up-and-running-code brikis98 HCL

Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman

3.1k
the-road-to-learn-react
the-road-to-learn-react the-road-to-learn-react

📓The Road to learn React: Your journey to master plain yet pragmatic React.js

2.8k
owllook
owllook howie6879 Python

owllook-小说搜索引擎

2.8k
nixos-and-flakes-book
nixos-and-flakes-book ryan4yin TypeScript

:hammer_and_wrench: :heart: Want to know NixOS & Flakes in detail? Looking for a beginner-friendly tutorial? Then you've come to the right place! 想...

2.8k
Kotlin-for-Android-Developers
Kotlin-for-Android-Developers antoniolg Kotlin

Companion App for the book

2.7k
books-collection
books-collection waylau

To the programmer's open source and free books collection 给程序员的开源、免费书籍收集,图书集合。

2.7k
Real-Time-Rendering-3rd-CN-Summary-Ebook
Real-Time-Rendering-3rd-CN-Summary-Ebook QianMo

:blue_book: 电子书 -《Real-Time Rendering 3rd》提炼总结 | 全书共9万7千余字。你可以把它看做中文通俗版的《Real-Time Rendering 3rd》,也可以把它看做《Rea...

2.6k