cheatsheet
Here are 1,009 public repositories matching this topic...
-
Updated
Mar 9, 2020 - Python
-
Updated
Mar 8, 2020 - JavaScript
Blocks have been in js for a long time - they’re the reason
return
{
foo: 123
}
breaks since it is interpreted as
return undefined;
{ //block
foo: //label
123; //expression
}
That being said, blocks haven’t been very useful before due to lack of block scope, but that’s not different than the earlier discussion of let and const
Blocks do
-
Updated
Mar 9, 2020 - Shell
-
Updated
Mar 8, 2020
-
Updated
Mar 9, 2020 - Shell
-
Updated
Mar 8, 2020
Thank you for maintaining this great resource!
With Python 2 End of Life planned for about 19 months from now, it should be possible to run any snippet found on pysheets under the latest version of Python (3.6.5 today) unmodified. For example, all occurrences of print should be functions instead of statements. This is not to say that the snippets s
-
Updated
Mar 9, 2020 - Java
-
Updated
Mar 7, 2020
-
Updated
Mar 8, 2020 - Java
-
Updated
Mar 8, 2020
-
Updated
Mar 8, 2020
- Terraform Concepts | Command | Tutorial
- Puppet Concepts | Command | Tutorial
- Chef Concepts | Command | Tutorial
- Ansible Concepts | Command | Tutorial
-
Updated
Mar 9, 2020 - HTML
Motivation
I realize that the phrase "New props" is in the original tweet of Dan Abramov, but "new props" is vague and misleading. Further, it tends to reinforce the misconception mentioned in Brian Vaughn's blog post that the "Updating" swimlane is triggered *
-
Updated
Mar 9, 2020
-
Updated
Mar 9, 2020
-
Updated
Mar 8, 2020
-
Updated
Mar 7, 2020 - Swift
-
Updated
Mar 8, 2020 - HTML
I found several useful applications of pseudo-random number sampling in the past. In particular:
- Inverse transform sampling
- Gibbs sampling
(This issue serves a reminder to add the respective methods. Pull requests always welcome.)
-
Updated
Mar 9, 2020
Improve this page
Add a description, image, and links to the cheatsheet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cheatsheet topic, visit your repo's landing page and select "manage topics."


Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)