-
Updated
Aug 11, 2021
reference
Here are 748 public repositories matching this topic...
-
Updated
Sep 17, 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
shopt
andset
. -
/dev/tcp
- Convert to
pdf
- Add a cover.
- Add references.
- Write some
-
Updated
Oct 16, 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
Oct 1, 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
MDN URL: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Match_patterns
What information was incorrect, unhelpful, or incomplete?
The host
section specifically states that host must not include a port number
but that is easily overlooked.
Specific section or headline?
host
section and Invalid Match Patterns
section
What did you expect to
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Sep 19, 2021 - C++
-
Updated
Feb 29, 2020
-
Updated
Oct 7, 2021 - Jupyter Notebook
-
Updated
Jun 8, 2021 - 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
Sep 11, 2021 - Stylus
-
Updated
Oct 31, 2019 - HTML
The currently listed equivalent to python's numpy is numeric which has last received an update in 2016 and seems to be dropping in popularity rapidly.
I'd suggest the alternative crate ndarray.
Additionally, there is also the numpy crate which can be used to more easily create rust libs
-
Updated
Oct 9, 2021 - C
-
Updated
Nov 5, 2018 - Jupyter Notebook
-
Updated
Apr 15, 2021 - CSS
-
Updated
Aug 10, 2021 - PureScript
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."
(If applicable) Reproduction of issue in TypeScript Playground
start with the basic TS + React template