-
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 14, 2020 - Python
Azure
-
Updated
Feb 3, 2020
-
Updated
Apr 13, 2020 - Python
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!
Mergify
Mergify is a pull requests automation service. It allows you to define actions to trigger when pull requests match defined criteria.
For example, in a few lines of YAML, you can write a rule that automatically merges a pull request if:
- it has been approved
- the test suite passes
We have plenty of examples.
Mergify will execute actions for you, freeing you from the burden of managing pull requests!
The prebuild of yuzu comes with no instructions on how to actually use it.
Most linux users will realize that they can just use ./yuzu , but some newbies might not know that.
There is also no dependency list for the prebuild version. This makes you need to either start yuzu and try to install whatever it says missing until it actually runs, or you need to install the dependencies for builiding i
概述
获取 settings.yaml 文件中一个节点的列表,集合类型。使用自定义标签获取。
动机
减少代码量。
详细解释
某些设置选项的格式是固定的,比如社交资料。如下:
subnav:
label: 社交设置
items:
github:
name: github
label: GithSPY 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 10, 2020 - Python
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.
Before we have a good fix for #63 we should manually verify the qemu args somehow. We may have to copy-paste code from qemu or something. In the very least we should be aware of incompatible config options exposed in the UI (maybe we can't check additional args).
-
Updated
Apr 11, 2020 - Jupyter Notebook
-
Updated
Apr 9, 2020
-
Updated
Apr 14, 2020 - Python
Credit goes to Javier Honduvilla Coto for find this: http://hondu.co/blog/open-and-python
I contacted him by email to clarify a few bits, and thought it'd be a nice addition here.
f = open('/tmp/a', 'w'); open(f.fileno()) # OK
open(open('/tmp/b', 'w').fileno()) # KO-
Updated
Apr 13, 2020 - C++
-
Updated
Apr 13, 2020
-
Updated
Apr 12, 2020 - Swift
-
Updated
Mar 18, 2020 - C++
In #43 I give many examples of deployments of vast meshes of passive Bluetooth antennas, providing easier means of re-identification than relayed in the security analysis.
The deployment of those systems should encourage a more careful assessment around the Breyer test. On page 8 of the Overview of Data Protection and Security, you state:
To underscore the data protective nature of thes
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
-
Updated
Apr 12, 2020 - Python
how to add plex
ZenHub
ZenHub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love and Project Managers get total visibility into the development process.
Dev teams at companies like NASA, Microsoft, Adobe, Comcast, Docker, VMware, and Leap Motion trust ZenHub's powerful browser extension to help them ship better software.

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