Here's what's popular on GitHub today...
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
Jekyll
-
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:
Crowdin
Crowdin is designed to be the one tool you need to get automated and continuous localization.
Seamlessly integrates into your development process. Files for localization from the branches you chose are transferred into a branch in your Crowdin project. Ready translations get transferred back as a pull request to your repository automatically.
Crowdin is trusted by companies like Kickstarter, Avast, iFixit, Joomla and more. Localize any kind of software using the same tool.
-
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
Pageclip
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.
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: