Here's what's popular on GitHub today...
Control and monitor every aspect of your 3D printer and your printing jobs right from within your browser.
ESLint
-
Updated
Apr 2, 2021 - TypeScript
-
Updated
Apr 2, 2021 - JavaScript
Made in India
Open source projects built in or receiving significant contributions from India :india:
LZU COVID Health Report
结合Github OAuth App编写的自动打卡工作流管理网页前端!! Github Actions全自动打卡,打卡信息存放在Actions Secrets中,个人信息隐私保护,支持打卡结果推送到社交软件和浏览器通知。
INTRODUCING New Auto COVID Health Report Workflow Management Web Front-end build by GitHub OAuth app!! Fully automatic reporting using Github Actions, store info in Actions Secrets, privacy protection for personal information, support pushing results to chat APPs and browser notification.
-
Updated
Apr 2, 2021 - Python
-
Updated
Apr 2, 2021 - C++
-
Updated
Apr 2, 2021 - Rust
-
Updated
Mar 31, 2021 - TypeScript
-
Updated
Apr 2, 2021 - Python
-
Updated
Mar 26, 2021
-
Updated
Apr 2, 2021 - C
-
Updated
Feb 25, 2021
-
Updated
Apr 2, 2021 - Dart
-
Updated
Apr 1, 2021
-
Updated
Apr 2, 2021
-
Updated
Apr 1, 2021 - Python
-
Updated
Apr 2, 2021 - Rust
-
Updated
Apr 1, 2021 - JavaScript
Version of OpenTTD
9c5a7d3a572d02813e6bab83004334b9a154a62b
Expected result
The function IConsoleError behaves exactly the same as using IConsolePrintF(CC_ERROR, "ERROR: %s", string);, but is shorter and more concise.
https://github.com/OpenTTD/OpenTTD/blob/9c5a7d3a572d02813e6bab83004334b9a154a62b/src/console.cpp#L168-L171
Therefore, IConsoleError(string) should in general be
-
Updated
Jul 18, 2020
EDIT, from last post:
Latest non-DCH drivers (465.89) work fine for all generations (Pascal, Volta, Turing and Ampere): https://www.nvidia.com/download/driverResults.aspx/172060/en-us
No memory leak, decent speeds, complete compatibility.
DCH ONLY!
It looks like latest NVIDIA drivers (461.92 and 491.75, perhaps others) have massive memory leak bugs in NVML library. This memor
-
Updated
Mar 25, 2021 - Java
Datree
Datree is a git-based policy engine.
It allows engineering teams to automatically enforce coding standards and security policies directly within their git workflow.
Datree connects with GitHub pull requests to provide automatic policy compliance checks and insights for every code change. Create and enforce custom or built-in policies, in the context of your dev stack.
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example: