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 21, 2020 - Swift
-
Updated
Apr 21, 2020 - Python
GitHub Satellite
May 6 • Virtual
-
Updated
Apr 21, 2020 - Kotlin
A program can tell that it's running on PyBoy because the buttons always change right at vblank.
To reproduce:
- Install PyBoy
- Start the test ROM "Telling LYs?" (which I have precompiled for your convenience here)
- Press all 8 buttons in any order
- Watch the arrow sprite at the right side
Expect: Arrow moves after each press, followed
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Buddy
Get back your time with Buddy’s delivery pipelines that eliminate repeatable tasks in your daily development.
Automatically build & ship web projects on a single git push, on click, or recurrently. Easily define your own delivery process just like you build a house of bricks: from builds and tests, to deployments, custom scripts, and website monitoring.
Bring the newest tech to your team’s stack with native Docker support: containers, microservices, Kubernetes deployments, and more.
-
Updated
Apr 22, 2020
FAQ: My data isn't appearing! An explanation of db.load() vs db.events.on("replicated", callback)
There's been a number of questions lately about data not appearing in the store when you expect, so I thought it would be a good time to take a second to explain the process of opening a database and getting data out of it. The database can be either local or remote.
Important Note: While content discovery can happen via the IPFS distributed hash table, due to the limitations of browser-bas
In order to be able to use oneinfra in airgapped environments it is required to set a registry mirror. Document what is required in this case, and perform the required changes in order to make it as easy as possible.
-
Updated
Apr 22, 2020
-
Updated
Apr 21, 2020 - Python
-
Updated
Apr 18, 2020
-
Updated
Apr 22, 2020 - Jupyter Notebook
-
Updated
Apr 5, 2020 - TeX
-
Updated
Apr 22, 2020 - Jupyter Notebook
It would be nice if CME could download files from the fileshare, either specific files the user wanted, all the files in a folder or the files that were found by the spider.
-
Updated
Apr 22, 2020 - Jupyter Notebook
-
Updated
Apr 21, 2020 - Java
-
Updated
Apr 21, 2020
-
Updated
Jul 17, 2019 - Python
suggest new feature: cli command scaffold.
like this:
gin new project
gin new model newmodel
gin new view newview
gin build
gin run
gin update
gin pack
....
refer to:
kratos-tool
bee
fay
The doc of replace-a-response-forwarder-per-method is not very clear.
We cannot directly access the forward_MyService_Checkout_0 variable outside the generated gw file. If we modify the gw file directly, it will break th
-
Updated
Apr 21, 2020
GuardRails
GuardRails scans new code changes as they occur in your repositories. For pull requests, we will post comments whenever security issues are detected. For branches, you will be able to see reports in your dashboard.
Use multiple thread to load unconfigured schema meta data for different data sources to improve performance of loading.
The code is in
RuleSchemaMetaDataLoaderline 80, please search// TODO use multiple threads for different data sources