-
Updated
Feb 18, 2020 - JavaScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
IPFS
-
Updated
Feb 18, 2020 - Go
Git Merge 2020
March 04, 2020 • Los Angeles
This issue will use computer science algorithms as an example but the issue is not about that specific topic but rather the implementation of ANY "track".
In addition to the three skill based tiers there should be knowledge pursuit tracks allowing new learners to move through those tiers onto related app-projects. This differs from #34 by focusing on a self directed educational go
-
Updated
Feb 18, 2020 - JavaScript
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
BuildPulse
Spend more time shipping and less time tracking flaky builds. Automatically track flakes and monitor trends across all your projects, so you can celebrate improvements and catch problems before they fester.
Get started in less than a minute. Works with any CI that works with GitHub (Jenkins, CircleCI, Travis, GitHub Actions, etc.).
Some markdown bold syntax is incorrectly displayed.
- 예를 들면 **alt-.**같은 경우
- ctrl-v **[Tab]**키를 누르거나
It should be modified as follows.
- 예를 들면 alt-. 같은 경우
- ctrl-v [Tab] 키를 누르거나
-
Updated
Feb 18, 2020 - Python
-
Updated
Feb 18, 2020 - Vue
-
Updated
Feb 18, 2020
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. "
-
Updated
Feb 18, 2020 - C++
One very popular alternative to these services is of course iCloud.com which offers collaboration & synchronisation with Apple devices (note that an Apple device is not required to use iCloud.com)
Currently --quiet and --verbose are opposites, where --quiet is the default option.
Given the number of websites covered by Sherlock, should --quiet be altered so that it is not the opposite of verbose but an option that displays only websites where the username has been found?
This way no options remains as it is, -v as it is, and -q as described above.
-
Updated
Feb 18, 2020
I would be great to have a few real-world examples, e.g.:
- go to page
- wait for it to load
- select a specific
input[name=username] - type a username into it
- select a specific
input[name=password] - type a password into it
- take a screenshot
- select
button[name=submit](or submit) - wait for next page to load
The boilerpate for a newbie may be devastating.
E.g. the first
Application
- Desktop
- Mobile
Description
We would like to support notebook icons in the sidebar, as is done for example in Bear. See screenshot below:
Specification
- Add a new
iconproperty to theFolderobject - it will be a string that will take any
Probably too minor to mention, but just wanted to point out in case people notice it: since the notebooks indent with two spaces and Colab expects four spaces by default, Colab will make indented text red as a warning. e.g. from lab1/Part1_tensorflow.ipynb:
 |
| m1 / m2 | ef_divide($m1, $m2) |
| m1 > m2 | ef_compare($m1, $m2) > 0 |
| m1 >= m2 | ef_compare($m1, $m2) >= |
Document translation
Hello:
As described in the in the title, do you plan to translate the documents of the project? Or do you have MD version of the documents of the project? I plan to translate the documents into other languages, because the English version is not convenient for me to read
Carbon Road-map
Restyled.io
Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.

Since Trax is a successor of tensor2tensor (according to the release notes of tensor2tensor v1.15.0), it would be helpful if you could provide examples for more advanced machine learning tasks. An outstanding feature of tensor2tensor are the numerous (and useful) examples which Trax is currently lacking. Such examples would especi