Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getiot/awesome-learning-projects

:fire: Awesome list of learning projects for coding
https://github.com/getiot/awesome-learning-projects

List: awesome-learning-projects

awesome

Last synced: about 1 month ago
JSON representation

:fire: Awesome list of learning projects for coding

Awesome Lists containing this project

README

        

# Awesome Learning Projects

[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/getiot/awesome-learning-projects)

[Preview on the web](https://getiot.tech)

## Introduction

There are a lot of ~~hidden~~ treasures lying within open-source ocean scattered across the internet.

## Table of Contents

- [Awesome Learning Projects](#awesome-learning-projects)
- [Introduction](#introduction)
- [Table of Contents](#table-of-contents)
- [Projects](#projects)
- [Linux kernel](#linux-kernel)
- [RTOS](#rtos)
- [IoT](#iot)
- [Maker](#maker)
- [C](#c)
- [Cpp](#cpp)
- [Android](#android)
- [Books](#books)

## Projects

### Linux kernel

- [linux-lab](https://github.com/tinyclub/linux-lab)

### RTOS

- [RT-Thread](https://github.com/RT-Thread/rt-thread)

### IoT

- [IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners)

### Maker

- [BBear_balance_car](https://github.com/bigbearishappy/BBear_balance_car)
- [ONE-Robot](https://github.com/peng-zhihui/ONE-Robot)
- [Peak](https://github.com/peng-zhihui/Peak)
- [L-ink_Card](https://github.com/peng-zhihui/L-ink_Card)
- [PocketLCD](https://github.com/peng-zhihui/PocketLCD)
- [HoloCubic](https://github.com/peng-zhihui/HoloCubic)
- [ElectronBot](https://github.com/peng-zhihui/ElectronBot)
- [Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot)
- [Project-Quantum](https://github.com/peng-zhihui/Project-Quantum)
- [MiniRover](https://github.com/peng-zhihui/MiniRover-Hardware)
- [Planck-Pi](https://github.com/peng-zhihui/Planck-Pi)
- [ST-Link-Nano](https://github.com/peng-zhihui/ST-Link-Nano)
- [XUAN](https://github.com/peng-zhihui/XUAN)
- [HandiPi](https://github.com/brickbots/HandiPi)

### C

- [Tinyhttpd](https://sourceforge.net/projects/tinyhttpd/)
- [cJSON](https://sourceforge.net/projects/cjson/)
- [json-parser](https://github.com/Barenboim/json-parser)
- [Webbench](http://home.tiscali.cz/~cz210552/webbench.html)

### Cpp

- [TinyWebServer](https://github.com/qinguoyi/TinyWebServer)
- [WebServer](https://github.com/linyacool/WebServer)
- [WebServer](https://github.com/markparticle/WebServer)
- [myTinyKV](https://github.com/shidazhuang/myTinyKV)
- [myTinyWebServer](https://github.com/shidazhuang/myTinyWebServer)

### Android

- [GoodWeather](https://github.com/lilongweidev/GoodWeather):好天气 App,介绍如何从零开始开发一款 Android 应用。
- [BluetoothTouch](https://github.com/peng-zhihui/BluetoothTouch)

### Books

- [craftinginterpreters]():介绍一门小型自创编程语言 Lox 解释器和虚拟机的原理和实现。
- [ThinkPython](https://github.com/AllenDowney/ThinkPython):面向初学者介绍 Python 编程,本书还有第二版 [ThinkPython2](https://github.com/AllenDowney/ThinkPython2),以及中文翻译版本 [ThinkPython-CN](https://github.com/cycleuser/ThinkPython-CN)。
- [ThinkDSP](https://github.com/AllenDowney/ThinkDSP):将 Python 代码和数字信号处理结合。