Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Mar 12, 2020 - HTML
Symfony
-
Updated
Mar 12, 2020
If you run a generator twice with --force it will append its routes again, even if those exact same routes already exist.
GitHub Actions Hackathon
March 05, 2020 - March 31, 2020 • Online
-
Updated
Mar 10, 2020 - C
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Jira Software + GitHub
Connect your code with your project management in Jira. A separate Jira Cloud subscription is required. With two of your most important tools connected, you'll spend less time managing projects and more time working on them.
By installing or using the app, you agree to the Terms and Conditions.
I think you should add the Japan Ministry of Health (https://www.mhlw.go.jp/index.html) in your data source. It hosts a page in English with an update table of cases within Japan.
-
Updated
Mar 11, 2020 - HTML
Based on a comment from @claesg that he got the TBEAM load working with this: https://www.banggood.com/LILYGO-TTGO-LORA32-868Mhz-SX1276-ESP32-Oled-Display-bluetooth-WIFI-Lora-Development-Module-Board-p-1248652.html?cur_warehouse=UK
We should probably change the way we set the flag in NodeDB.cpp:
myNodeInfo.has_gps = true;
based on board type. But really, we should always set th
-
Updated
Mar 11, 2020 - Python
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 push 到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。
目前 advanced-java 只有 [yanglbme](http
Zeros and tensor printing for float and complex
- In float tensor print, the trailing zeros ( with precision 4) are printed only when there’s one or more digit after decimal or otherwise just a decimal is printed
- In complex tensor print rn, the trailing zeros are printing in all cases
torch.zeros((2,2), dtype=torch.float64)
tensor([[0., 0.],
[0., 0.]], dtyp
-
Updated
Mar 10, 2020
-
Updated
Mar 11, 2020 - Python
-
Updated
Mar 12, 2020 - Swift
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. "
-
Updated
Mar 12, 2020
-
Updated
Mar 11, 2020 - Python
-
Updated
Mar 12, 2020 - JavaScript
The project is using SonarCloud static code analysis. The latest results are showing that it has found several blocker and critical severity code smells. In this task those are fixed or marked as false positives. To mark false positives, SuppressWarnings annotation should be used in code as explained in the linked documentation.
Links:
[Blocker and critical severity code smells in SonarCloud](
-
Updated
Mar 11, 2020 - C++
-
Updated
Mar 1, 2020
Is your feature request related to a problem? Please describe.
In the Turbolinks Documentation, it suggests that all javascript should go in the head, rather than body, using defer to load it after the page ("Otherwise, Turbolinks will reload the bundle with every page change").
Meanwhile, [the Live
DeepScan
Tired of the troubles with JavaScript? DeepScan can help you.
DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.
You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.
What I'd like:
When building a bottlerocket image, I get some disk images before converting them into an AMI. I'd like to be able to test them locally (e.g. via
qemuor VMDK images) with full connectivity.