-
Updated
Sep 12, 2020 - C++
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Trending repository
Makani was a project to develop a commercial-scale airborne wind turbine, culminating in a flight test of the Makani M600 off the coast of Norway. All Makani software has now been open-sourced. This repository contains the working Makani flight simulator, controller (autopilot), visualizer, and command center flight monitoring tools. Additionally, almost all avionics firmware is also included, albeit potentially not in a buildable state, due to the removal of some third-party proprietary code. We hope that this code will be inspirational and useful to the kite-based windpower and wider communities.
Trending repository
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
-
Updated
Sep 14, 2020
Popular topic
#
Wagtail
Wagtail is an open source CMS written in Python and built on the Django web framework.
Trending repository
Libra’s mission is to enable a simple global payment system and financial infrastructure that empowers billions of people.
-
Updated
Sep 14, 2020 - Rust
Trending repository
A complete computer science study plan to become a software engineer.
computer-science
algorithm
algorithms
interview
data-structures
software-engineering
coding-interviews
study-plan
interview-prep
interview-preparation
coding-interview
programming-interviews
-
Updated
Sep 13, 2020
Upcoming event recommended by GitHub
Oct
1
Trending repository
This is a repository containing the list of company wise questions available on leetcode premium
-
Updated
Apr 25, 2019
Trending repository
Lean's OpenWrt source
-
Updated
Sep 14, 2020 - C
Collection recommended by GitHub
App recommended by GitHub
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.
Trending repository
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
computer-science
algorithms
leetcode
data-structures
interview-questions
dynamic-programming
kmp
dynamic-programming-algorithm
-
Updated
Sep 12, 2020
Trending repository
Creates a .csv file of all players in the English Player League with their respective team and total fantasy points
-
Updated
Sep 14, 2020 - Python
Trending repository
Course Files for Complete Python 3 Bootcamp Course on Udemy
-
Updated
Sep 10, 2020 - Jupyter Notebook
Trending repository
Trending repository
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
design
development
web
web-app
oop
design-patterns
interview
interview-questions
interview-preparation
object-oriented-programming
system-design
system-design-primer
system-design-questions
low-level-design
machine-coding
system-design-interview
-
Updated
Aug 28, 2020
Trending repository
Test tool for CVE-2020-1472
-
Updated
Sep 11, 2020 - Python
Trending repository
在我很多项目中用到的CV算法推理框架应用。
-
Updated
Sep 14, 2020 - Java
Trending repository
Trending repository
Serverless integration and compute platform. Free for developers.
cli
workflow
data
integrations
automation
realtime
event-sourcing
event-sources
data-flow
ipaas
apis
eventsourcing
datasets
workflows
eventstream
event-source
low-code
low-code-development-platform
integration-flow
-
Updated
Sep 14, 2020 - JavaScript
Trending repository
The Swift Programming Language
-
Updated
Sep 14, 2020 - C++
Trending repository
Trending repository
Trending repository
Trending repository
-
Updated
Sep 14, 2020
Trending repository
-
Updated
Sep 13, 2020 - Shell
Trending repository
Becoming 1% better at data science everyday
-
Updated
Sep 14, 2020
Trending repository
Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
-
Updated
Aug 30, 2020 - Shell
Trending repository
BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
-
Updated
Sep 10, 2020 - C++
Trending repository
barronpm
commented
May 15, 2020
Describe the bug
Currently, the "HeaderCameraUploads" string in the localization files is unused and should be removed. Further investigation should be done on if there are other unused strings.
App recommended by GitHub
GitHub Learning Lab
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.

currently, some of the programs use static type checking like this program but some of the programs did not use static typing.
it's a good practice to use static typing as it makes code more clear and readable, should we make it a standard for this repository.we can use mypy for