-
Updated
May 10, 2020 - C
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 8, 2020 - Kotlin
Ubuntu
-
Updated
May 8, 2020 - Swift
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
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. "
Add examples.
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Renovate
Multi-language Dependency Automation
- Automatically update dependencies using convenient Pull Requests
- Supports a multitude of languages including JavaScript, Java, Ruby, PHP, Python, Go, Cargo, Elixir, Docker, etc.
- Extensive configurability. WhiteSource Renovate will fit in with your workflow, including custom grouping and schedules
- Supports shared presets as code, similar to eslint shared configs
Issue Summary
Documentation and error messages are misleading when using a release version of Caffe on Ubuntu.
Executed Command (if any)
cmake .. -DBUILD_CAFFE=OFF -DCaffe_INCLUDE_DIRS=/usr/include/caffe -DCaffe_LIBS=/usr/lib/x86_64-linux-gnu/libcaffe.so
OpenPose Output (if any)
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identificatio
-
Updated
May 8, 2020 - Jupyter Notebook
-
Updated
May 10, 2020 - Rust
Do you think it's necessary at this stage?
-
Updated
Apr 7, 2020
-
Updated
May 10, 2020 - JavaScript
-
Updated
May 8, 2020
-
Updated
May 9, 2020 - Python
-
Updated
May 10, 2020 - Objective-C
-
Updated
May 4, 2020 - C++
-
Updated
May 10, 2020 - Vue
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
-
Updated
May 10, 2020 - Kotlin
Describe the bug (描述 Bug)
By accessing documentation in english I got error.
To Reproduce (重现步骤)
Steps to reproduce the behavior:
- Go to 'https://pro.loacg.com/docs/new-page'
- Click on 'English'
Issue / PR 编写建议 (必读)
I noticed the section headers don't have links on google.githhub.io, but they do on github.com.
Example:
https://google.github.io/eng-practices/review/reviewer/looking-for.html
vs
https://github.com/google/eng-practices/blob/master/review/reviewer/looking-for.md
The latter has clickable links to a section like so:
https://github.com/google/eng-practices/blob/master/review/reviewer/lookin
Python 64 bit only
Website and git documentation to mention that it supports 64 bit only.
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.
Pull Assistant
Every time you create a pull request Pull Assistant analyses it and provides you all necessary information to perform code reviews faster and with a confidence.

To have
Denonamespace 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
forkshould be added toDenoPermissionsstruct.forkwould take as many parameters as there are fields onDenoPermissionsand return newDenoPermissionsinstance a