-
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
Node.js
-
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.
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!
Cloud 66 Skycap
Skycap is a container-native Continuous Delivery Pipeline. It takes your code from any git repository, and allows you to build your image in a reliable, secure, and repeatable way.
Skycap runs your Docker build workflow step by step for multiple images. It comes complete with an intuitive UI & private Docker repository.
Combine with Maestro for an end-to-end solution.
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 9, 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.
Rollbar
Rollbar provides real-time, full-stack exception reporting and debugging tools for developers. Rollbar integrates in moments with apps built in JavaScript, Ruby, Python, PHP, Node.js, Android, iOS, Go, Java, .NET and more.
Rollbar integrates with GitHub to link stack traces to the underlying source code, correlate exceptions to code changes, and create GitHub issues so teams can manage errors in their existing workflow.

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