All Projects → ityouknow → Book 100

ityouknow / Book 100

最值得推荐的100本计算机书籍

Labels

Projects that are alternatives of or similar to Book 100

Solid
Книга о принципах объектно-ориентированного дизайна SOLID
Stars: ✭ 280 (-7.89%)
Mutual labels:  book
Dive Into Dl Tensorflow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Stars: ✭ 3,380 (+1011.84%)
Mutual labels:  book
Kaobook
A LaTeX class for books, reports or theses based on https://github.com/kenohori/thesis and https://github.com/Tufte-LaTeX/tufte-latex.
Stars: ✭ 300 (-1.32%)
Mutual labels:  book
Game Programming Patterns
Source repo for the book
Stars: ✭ 3,096 (+918.42%)
Mutual labels:  book
Nodebook
📖 Livre publié aux Éditions Eyrolles • Première édition : Node.js v10 et npm v6.
Stars: ✭ 286 (-5.92%)
Mutual labels:  book
Go Ast Book
📚 《Go语法树入门——开启自制编程语言和编译器之旅》(开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST/凹语言)
Stars: ✭ 4,034 (+1226.97%)
Mutual labels:  book
Game Programmer Study Notes
⚓ 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Stars: ✭ 6,050 (+1890.13%)
Mutual labels:  book
The Little Go Book zh cn
《The Little Go Book》中文译本,中文正式名《Go简易教程》
Stars: ✭ 304 (+0%)
Mutual labels:  book
Machine Learning Books
book
Stars: ✭ 290 (-4.61%)
Mutual labels:  book
Read Weekly
Think Outside The Box And Monkey Reading / 每周一书
Stars: ✭ 300 (-1.32%)
Mutual labels:  book
Scala With Cats
Source code for Scala with Cats
Stars: ✭ 283 (-6.91%)
Mutual labels:  book
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+944.08%)
Mutual labels:  book
Zero To Production
Code to follow along the "Zero To Production" book on API development in Rust.
Stars: ✭ 289 (-4.93%)
Mutual labels:  book
Tensorflow In Depth
《深入理解TensorFlow》项目代码与样章
Stars: ✭ 281 (-7.57%)
Mutual labels:  book
Kubernetes Kitap
Stars: ✭ 299 (-1.64%)
Mutual labels:  book
Write You A Haskell
Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
Stars: ✭ 3,064 (+907.89%)
Mutual labels:  book
Aofe.code
《前端架构:从入门到微前端》源码,code for Architecture of Frontend
Stars: ✭ 292 (-3.95%)
Mutual labels:  book
Little Javascript Book
Early draft for The Little JavaScript Book
Stars: ✭ 305 (+0.33%)
Mutual labels:  book
Sanic For Pythoneer
📚 一份sanic使用教程,开源小书
Stars: ✭ 303 (-0.33%)
Mutual labels:  book
Tbd
Source for TrunkBasedDevelopment.com
Stars: ✭ 299 (-1.64%)
Mutual labels:  book

Book-100

最值得推荐的100本计算机书籍

参与贡献:

参与贡献

感兴趣一起深度参与此开源项目的朋友,加我微信 puresmilea

目录

书名 豆瓣评分 投票人数 类别
《Effective Java中文版》(第三版) 9.9 105 Java
《C程序设计语言》 9.4 4471 C
《代码大全(第2版)》 9.3 3802 算法
《Java编程思想》(第四版) 9.1 3724 Java
《JavaScript高级程序设计(第3版)》 9.3 2299 JavaScript
《Head First设计模式》 9.2 3031 基础
《鸟哥的Linux私房菜》(基础学习篇) 9.1 2988 Linux
《Python编程:从入门到实践》 9.1 2732 Python
《计算机程序的构造和解释(原书第2版)》 9.5 2309 基础
JavaScript语言精粹 9.1 1835 JavaScript
程序员的自我修养 8.8 2333 基础
《程序员修炼之道:从小工到专家》 8.6 2267 开发
《Unix环境高级编程》 9.4 2259 Unix
《Unix编程艺术》 9 2114 Unix
《编程珠玑(第二版)》 9.1 2058 算法
《重构:改善既有代码的设计》 9 1816 开发
《C++ Primer 中文版》(第5版) 9.4 1650 C++
《代码整洁之道》 8.6 1641 开发
《HTTP权威指南》 8.6 1497 HTTP
《Java并发编程实战》 9 1204 Java
《算法(第四版)》 9.4 1179 算法
《编码:隐匿在计算机软硬件背后的语言》 9.3 3117 基础
《精通正则表达式》 8.9 1069 正则
《算法导论(第三版)》 9.2 983 算法
《网络是怎样连接的》 9.1 922 网络
《你不知道的JavaScript(上)》 9.3 789 JavaScript
《现代操作系统》 8.9 745 基础
《JavaScript权威指南》(第6版) 8.8 675 JavaScript
《Python神经网络编程》 9.2 418 人工智能
《码农翻身》 8.8 472 业界
《计算机网络:自顶向下方法》 8.9 470 基础
《Python深度学习》 9.5 508 人工智能
流畅的Python 9.4 649 Python
《Windows核心编程》(第5版) 9.2 455 系统编程
《第一行代码:Android》(第二版) 8.6 399 Android
《Windows程序设计(第5版)》 8.8 624 应用
《Python cookbook》 8.6 371 Python
《SRE:Google运维解密》 8.9 329 运维
《汇编语言》(第三版) 9.2 321 汇编
《深入理解计算机系统》 9.7 308 基础
数据密集型应用系统设计 9.6 364 数据系统
《CLR via C#》 9.5 313 C#
架构整洁之道 8.7 315 架构
《C# 7.0 核心技术指南》 8.5 300 C#
《C#从现象到本质》 8.5 300 C#

排序规则

  • 1、去掉豆瓣评分小于8.5的书籍。
  • 2、去掉豆瓣评分人数少于300人的书籍。
  • 3、去掉出版时间在2000年之前的书籍。
  • 4、评分:评分规则=投票人数+豆瓣评分。
  • 5、根据评分的分数排序。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].