Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Flutter makes it easy and fast to build beautiful apps for mobile and beyond.
-
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
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
-
Updated
Sep 16, 2020 - Python
-
Updated
Oct 8, 2020
OCTO Speaker Series - Simon Peyton-Jones
November 05, 2020 • Virtual
Short JavaScript code snippets for all your development needs
-
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
Cut and paste your surroundings using AR
-
Updated
Sep 29, 2020 - TypeScript
Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
-
Updated
Oct 8, 2020 - TypeScript
Beginner's Series: Introduction to JavaScript (Node.js)
-
Updated
Oct 7, 2020 - JavaScript
Simple and privacy-friendly alternative to Google Analytics
-
Updated
Oct 6, 2020 - Elixir
PanDownload的个人维护版本
-
Updated
Sep 25, 2020 - HTML
screen sharing for developers https://screego.net/
-
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
All Algorithms implemented in Java
-
Updated
Oct 8, 2020 - Java
Highly Subjective Roadmap to Flutter Development
-
Updated
Oct 5, 2020
30 days of JavaScript programming challenge is a step by step guide to learn JavaScript programming language in 30 days
-
Updated
Oct 7, 2020 - JavaScript
React version:
@types/react@16.9.49
@types/prop-types@15.7.3
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);
}30 days of Python programming challenge is a step by step guide to learn Python programming language in 30 days.
-
Updated
Oct 7, 2020 - Python
fvid is a project that aims to encode any file as a video using 1-bit color images to survive compression algorithms for data retrieval.
-
Updated
Oct 8, 2020 - Python
Leveraging BERT and a class-based TF-IDF to create easily interpretable topics.
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 8, 2020
A library to display an interactive editor for any graph-like data.
-
Updated
Oct 7, 2020 - TypeScript
Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation"
-
Updated
Oct 8, 2020 - Jupyter Notebook
A book series on JavaScript. @YDKJS on twitter.
-
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")