Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Oct 8, 2020 - Dart
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Qt
-
Updated
Sep 16, 2020 - Python
-
Updated
Oct 8, 2020
OCTO Speaker Series - Simon Peyton-Jones
November 05, 2020 • Virtual
-
Updated
Oct 8, 2020 - JavaScript
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
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!
Sync by Unito
Build the GitHub workflow you need
Unito goes beyond your typical integration tool, allowing you to build entire workflows across tools, teams, and organizations. All Unito integrations offer two-way sync, meaning essential information can flow back and forth between the tools you love.
Be more productive and ease collaboration between your teams. Unito’s GitHub integration syncs:
- Title
- Description
- Comments
- State
- Milestones
- Issue number
- Labels
- Issue type
- and more
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 6, 2020 - Elixir
-
Updated
Sep 25, 2020 - HTML
-
Updated
Oct 8, 2020 - Go
Describe the solution you'd like to see implemented
When adding channels to a new profile, it has been suggested to know which channels are present in another profile. My suggested solution to this is to have a drop down where the user can select which profile they'd like to display and filters / additions would be based off of that instead of the "All Channels" profile.
**Additional cont
-
Updated
Oct 8, 2020 - Java
-
Updated
Oct 5, 2020
-
Updated
Oct 7, 2020 - JavaScript
React version:
@types/[email protected]
@types/[email protected]
ts version 4.0.2
Steps To Reproduce
import React from 'react';
interface A {
a: number;
}
function foo(param: React.ComponentClass<A>) {
return param;
}
function foobar<T extends A >(param: React.ComponentClass<T>) {
foo(param);
}-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 8, 2020
-
Updated
Oct 7, 2020 - TypeScript
-
Updated
Oct 8, 2020 - Jupyter Notebook
-
Updated
Sep 24, 2020
Instabug
The top apps in the world rely on Instabug for bug reporting, crash reporting, and in-app user feedback. With just one line of code, beta testers and users can report bugs and provide mobile and support teams with detailed feedback by just shaking their phones.
Many algorithms in Project Euler do not follow coding styles as mentioned by @dhruvmanila here, or even the standard coding guidelines.
Notes:
solutionfunctions (a lot of them aren't named as "solution")