Here's what's popular on GitHub today...
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
OpenGL
-
Updated
Apr 2, 2021 - TypeScript
-
Updated
Apr 2, 2021 - JavaScript
Travis CI
Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.
Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.
-
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 1, 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
DeepAffects
Managing teams to deliver projects/products on time is hard, but figuring out where your team collaboration is lacking can be even more painful. DeepAffects analyzes emotions and tones in issue description and comments to provide actionable insights to identify the high-resolution time issues, disagreements in the team.
DeepAffects is a team dynamics analytics application, for managers & team leads, to get issue-level emotional insights, to increase team dynamics & productivity.
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: