book
Here are 2,256 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
Jun 16, 2020 - Python
-
Updated
Jun 17, 2020 - Go
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Jun 9, 2020 - Jupyter Notebook
The input system usually includes a mouse and a key-board, while the output system usually consists of a monitor that can display a large mount amount of pixels.
-
Updated
Sep 27, 2019 - Java
-
Updated
Jan 14, 2018 - HTML
-
Updated
Nov 29, 2019 - PHP
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Apr 5, 2020 - CSS
-
Updated
Apr 4, 2019 - Ruby
-
Updated
Jun 20, 2020 - Python
-
Updated
Jun 13, 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
-
Updated
Jun 19, 2020 - Go
-
Updated
May 27, 2020
-
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