Here's what's popular on GitHub today...
Trending repository
-
Updated
Aug 19, 2021 - Java
Popular topic
Trending repository
-
Updated
Aug 19, 2021 - C#
Trending repository
-
Updated
Aug 19, 2021 - Dart
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
Reproduce:
- Open TextEditor
- Enter some text and save file
- Without moving the cusor bar, enter more characters or digits. Note that the modified
(*)and...does not appear in the title bar. - Close the window and reopen the file, note that all data entered after the save is lost.
Trending repository
Collection recommended by GitHub
App recommended by GitHub
SoftaCheck
Run Static Analysis Seamlessly on Your Code and Generate Code Documentation Automatically with Doxygen
The static analysis tool we use is based on the open-source tools CppCheck and Clang-Tidy.
Trending repository
-
Updated
Aug 19, 2021
Trending repository
Trending repository
-
Updated
Aug 19, 2021 - Python
Trending repository
-
Updated
Aug 19, 2021 - Jupyter Notebook
Trending repository
-
Updated
Aug 18, 2021 - Python
Trending repository
-
Updated
Aug 18, 2021
Trending repository
🚀 Feature
Teach torch.Tensor.scatter_ to handle index.size(d) > src.size(d).
Motivation
Currently, torch.Tensor.scatter_ requires index.size(d) <= src.size(d) for all dimensions d, unless src is float-valued. This constraint seems artificial.
import math
import torch
device = 'cuda' # fail
Trending repository
-
Updated
Aug 19, 2021
Trending repository
-
Updated
Aug 18, 2021 - Python
Trending repository
Trending repository
-
Updated
Aug 19, 2021 - Java
Trending repository
-
Updated
Aug 18, 2021 - JavaScript
Trending repository
Trending repository
Describe the solution you'd like
It'd be nice to actually apply the security framework when building.
Describe alternatives you've considered
Ignoring security problems won't help.
Trending repository
The Travis jobs are currently not triggered as the jobs are not yet moved to http://travis-ci.com.
Trending repository
-
Updated
Jul 25, 2021 - Java
Trending repository
-
Updated
Apr 17, 2021 - Shell
Trending repository
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
Trending repository
-
Updated
Aug 19, 2021 - Java
App recommended by GitHub
Mergify
Mergify is a pull request automation service, triggering actions when a pull request matches defined criteria.
For example, in a few lines of YAML, you can write a rule that automatically merges a pull request if:
- [X] it has been approved
- [X] the test suite passes
Take a look at our examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
explanation of config for newbies in WIKI