-
Updated
Nov 23, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
ES6
-
Updated
Nov 22, 2020 - JavaScript
The original Flash Player load the contents in the *.swf (pictures/sounds/etc) but NOT the document color of the loaded swf.
But it does in ruffles.
Does that matters in the long run ?
No.
Just some consistency stuff to take note.
And here's another one, once unloadMovie() is called, the contents in the loaded *.swf is gone (good) but...here's the crazy thing...the loaded swf's document
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Nov 22, 2020 - Go
-
Updated
Oct 2, 2020 - CSS
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
gitpod.io
Gitpod is the online IDE for GitHub.
It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.
Install this app and prebuild your project, so you don't have to wait for your build to download the internet when starting a Gitpod workspace.
Gitpod is the first IDE that builds your project before you even open it.
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 21, 2020 - Shell
-
Updated
Nov 23, 2020 - Haskell
-
Updated
Nov 21, 2020 - Vue
-
Updated
Nov 23, 2020
-
Updated
Sep 30, 2020 - Python
-
Updated
Nov 20, 2020
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Nov 4, 2020
-
Updated
Aug 25, 2020
-
Updated
Nov 19, 2020 - Java
-
Updated
Nov 20, 2020 - TypeScript
-
Updated
Nov 12, 2020 - Python
-
Updated
Nov 23, 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
-
Updated
Nov 23, 2020 - Python
In the German translation of electron/docs/tutorial/quick-start.md, the command node -v was incorrectly translated as knode -v.
-
Updated
Nov 23, 2020
-
Updated
Nov 19, 2020 - Python
Snyk
Snyk is on a mission to help developers use open source and stay secure.
Snyk helps find, fix & prevent known vulnerabilities in your Node.js, Java, Ruby, Python and Scala apps. Snyk is free for open source.
Snyk tracks vulnerabilities in over 800,000 open source packages, and helps protect over 25,000 applications.
83% of Snyk users found vulnerabilities in their applications, and new vulnerabilities are disclosed regularly, putting your application at risk.
I have a simple instruction which is good to be kept in CONTRIBUTION.md. Please add this wherever it looks good:
pip install pre-commitpre-commit run --all-files