book
Here are 2,231 public repositories matching this topic...
TODO
- Dynamic variable naming.
- Internal variables.
- Turn the non-functions into functions.
- This is so tests can be written.
- It also shows a working use case for the task.
- Add a
CONTRIBUTING.md. - Look into side effects of using
shoptandset. -
/dev/tcp - Convert to
pdf- Add a cover.
- Add references.
- Write some
It says that python gets left to point to the system python (2.7 on OSX), but then goes on to say that python points to homebrew Python3.
https://github.com/realpython/python-guide/blame/master/docs/starting/install/osx.rst#L84-L89
Not sure which bit needs to be changed.
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
-
Updated
May 23, 2020 - Python
Learn and understand Docker technologies, with real DevOps practice!
-
Updated
May 20, 2020 - Go
Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.
-
Updated
Mar 10, 2020 - JavaScript
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
Updated
May 25, 2020 - Jupyter Notebook
[198][Typo]
States we need set the current architecture to i386 but the command run afterwards sets it to i8086
Is this intentional or a typo?
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
-
Updated
Sep 27, 2019 - Java
Growth Engineering: The Definitive Guide。全栈增长工程师指南
-
Updated
Jan 14, 2018 - HTML
GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、求职面试等)
-
Updated
Nov 29, 2019 - PHP
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
-
Updated
May 23, 2020 - JavaScript
Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著
-
Updated
Apr 5, 2020 - CSS
Pro Git Book Content, 1st Edition - This content is deprecated. See 2nd edition at [progit2](https://github.com/progit/progit2)
-
Updated
Apr 4, 2019 - Ruby
GitHub 漫游指南- a Chinese ebook on how to build a good project on Github. Explore the users' behavior. Find some thing interest.
-
Updated
May 2, 2020 - Rich Text Format
Right now it's just a collection of links (the basic format of each entry is 'name - author'). It might be helpful to make room for 1-2 sentence explanations of the link, particularly as the list grows.
(PS this project is linked prominently from the website now)
This is a proposal to introduce, in the lifetime chapter 10.3, an explanation of why lifetime annotations are necessary at all. I think the concept of lifetime annotations can be understood easily, but I think that - being so peculiar to rust - it needs more grounded explanations to be fully assimilated in the reader.
The Book expla
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
-
Updated
Apr 29, 2020 - Go
An interactive deep learning book with code, math, and discussions, based on the NumPy interface.
-
Updated
May 30, 2020 - Python
《Designing Data-Intensive Application》DDIA中文翻译
-
Updated
May 27, 2020
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
-
Updated
Dec 14, 2019 - Jupyter Notebook
I think it would be valuable to explicitly talk about whitespace requirements in [ ] and [[ ]] conditionals--this tripped me up when learning Bash and I know it's a pain point for a lot of developers.
The way I like to think about it is that [ and [[ are commands/builtins (like echo, etc), as opposed to being part of Bash syntax. For this reason, the command name and each of its argumen
Improve this page
Add a description, image, and links to the book topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the book topic, visit your repo's landing page and select "manage topics."



Update various parts of the text.
There's no such thing as "early ReferenceError" anymore (for things like
0++); they're all just "early SyntaxError" now. tc39/ecma262#691