-
Updated
May 10, 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...
-
Updated
May 11, 2020 - Lua
Laravel
-
Updated
May 8, 2020 - Kotlin
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
-
Updated
May 8, 2020 - Swift
TestQuality
TestQuality's GitHub Test Management extends Github to provide powerful and modern test plan management helping developers and testers create, run, coordinate and monitor software testing tasks. TestQuality's live 2-way integration with GitHub seamlessly extends workflows so you can create, update, delete, and link defects and requirements in your GitHub repos without leaving your testing or dev workflows. TestQuality is FREE for GitHub public repo’s and affordable for private repo's.
-
Updated
May 11, 2020 - C
-
Updated
May 11, 2020 - Java
To have Deno namespace in the worker, we'll want to provide a map of permissions worker should have. Worker's set of permissions mustn't escalate permissions of parent worker/Deno process.
To achieve that a method called fork should be added to DenoPermissions struct. fork would take as many parameters as there are fields on DenoPermissions and return new DenoPermissions instance a
-
Updated
May 11, 2020 - C++
- We have BFS and DFS images in both Breadth First Traversal and Depth First Traversal. We should have illustrations in the respective sections.
-
Updated
May 8, 2020 - Jupyter Notebook
-
Updated
May 10, 2020
-
Updated
May 10, 2020 - C++
-
Updated
May 10, 2020 - Shell
-
Updated
May 11, 2020
-
Updated
May 11, 2020 - Python
-
Updated
May 11, 2020 - C++
-
Updated
May 11, 2020 - C
-
Updated
May 10, 2020 - Jupyter Notebook
Do you think it's necessary at this stage?
Let's enable loading weights from a URL directly
Option 1:
Automate it with our current API
Trainer.load_from_checkpoint('http://')Option 2:
Have a separate method
Trainer.load_from_checkpoint_at_url('http://')Resources
We can use this under the hood:
(https://pytorch.org/docs/stable/hub.html#torch.hub.load_state_dict_from_url)
Any tho
Problem
Void elements (<input>, <br>, etc) cannot have children but the yew macro allows them to.
Proposed Solution
Blacklist void elements from having children. This should be checked at compile time with the procedural macro (yew-macro) and output a nice error message when this happens.
-
Updated
May 10, 2020 - Dart
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.

I cloned Ventoy but then failed to find documentation on how to build Ventoy. I would assume in the top level directory there would be some documentation that explains how to build Ventoy.