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.
Webpack
-
Updated
Apr 2, 2021 - TypeScript
-
Updated
Apr 2, 2021 - JavaScript
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
Azure Pipelines offers cloud-hosted pipelines for Linux, macOS, and Windows with 10 free parallel jobs and unlimited minutes for open source projects.
-
Updated
Apr 3, 2021 - Python
-
Updated
Apr 3, 2021 - C++
-
Updated
Apr 3, 2021 - Rust
-
Updated
Apr 3, 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 2, 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
LGTM
Continuous security analysis
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
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: