-
Updated
Feb 19, 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...
SQL
-
Updated
Feb 19, 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 19, 2020 - JavaScript
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
MyGet
The #1 artifact and package repository provider in the World
MyGet provides hosted NuGet, npm, Bower, Maven, PHP Composer, VSIX, Python PyPI and RubyGems feeds for developers, open-source projects and corporate development teams. Create private artifact feeds for your developers and clients or public feeds the entire world. Upload packages from your build server, any upstream package source, or build, test, and package your code on GitHub into NuGet, npm or PHP Composer packages with MyGet.
Some markdown bold syntax is incorrectly displayed.
- 예를 들면 **alt-.**같은 경우
- ctrl-v **[Tab]**키를 누르거나
It should be modified as follows.
- 예를 들면 alt-. 같은 경우
- ctrl-v [Tab] 키를 누르거나
-
Updated
Feb 19, 2020 - Python
-
Updated
Feb 19, 2020 - Vue
-
Updated
Feb 19, 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 19, 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 19, 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
When a notebook is sorted by title, special chars like the German “ä”, “ö”, “ü” are placed at the very end of the list e.g.
wasser
zweifel
äpfel
They should be handled like normal char e.g. ä => a while sorting notebooks:
affe
äpfel
bett
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:


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