-
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 12, 2020 - Python
MySQL
-
Updated
Feb 3, 2020
-
Updated
Apr 13, 2020 - HTML
-
Updated
Apr 11, 2020 - Jupyter Notebook
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!
Slack + GitHub
Bring your code to the conversations you care about with the GitHub and Slack app. A separate Slack subscription is required. With two of your most important workspaces connected, you’ll get updates about what’s happening on GitHub—without leaving Slack.
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
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.



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