-
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
-
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!
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.
-
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
Sync by Unito
Build the GitHub workflow you need
Unito goes beyond your typical integration tool, allowing you to build entire workflows across tools, teams, and organizations. All Unito integrations offer two-way sync, meaning essential information can flow back and forth between the tools you love.
Be more productive and ease collaboration between your teams. Unito’s GitHub integration syncs:
- Title
- Description
- Comments
- State
- Milestones
- Issue number
- Labels
- Issue type
- and more

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.