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.
Lua
-
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.
Review Notebook App
Have trouble collaborating on Jupyter Notebooks? Join 500+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews & collaboration.
Complete review workflow for Notebooks,
- Visual diffs for easy version control (say NO to annoying JSON diffs)
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions
-
Updated
Apr 2, 2021 - Python
-
Updated
Apr 3, 2021 - C++
-
Updated
Apr 2, 2021 - Rust
-
Updated
Apr 2, 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
Sentry
Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.
Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.
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: