-
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...
Game Off is our annual month-long game jam where participants create games based on a theme using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time!
OpenGL
-
Updated
Nov 23, 2020 - JavaScript
For most people it's going to be Times New Roman, which isn't stylish. I know this isn't intentional from the WIP images in the Discord.
Tested on Firefox Developer Edition with the Ruffle extension.
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Nov 23, 2020 - Go
-
Updated
Oct 2, 2020 - CSS
codebeat
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 23, 2020 - Shell
-
Updated
Nov 24, 2020 - Haskell
-
Updated
Nov 23, 2020 - Vue
-
Updated
Nov 24, 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 24, 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
Codetree
Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.
Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.
Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.
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