Awesome List Updates on May 23, 2020
16 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Tmux
Status Bar
- tmux-colortag (⭐96) a plugin/theme that colors the tmux window tags.
2. Awesome Embedded Rust
no-std crates / WIP
- embedded-websocket: A lightweight server and client websocket library for embedded systems.
3. Free for Dev
APIs, Data, and ML
- ScrapingDog — Scrapingdog handles millions of proxies, browsers, and CAPTCHAs to provide you with the HTML of any web page in a single API call. It also includes Web Scraper for Chrome & Firefox and software for instant scraping demand. Free plans are available.
4. Awesome Web Monetization
About Web Monetization
5. Awesome Powershell
Interactive Learning
- PSKoans (⭐1.2k) - A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.
Module Development Templates
- Plaster (⭐643) - Plaster is a template-based file and project generator written in PowerShell.
- PSModuleDevelopment (⭐80) - Get started using module templates in 2 minutes with this module's low entry barrier and casual convenience.
- Catesta (⭐121) - Catesta is a PowerShell module project generator. It uses templates to rapidly scaffold test and build integration for a variety of CI/CD platforms.
Package Managers
- Scoop - A command-line installer for Windows.
SharePoint
- AutoSPInstaller - Automated SharePoint 2010-2019 installation script.
- Client-side SharePoint - API for SharePoint 2010, 2013 and Online.
- SPReplicator (⭐31) - SPReplicator helps replicate SharePoint list data to/from CSV, SQL Server, SharePoint itself and more.
SQL Server
- dbatools - Helps SQL Server Pros be more productive with instance migrations and much more.
6. Open Source Flutter Apps
Contents / Games
- Impossiblocks (⭐105) -Brain training game made by Javi Pacheco.
7. Awesome Wardley Maps
Maps in the Wild
- On user needs and listening to customers - Simon Wardley focuses on one of the most important parts of mapping - the anchor. April 11, 2016.
- Simon Wardley's 100-day Corporate get fit plan - For the newly-appointed executive, to help get you into a position from which you can start to learn and talk about strategy. Aug 21, 2015.
8. Awesome Robotic Tooling
Datasets / Sensor and Acuator Interfaces
- a2d2_to_ros - Utilities for converting A2D2 data sets to ROS bags.
9. Awesome Selfhosted
Software / Task Management & To-do Lists
- Task Keeper (⭐54) - List editor for power users, backed by a self-hosted server.
Apache-2.0
Scala
10. Awesome Deno
Modules / Utils
- denon (⭐1.1k) - A file watcher with a for-await generator.
Tools / XML
- denon (⭐1.1k) - A daemon script runner, like nodemon. Built in and for Deno.
Resources in Other Languages / Spanish
11. Awesome Java
Configuration / Text-Based User Interfaces
- config (⭐6.1k) - Configuration library supporting Java properties, JSON or its human optimized superset HOCON.
Database / Text-Based User Interfaces
- Debezium - Low latency data streaming platform for change data capture.
Game Development / Text-Based User Interfaces
- Mini2Dx - Beginner-friendly, master-ready framework for rapidly prototyping and building 2D games.
Job Scheduling / Text-Based User Interfaces
- JobRunr (⭐2.3k) - Job scheduling library which utilizes lambdas for fire-and-forget, delayed and recurring jobs. Guarantees execution by single scheduler instance using optimistic locking. Has features for persistence, minimal dependencies and is embeddable.
12. Awesome Micropython
Communications / CAN
- micropython-spacecan - Spacecan is a MicroPython implementation of the SpaceCAN protocol for embedded systems.
Communications / DNS
- MicroDNSSrv (⭐72) - A micro DNS server for MicroPython to simply respond to A queries on multi-domains with or without wildcards (used on Pycom modules & ESP32).
Communications / IoT
- micropython-home-assistant - MicroPython-based scripts to extend your Home Assistant-driven home automation projects.
Communications / NTP
- micropython-ntpclient (⭐5) - NTP client for MicroPython using uasyncio.
Communications / Radio
- micropython-rfsocket (⭐34) - MicroPython implementation of popular 433MHz-based RFSockets.
Communications / REPL
- webrepl - MicroPython WebREPL.
- zepl - MicroPython WebREPL Console Application using ZeroMQ.
- jupyter_micropython_remote - Jupyter kernel to directly execute code on a MicroPython board over the serial/web REPL.
Communications / Web
- uwebsockets (⭐182) - MicroPython WebSocket implementation for ESP8266.
- microdot (⭐1.5k) - The impossibly small web framework for MicroPython.
Display / LCD TFT
- st7789py_mpy (⭐77) - Slow MicroPython driver for 240x240 ST7789 display without CS pin from AliExpress, written in MicroPython.
Display / LED Segment
- micropython-tm1640 - MicroPython Library for 16 digits 7-segment displays controlled by a TM1640.
Display / LEDs
- micropython-ws2801 (⭐2) - A MicroPython library to interface with strands of WS2801 RGB LEDs.
- tlc5947-rgb-micropython - Driver for the TLC5947 24 channel 12-bit PWM LED driver.
IO / GPIO
- ubutton - A MicroPython library for controlling reading and debouncing pushbutton inputs, including "short" and "long" press callbacks.
IO / PWM
- upwmcontroller - A MicroPython library for controlling PWM outputs in an asyncio loop, with features including fading and blinking.
IO / Rotary Encoder
- uencoder - A MicroPython library for reading from a rotary encoder.
Mathematics / Waveform Generator
- micropython-ulab (⭐395) - A NumPy-like fast vector module for MicroPython.
- micropython-mtx - Fast Matrix Multiplication and Linear Solver on MicroPython.
- micropython-vec - Vector Operations on MicroPython.
Sensors / Air Quality
- micropython-pms7003 (⭐31) - MicroPython driver for the PMS7003 Air Quality Sensor.
Sensors / Gaseous
- micropython-scd30 (⭐24) - MicroPython I2C driver for Sensirion SCD30 CO2 sensor module.
Sensors / Load Cell
- micropython-hx711 (⭐77) - MicroPython driver for HX711 24-Bit Analog-to-Digital Converter.
Scheduling / Touch Resistive
- micropython-mcron (⭐35) - MicroCRON is a time-based task scheduling program for MicroPython.
Storage / Database
- nmongo (⭐20) - MongoDB client for CPython and MicroPython, with MongoDB shell-like APIs.
Code Generation / SRAM
- micropy-cli (⭐310) - Micropy CLI is a project management/generation tool for writing MicroPython code in modern IDEs such as Visual Studio Code.
- micropython-stubber (⭐168) - Generate and use stubs for different MicroPython firmwares to use with Visual Studio Code or any IDE and linter.
Shells / On Device
- upy-shell (⭐37) - A simple command line-based shell for MicroPython.
- Micropython-Editor (⭐218) - Small on-board editor for Pyboard, WiPy, ESP8266, ESP32, PyCom and Adafruit devices written in Python.
Shells / On Host
- rshell (⭐930) - Copy or sync files to boards, enter REPL from your terminal.
- mpfshell (⭐394) - A simple shell-based file explorer for ESP8266 and WiPy.
13. Webcomponents the Right Way
Interoperability
14. Awesome Hacking
Tutorials
Tools
- Hackers tools - Tutorial on tools.
15. Awesome Webgl
Articles
- Optimizing Scenes for Better WebGL Performance - optimization techniques that proved to work well for creating WebGL-based interactives.
Others / Particles
- Verge3D - an artist-friendly toolkit for creating 3D web experiences.
16. ALL About RSS
TestFlight / Early Access / Outline Processor Markup Language
Hosted Readers / Outline Processor Markup Language
Other Apps / Outline Processor Markup Language
- VSCode-RSS (⭐163) 572, 618 : An RSS reader embedded in Visual Studio Code
Tech or IT / Webpage Monitor Services with capability of monitoring RSS Feed 1264
😣 Services that have stopped supporting RSS / Crypto or Blockchain relevant
Podcast Feed Validator / Crypto or Blockchain relevant
- Prev: May 24, 2020
- Next: May 22, 2020