Here's what's popular on GitHub today...
-
Updated
Dec 30, 2020 - Python
JSON
-
Updated
Jan 8, 2020 - JavaScript
-
Updated
Dec 31, 2020 - Shell
-
Updated
Jan 2, 2021 - JavaScript
-
Updated
Dec 29, 2020 - Python
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
Also try BackHub: Reliable GitHub repository backup, set up in minutes.
-
Updated
Dec 31, 2020 - Python
-
Updated
Dec 29, 2020
-
Updated
Dec 30, 2020 - JavaScript
-
Updated
Jan 1, 2021 - Python
-
Updated
Dec 5, 2020
-
Updated
Dec 31, 2020 - Python
-
Updated
Dec 30, 2020
-
Updated
Jan 1, 2021 - JavaScript
-
Updated
Jan 1, 2021 - TypeScript
-
Updated
Oct 17, 2020 - PHP
-
Updated
Jan 1, 2021 - Java
-
Updated
Dec 28, 2020
-
Updated
Jan 1, 2021 - CSS
-
Updated
Dec 24, 2020 - Python
-
Updated
Dec 7, 2020 - Python
Add CMake aliases
GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_main
This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.
add_library(GTest::gtest ALIAS
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.


到点开抢的时间程序里面是获取的本地时间吧,建议对UTC时间进行处理一下