-
Updated
Feb 4, 2021
reference
Here are 676 public repositories matching this topic...
update README.md
-
Updated
Mar 2, 2021
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
What cheatsheet is this about? (if applicable)
Basic cheatsheet
What's your issue or idea?
content duplication
There are two identical subheading, Types or Interfaces?.
And following contents are almost the same.
I think It is better to be deduplicated.
I'd appreciate it if you could consider it for the next reader. :)
**(If applicable) Reproduction of issue
-
Updated
Mar 10, 2021 - Python
DNS preanalyze
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
-
Updated
Feb 15, 2021 - Shell
As preparation for a possible inclusion into rust-lang we should replace the external actions we use with e.g. scripts that do the same.
rust-lang/std-dev-guide#7 (comment)
That PR also shows how that could be done:
https://github.com/rust-lang/std-dev-guide/pull/7/files
-
Updated
Nov 28, 2020 - HTML
-
Updated
Sep 30, 2020
-
Updated
Jul 6, 2019 - JavaScript
MDN URL: https://developer.mozilla.org/en-US/docs/Tools/Debugger-API/Tutorial-Breakpoint
What information was incorrect, unhelpful, or incomplete?
The section about "enabling Scratchpad" are obsolete, since Firefox 70 deprecated, and 72 removed the "Scratchpad" functionality.
https://developer.mozilla.org/en-US/docs/Tools/Deprecated_tools
This page above mentions that the new alternativ
-
Updated
Feb 29, 2020
-
Updated
Feb 20, 2021 - C++
-
Updated
Feb 22, 2021 - Jupyter Notebook
-
Updated
Jul 16, 2020 - Java
Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary
-
Updated
Feb 18, 2021 - Stylus
-
Updated
Jul 13, 2020
-
Updated
Oct 31, 2019 - HTML
-
Updated
Jan 28, 2021 - C
-
Updated
Nov 5, 2018 - Jupyter Notebook
-
Updated
Mar 5, 2021 - PureScript
-
Updated
Feb 13, 2021 - CSS
Improve this page
Add a description, image, and links to the reference topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reference topic, visit your repo's landing page and select "manage topics."
Description
Remove developemt branch instruction form
README.md. It was earlier decided to wrap the complete repository into a Java Project. But this idea is not suitable, The sole purpose of this organisation is to serve for educational purpose. Therefore, we want each and every file to be independent from other files.