-
Updated
May 17, 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 18, 2020 - JavaScript
Play as a fire truck in a web-based, fire mayhem game created for Ludum Dare competition.
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.
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
-
Updated
May 18, 2020 - Python
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
Codetree
Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.
Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.
Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.
-
Updated
May 18, 2020 - Python
-
Updated
May 18, 2020 - C++
I create leetcode directory. You can contribute solution for Leetcode algorithm by C language.
Good practice coding :)
Please put some comment for explanation. It helps other people understand your algorithm better
-
Updated
May 18, 2020 - Go
超级表STable的删除有方便的办法吗?
必须先将通过STable创建的表先删除,然后才能删除超级表。当级联表很多时就麻烦了,除非写代码来删除。
-
Updated
May 18, 2020 - C++
-
Updated
May 18, 2020
-
Updated
May 18, 2020 - Python
-
Updated
May 17, 2020 - Pascal
-
Updated
May 16, 2020 - Kotlin
Will template be supported for Visual Studio on MAC anytime later? Probably .mpack is needed.
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
I came across this endpoint in the wild, it was called by a Swagger UI to render the documentation for an API.
Can we add this to one of the lists? I didn't want to open a PR as I don't know which file (maybe more than 1?) would be best.
Maybe Discovery/Web-Content/quickhits.txt? or Fuzzing/fuzz-Bo0oM.txt?
The latter one already has api/swagger-ui.html, swagger-ui.html, swagger.json, etc whic
-
Updated
May 16, 2020 - JavaScript
GoAgent的一些使用限制
###GoAgent限制:
-
GAE出口IP被定义为“开放代理”
部分网站屏蔽GAE的IP访问,或将其视为不信任。
无法使用GAE的IP对维基百科进行匿名编辑。 -
Facebook 上传文件:图片/视频等
原因: Facebook上传文件,采用HTTP OPTIONS指令,不在GAE的支持范围
解决方法:访问https://upload.facebook.com/,再次尝试。也可以访问手机域名https://m.facebook.com/上传。 -
Twitter上传大文件/图片
GoAgent 对上传超过64k的数据存在问题
GAE的限制是10M
因此有可能解决,还有待研究
The button in top Toolbar is very hardly clickable. It uses size of drawable for click area, which is 24x24 dp for ic_back.xml. 48dp is probably recommended minimum for buttons.
Ideally the button uses entire toolbar height, and has predefined width, starting from leftmost pixels. The drawable icon may be whatever size it wishes, but clickable area should be large enough.
See visualization
Dependabot Preview
Dependabot helps you keep your dependencies up to date. It works with most popular languages.
Every day, Dependabot checks your dependency files for outdated requirements and opens individual pull requests for any it finds. You review the PRs, merge them, and get to work on the latest, most secure releases.
Dependabot is owned and maintained by GitHub. Dependabot Preview is a public beta for functionality that we are integrating directly into GitHub.


Contributing.md doesn't doesn't appear to contain any actual guidlines, and the link only leads back to the same document: Java/CONTRIBUTING.md.