-
Updated
May 18, 2020 - Go
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 17, 2020 - C#
Play as a fire truck in a web-based, fire mayhem game created for Ludum Dare competition.
Emacs
Using Actions for CI · Stay Home and Learn with GitHub
May 19, 2020 • Online
To have Deno namespace 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 fork should be added to DenoPermissions struct. fork would take as many parameters as there are fields on DenoPermissions and return new DenoPermissions instance a
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.
-
Updated
May 18, 2020 - Python
Is your feature request related to a problem? Please describe.
This is unexpected:
❯ config --get startup
───┬────────────────────────────────────────
# │ <value>
───┼────────────────────────────────────────
0 │ alias myecho [msg] { echo Hello $msg }
1 │ alias s [] { git status -sb }
───┴────────────────────────────────────────
nushell on 📙 1709-from-docs is 📦 v0.13.1 via 🦀
-
Updated
May 18, 2020 - JavaScript
docs: methodology
Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.
Can you please de
Describe your problem and how to reproduce it:
This passes:
let favRegex = /favou?rite/i;But this doesn't:
let favRegex = /favou?rite/gi;with the error message:
// running tests
Your regex shoul
There are some interesting algorithms in simulation from Physics, Chemistry, and Engineering especially regarding Monte Carlo simulation: Heat Bath algorithm, Metro-Police algorithm, Markov Chain Monte Carlo, etc.
-
Updated
May 18, 2020
-
Updated
May 7, 2020 - Shell
-
Updated
Apr 23, 2020 - Python
Hi all,
I found that there is a better visualized article on activity launch modes with a more descriptive explanation.
https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en
Is it possible to link to this article on the Activity -> What are "launch modes" ?
-
Updated
May 17, 2020 - Pascal
-
Updated
May 11, 2020 - C++
Some changes have been made to the main Readme (which appears when landing on the github webpage) and the FAQ. This is a post to notify people, gather some interest and suggestions.
Thanks to @ker0chan for her help on the Readme (lots more feedback that I haven't processed yet) and @ButternCream for his help working on the FAQ.
- Created a [FAQ wiki page](https://github.com/ocornut/imgui/wik
Summary
- The introductory re-frame documentation should be changed to better show re-frame's separation of concerns
- Specifically, there should be 7 re-frame dominos, not 6.
- Specifically, the existing domino #2 be split into two dominos
Notes
The following explanatory notes are written from the point of view of the current 6 domino model. These notes might serve as t
Is your feature request related to a problem? Please describe.
I want to get the uses of a vanity URL, but there is no function for that.
Describe the ideal solution
Add a function Guild.fetchVanityUses() that gets the uses of a vanity URL, if any.
Describe alternatives you've considered
It is already possible to get vanity invites via `client.fetchInvite(server.vanityURLCod
The problem
I copied the arduino integration into custom_components:
cp -R /srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/arduino/ /home/homeassistant/.homeassistant/custom_components/and made homeassistant the owner:
sudo chown -R homeassistant:homeassistant arduino/Environment
Latest hass, latest raspbian on Pi 4.
- Home A
关于项目Archive的一些解释
本人最近时间有点紧,加上最近身体有些问题。想着issue太多看了就有点遭不住了就archive了。想了好久还是unarchive了这个项目。接下来这个项目会更新的比较缓慢,但是不会停更。。你们的每个issue我都有看,感谢大家一如既往的支持。本项目将不会接受捐赠并且开源。下载前请验证checksum是否一致。
Pageclip
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.


What should we add or change to make your life better?
From looking at the source code I can see that you can add custom middlewares to the reverse proxy pipeline but I dont see any documentation outlining how to do it.
Why is this important to you?
I think many of the people looking at the project is because they need to do some customization at the pipeline level and they want to avoi