-
Updated
May 11, 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
Electron
-
Updated
May 8, 2020 - Kotlin
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
-
Updated
May 8, 2020 - Swift
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!
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
-
Updated
May 12, 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 12, 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
Airbrake
Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.



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.