Awesome List Updates on May 16, 2020
11 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Audiovisual
Libraries and frameworks / ArtNet Libraries
- artnet (⭐120) - Node.js module that can be used to send ArtDMX packages to an Art-Net node.
nodejs
.
Resources / ArtNet Libraries
- /r/lightingdesign - The Reddit community for lighting designers worldwide.
- /r/techtheatre - The reddit community for all production designers and technicians!
Tutorials / GrandMA2 tutorials
- GMA2 colour picker tutorial - A tutorial for how to add a colour picker in GrandMA2.
2. Awesome Lowcode
Flow-based programming
- Wayscript - A rapid scripting platform for developers.
Visual programming
- Dronahq - Build business apps without coding.
3. Awesome Micropython
AI
- MicroMLP (⭐178) - A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules).
Audio
- micropython-vs1053 (⭐24) - Asynchronous driver for VS1053b MP3 player.
- micropython-midi (⭐49) - A MIDI implementation example for MicroPython.
- upy-rtttl (⭐37) - Python Parser for Ring Tone Text Transfer Language (RTTTL).
Communications / DNS
- ICantBelieveItsNotDNS (⭐19) - "I Can't Believe It's Not DNS!" (ICBIND) is an authoritative DNS server for the ESP8266 written in MicroPython.
Communications / FTP
- micropython-ftplib (⭐34) - An FTP client library for MicroPython.
- FTP-Server-for-ESP8266-ESP32-and-PYBD (⭐148) - Small FTP server for ESP8266/ESP32/Pyboard on the MicroPython platform.
- MicroFTPServer (⭐36) - Minimal FTP Server that can run on an ESP8266 with MicroPython.
Communications / GSM
- micropython-upyphone (⭐422) - A GSM phone using Pyboard and SIM800l.
Communications / IoT
- microhomie (⭐79) - MicroPython implementation of the Homie MQTT convention for IoT.
- uPyEcho (⭐53) - Emulated Belkin WeMo device that works with Amazon Echo (Alexa) using MicroPython on an ESP32.
- SonosRemote (⭐52) - A remote for Sonos installations running on an ESP8266 and using Sonos HTTP API.
Communications / IR
- micropython_ir (⭐240) - Nonblocking device drivers to receive from IR remotes and for IR "blaster" apps.
- micropython-amg88xx (⭐18) - Driver for Grid-EYE thermal infrared array sensor (Adafruit 3538).
- micropython-ys-irtm (⭐26) - MicroPython examples for YS-IRTM 5V NEC Infrared UART transceivers.
- esp8266_ir (⭐48) - Control IR signal by WebSocket.
Communications / LoRaWAN
- uPyLoRaWAN (⭐219) - ESP32 using MicroPython meets LoRa and LoRaWAN.
Communications / MQTT
- micropython-mqtt (⭐555) - A 'resilient' asynchronous MQTT client: recovers from WiFi and broker outages.
- pysmartnode (⭐113) - MicroPython Smart Home framework.
- umqtt_aws_iot (⭐20) - Publish UMQTT messages with MicroPython to AWS IoT.
- micropython-sonoff-switch (⭐10) - Implements an MQTT-controllable switch for the iTead Sonoff Switch using MicroPython.
- uMQTT (⭐9) - MQTT publish for MicroPython on the WiPy board.
Communications / NTP
- esp8266_ntp_webserver (⭐2) - MicroPython + ESP8266 + NTP + web server.
- micropython-ntpd (⭐2) - An implementation of an NTP daemon in MicroPython.
- micropython_ntpserver (⭐3) - An NTP server written for MicroPython.
Communications / Radio
- micropython_remote (⭐65) - Capture and replay 433MHz remote control codes. Control remote switched power adaptors.
- micropython-ys-rf34t (⭐9) - MicroPython examples using YS-RF34T 433MHz ASK/OOK UART transceivers.
Communications / Serial
- mpy-miniterm (⭐22) - Tool for seamless serial debug and file synchronisation with MicroPython devices via the serial REPL.
Communications / SMTP
- uMail (⭐80) - A lightweight, scalable SMTP client for sending email in MicroPython.
Communications / Telnet
- MicroTelnetServer (⭐75) - Simple telnet server for MicroPython and the ESP8266 allowing telnet clients access to the REPL.
Communications / Web
- MicroWebSrv (⭐642) - A micro HTTP web server that supports WebSockets, HTML/Python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32).
- MicroWebSrv2 (⭐647) - The last micro web server for IoTs (MicroPython) or large servers (CPython), that supports WebSocket, routes, template engine and with really optimized architecture (mem allocations, async I/Os).
- tinyweb (⭐244) - Simple and lightweight HTTP async server for MicroPython.
- upy-websocket-server (⭐80) - MicroPython (ESP8266) WebSocket server implementation.
- micropython-captive-portal (⭐50) - A captive portal demo for MicroPython.
- uPyPortal (⭐40) - A captive portal for MicroPython using ESP32 (Wemos).
- ESP8266WebServer (⭐51) - ESP8266 web server for MicroPython.
- microCoAPy (⭐57) - A mini client/server implementation of CoAP (Constrained Application Protocol) into MicroPython.
- micropyserver (⭐116) - MicroPyServer is a simple HTTP server for MicroPython projects.
- MicroRESTCli (⭐29) - A micro JSON REST web client based on MicroWebCli for MicroPython (used on Pycom modules & ESP32).
- micropython-noggin (⭐18) - A very simple web server for MicroPython.
Communications / WiFi
- micropython-wifimanager (⭐59) - A simple network configuration utility for MicroPython on the ESP8266 board.
Communications / Zigbee
- ZbPy (⭐44) - MicroPython IEEE802.15.4 / Zigbee parser.
Display / E-Paper
- micropython-waveshare-epd (⭐50) - Waveshare ePaper Display driver for devices running Pycom-flavored MicroPython.
Display / LCD Character
- micropython-lcd (⭐20) - Class for controlling the HD44780 from a MicroPython Pyboard.
Display / LCD Graphic
- micropython-hx1230 (⭐5) - MicroPython library for HX1230 96x68 LCD modules.
Display / LCD TFT
- micropython-ili9341 (⭐174) - MicroPython ILI9341 display & XPT2046 touch screen driver.
- st7789_mpy (⭐186) - Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip.
- micropython-ili9341 (⭐123) - MicroPython Driver for ILI9341 display.
- micropython-ili9341 (⭐14) - ILI9341 TFT driver for MicroPython on ESP32.
Display / LED Matrix
- micropython-max7219 (⭐37) - MicroPython driver for MAX7219 8x8 LED matrix.
IO / ADC
- ADS7818 (⭐0) - Python class interfacing the ADS7818 AD-converter.
- micropython-ads1219 (⭐4) - MicroPython module for the Texas Instruments ADS1219 ADC.
IO / GPIO
- micropython-inputs (⭐32) - Classes to count pulses, debounce digital inputs, and calculate moving averages of analog inputs for a MicroPython board.
IO / IO-Expander
- micropython-mcp23017 (⭐63) - MicroPython driver for MCP23017 16-bit I/O Expander.
- micropython-pcf8574 (⭐34) - MicroPython driver for PCF8574 8-Bit I2C I/O Expander with Interrupt.
- micropython-pcf8575 (⭐18) - MicroPython driver for PCF8575 16-Bit I2C I/O Expander with Interrupt.
IO / Rotary Encoder
- micropython-rotary (⭐272) - MicroPython module to read a rotary encoder.
Mathematics / Waveform Generator
- micropython-fourier (⭐76) - Fast Fourier transform in MicroPython's inline ARM assembler.
- ulinalg (⭐32) - Small size matrix handling module with a few linear algebra operations specifically for MicroPython (Python 3).
Motion / Stepper
- uln2003 (⭐44) - Driver for 5V 28BYJ-48 stepper motors.
Sensors / Air Quality
- pms5003_micropython (⭐22) - Driver for PMS5003 air quality sensor for MicroPython.
- micropython-pms5003-minimal (⭐1) - Driver for P air quality sensor for MicroPython.
- polly (⭐12) - SDS011 pollution sensor + Wemos D1 mini pro + MicroPython.
Sensors / Barometer
- BME280 (⭐100) - MicroPython driver for the BME280 sensor, target platform Pycom devices.
- micropython-bmp280 (⭐88) - Module for the BMP280 sensor.
Sensors / Camera
- Nikon-Trigger-for-MicroPython (⭐3) - Remote trigger for a Nikon camera using an IR LED. For Pyboard v1.1.
Sensors / Compass
- QMC5883 (⭐12) - Python class for the QMC5883 Three-Axis Digital Compass IC.
Sensors / Energy
- MCP39F521 (⭐6) - ESP8266 scripts for reading MCP39F521 power monitors.
Sensors / Gaseous
- CCS811 (⭐30) - Basic MicroPython driver for CCS811 on ESP8266 boards.
Sensors / Motion Inertial
- micropython-mpu6886 (⭐20) - MicroPython I2C driver for MPU6886 6-axis motion tracking device.
Sensors / Touch Resistive
- XPT2046-touch-pad-driver (⭐16) - Driver for XPT2046 touch pad controller used in many TFT modules.
Storage / FRAM
- micropython-fram (⭐1) - Pyboard driver for Ferroelectric RAM module.
Resources / SRAM
- MicroPython on Wikipedia - MicroPython on Wikipedia.
IDEs / SRAM
- Thonny IDE - Thonny: Python IDE for beginners.
4. Awesome Nlg
Datasets
- The Schema-Guided Dialogue Dataset (⭐466) - The Schema-Guided Dialogue (SGD) dataset consists of over 20k annotated multi-domain, task-oriented conversations between a human and a virtual assistant.
5. Awesome React Native
Assorted
- React Native: Native Modules made for React developers - on the developer experience with 3rd-party libraries for RN 0.60+
UI
- stacks ★156 (⭐776) - Stacks: a set of layout components for building RN views blazingly fast ⚡, and with debug mode and design system grid you can investigate non-trivial visual issues.
- react-native-wheel-picker-android ★186 (⭐335) - Simple and flexible React native wheel picker for Android, including DatePicker and TimePicker.
- react-native-actions-sheet ★94 (⭐945) - A Cross Platform(Android & iOS) ActionSheet with a flexible api, native performance and zero dependency code
- react-native-draggable-grid ★79 (⭐208) - A React Native draggable and sortable grid component write by typescript.
- react-native-easy-dnd ★39 (⭐125) - Drag and drop component for react-native
- react-native-notifier ★16 (⭐813) - Fast and simple in-app notifications for React Native
Navigation
- react-native-email-chip ★8 (⭐17) - A simple yet customizable component to display a chip list of emails
Text & Rich Content / Navigation Demos
- react-native-markdown-display ★57 (⭐366) - Highly customizable Markdown renderer using native components for all its elements without any web-view.
- react-native-markdown-editor ★47 (⭐75) - Markdown editor like github comment editor (contains preview, markdown buttons)
- react-native-showdown ★43 (⭐48) - React-native component which renders markdown into a webview!
Utils & Infra / Navigation Demos
- react-native-mov-to-mp4 ★44 (⭐59) - utils for Converting mov file to mp4 for cross-platform playback compatibility.
Forms / Navigation Demos
- react-hook-form ★9346 (⭐31k) - React hooks for forms validation without the hassle.
- redux-hook-form ★2700 (⭐31k) - React hooks for form validation without the hassle. (Web and Native)
System / Navigation Demos
- react-native-ultimate-config (⭐200) - Configure all levels of your react-native app with a single file
- react-native-media-clipboard (⭐46) - React Native module for getting images, URLs, and strings from the clipboard
- react-native-background-downloader ★93 (⭐270) - Help you download large files on iOS and Android both in the foreground and most importantly in the background.
Media / Navigation Demos
- react-native-photoeditorsdk ★24 (⭐82) - React Native module for PhotoEditor SDK (Android & iOS)
- react-native-videoeditorsdk ★18 (⭐107) - React Native module for VideoEditor SDK (Android & iOS)
Storage / Navigation Demos
- RxDB ★12797 (⭐18k) - A realtime Database for JavaScript Applications.
Integrations / Navigation Demos
- react-native-intercom *323 (⭐409) - A React Native Intercom Wrapper.
Open Source Apps / Navigation Demos
- NMF.earth ★14 (⭐342) - Calculate, understand and reduce your carbon footprint. Available for Android and iOS, using Expo, Redux Toolkit and Typescript.
Tutorials / Navigation Demos
Newsletters / Navigation Demos
6. Open Source Flutter Apps
Contents / Games
- Math Matrix (⭐325) -Brain training games composition Mehul Makwana.
7. Awesome Engineering Team Management
Culture / Procrastination
- A Conversation with Werner Vogels, Learning from the Amazon technology platform - Scaling systems is not only a technical challenge. It has to be about teams and culture too. One lesson learned from the early days of AWS: “Giving developers operational responsibilities has greatly enhanced the quality of the services, both from a customer and a technology point of view. (…) You build it, you run it.”
Project Management / Estimations
- Apple Aperture: Senior QA - How not to manage projects approaching deadlines: “cutting finished features, yelling at people, and working people to the point of nervous breakdowns. Then they came upon a brilliant idea: let's steal over a hundred engineers from other teams and then the project will magically get done on time.”
8. Awesome Ios Books
Interview
9. Awesome Cheminformatics
Libraries / Machine Learning
- OpenChem (⭐645) - OpenChem is a deep learning toolkit for Computational Chemistry with PyTorch backend.
10. Awesome Deno
Tools / XML
- denoliver (⭐98) - A simple, dependency free file server with live reload.
Articles / XML
11. Awesome Embedded Rust
Driver crates / WIP
- lvgl (⭐642) - no_std LittleVGL (⭐16k) port -
- Prev: May 17, 2020
- Next: May 15, 2020