Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Simple and privacy-friendly alternative to Google Analytics
-
Updated
Oct 6, 2020 - Elixir
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Crystal
Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
-
Updated
Oct 7, 2020 - TypeScript
A book series on JavaScript. @YDKJS on twitter.
-
Updated
Sep 24, 2020
GitHub Universe 2020
December 09, 2020 • Virtual
Flutter makes it easy and fast to build beautiful apps for mobile and beyond.
-
Updated
Oct 8, 2020 - Dart
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
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Cloud 66 for Rails
Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.
Cut and paste your surroundings using AR
-
Updated
Sep 29, 2020 - TypeScript
I would like to add Yelp interview questions.
Please assign me to this.
Short JavaScript code snippets for all your development needs
-
Updated
Oct 7, 2020 - JavaScript
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
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
A Simple Ransomware Vaccine
-
Updated
Oct 7, 2020 - C++
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
A library to display an interactive editor for any graph-like data.
-
Updated
Oct 7, 2020 - TypeScript
an installer for Photoshop CC v19 on Gnu/Linux
-
Updated
Oct 5, 2020 - Shell
Just Announced - "Learn Spring Security OAuth":
-
Updated
Oct 7, 2020 - Java
All Algorithms implemented in Java
-
Updated
Oct 7, 2020 - Java
Is your feature request related to a problem? Please describe.
When the user clicks a <DeleteButton> in an Edit toolbar, react-admin displays "Element deleted". I would like to customize that message for different resources (e.g. "Post deleted" and "Comment deleted").
Describe the solution you'd like
I would like DeleteButton to behave like SaveButton and accept onSuccess and
Add a new schematic to generate:
A service that extends ComponentStore
A spec file if requested
Maybe an inlined interface for the default type
Describe any alternatives/workarounds you're current
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);
}Pull Requests : https://github.com/aryasoni98/HacktoberfestPR2020
-
Updated
Oct 7, 2020
Complete container management platform
-
Updated
Oct 8, 2020 - Go
Imgbot
Imgbot is a friendly robot that optimizes your images and saves you time. Optimized images mean smaller file sizes without sacrificing quality.
Shortly after installing Imgbot, you will receive a pull request with all of your images optimized. Just merge the pull request and you’re done! As you work on your project, Imgbot works alongside you to keep your images optimized.
Imgbot uses lossless compression by default.


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")