programming
Here are 3,337 public repositories matching this topic...
Chapter in question: https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20%26%20beyond/ch2.md#template-literals
The suggestion seems to be that the template literals would be all about strings; there's only examples that result in strings, and phrases like "final string value" and "generating the string from the literal" are used in what should be a general context, but the tag function
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "
Huge and nice collection and also getting very much appreciated from the community.
It would be great if somebody can translate into English then it will be reaching out to global.
-
Updated
Feb 15, 2020
-
Updated
Mar 21, 2020 - JavaScript
-
Updated
Mar 19, 2020
https://mybinder.org/ Should I make a binder ? :) Or if there is a binder link, it's well hidden.
-
Updated
Oct 24, 2018
-
Updated
Mar 22, 2020 - Jupyter Notebook
-
Updated
Mar 16, 2020
-
Updated
Mar 1, 2020
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
Provide man pages
For folks using SciKit Learn version 0.20.3 the Cross Validation function from (ds-cheatsheets/Python/Datacamp/scikit-learn.pdf) should be from sklearn.model_selection.cross_validate if I'm not mistaken. I was running a linear regression algorithm using sklearn v0.20.3 and the sklearn.cross_validation.cross_val_score was not recognized but the aforementioned function was and my program ran with no
-
Updated
Mar 19, 2020 - Python
-
Updated
Mar 16, 2020
I've just discovered while grepping through the code that webhook also supports YAML. That's great! :) Could we please have a proper documentation for this? Currently nothing in the documentation points to any kind of yaml support.
-
Updated
Jun 12, 2019
The installation tells the user to run pip with sudo:
If you are not installing in a virtualenv, run with
sudo:$ sudo pip install saws
This is will break package managers on some (if not most) distros, as it will install packages into the system's global site-packages. If a package manager now tries to install a package that alread
-
Updated
Mar 21, 2020 - C
-
Updated
Jan 9, 2020 - Python
-
Updated
Mar 21, 2020 - CSS
-
Updated
Mar 16, 2020 - Shell
Hello,
I am currently deploying a nuitka built standalone program on a couple of different machines, and noticed that the api-ms-win-crt-*.dll files that come with Nuitka aren't enough depending on the target OS.
Example:
My program asked for api-ms-win-crt-conio-l1-1-0.dll which wasn't present on a vanilla Windows 7 32-bit OS, and which wasn't bundled by nuitka when compiled on Win10 x64.
-
Updated
Sep 17, 2019
-
Updated
Mar 21, 2020 - CSS
-
Updated
Mar 22, 2020
-
Updated
Jan 30, 2020 - PHP
Improve this page
Add a description, image, and links to the programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming topic, visit your repo's landing page and select "manage topics."

Following up on the comment on PR 38309, the following English challenge tests need to be updated as described, as the non-English version were translating these when they should not have been translated.
Standardize Times with the HTML5 datetime Attribute
Issues: All tests need to be re-translated
Use