-
Updated
Apr 12, 2020
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Apr 13, 2020 - Python
Bitcoin
-
Updated
Feb 3, 2020
-
Updated
Apr 13, 2020 - HTML
-
Updated
Apr 11, 2020 - Jupyter Notebook
Better Code Hub
Spend less time fixing bugs. And more time shipping new features.
A clean codebase keeps development velocity high & makes contributing easy.
Better Code Hub indicates just the right amount of refactoring needed to keep it compliant.
Better Code Hub checks your code for compliance against 10 benchmarked software engineering guidelines. It gives immediate feedback on where to focus for quality improvements. 17 modern programming languages are supported. Up to 700,000 lines of code
Doing
./nebula-cert sign -name test-node -out-crt test-node/ -out-key test-node/ -ip 192.168.100.100/24
fails because -out-crt and -out-key is supposed to be paths with filenames. However, since we specify the -name argument (that will be the name of the cert and key) -out-crt and -out-key should be the directories where you want the certs to be written to.
I ran in to this issue when work
-
Updated
Apr 12, 2020 - Swift
Is it possible to have LINUX container(LXC,LXD) compiled into OpenWRT?
The LXDUI is a project allows users to manage LXC in a Web UI.
If you have these 2 enabled in OpenWrt, that would be fatastic.
SPY GAME: Write a function that takes in a list of integers and returns True if it contains 007 in order.
For this one, the entire solution is wrong because what is asked in question is a number that appears continuously 007 but in actual case its showing True for 50307 and also for53007. There must be some modification done to the solution.
-
Updated
Apr 12, 2020 - CSS
Background: The News view of today shows a webpage with information about the application. Very soon it will also be showing News from the local healthcare authorities to the people of their city and region.
Desire: Many locations have limited internet connectivity. In these locations the user might go to an internet cafe, quickly visit the news, and then leave. Later that day they would w
Below is a list of failing links in our Farsi lists
You can help improve this repo by resolving the problems.
A failing link may be a website or resource that has disappeared. You can submit a PR
- removing the link (maybe the resource is obsolete.)
- correcting the link (sometimes things move)
- replacing the link (make sure the link is authorized, or the resource is open-licensed). Ofte
Describe the bug
When vi-mode is enabled, shift+tab does not cycle backwards through the autocomplete suggestions.
If vi-mode is removed from the plugins, `shift+ta
-
Updated
Apr 9, 2020
Some markdown bold syntax is incorrectly displayed.
- 예를 들면 **alt-.**같은 경우
- ctrl-v **[Tab]**키를 누르거나
It should be modified as follows.
- 예를 들면 alt-. 같은 경우
- ctrl-v [Tab] 키를 누르거나
-
Updated
Apr 13, 2020 - JavaScript
-
Updated
Apr 12, 2020 - Python
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
Apr 11, 2020 - Visual Basic .NET
Each bridge support some but not all parameters defined in the core (see BridgeParams). Which are supported is announced by the result of ValidParams().
To make sure to have an up to date doc and for simplicity, generating the Example doc of the bridge configure command from that would be nice.
-
Updated
Apr 10, 2020 - C
-
Updated
Apr 10, 2020 - Python
Zube
Zube is an Agile project management platform that allows everyone on your team to communicate with the developers. On Zube, it is easy to create an Agile workflow for your team with a kanban board, epics, and sprints. Zube’s seamless integration with GitHub keeps all of your GitHub Issue data in sync across both platforms in real time.



https://github.com/trekhleb/javascript-algorithms/blob/master/src/algorithms/sets/cartesian-product/cartesianProduct.js#L8
I think it makes more sense to return an empty array