- n8n
- activepieces
https://github.com/ImplFerris/esp32-book
ratatui on esp32 no_std
menu system on ratatui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \#autoLOC\_7001101 = Adding K to Every Word... | |
| \#autoLOC\_7001102 = Adding More Boosters... | |
| \#autoLOC\_7001103 = Adding More Struts... | |
| \#autoLOC\_7001104 = Aligning Planets... | |
| \#autoLOC\_7001105 = Amending Laws of Physics... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i input_video.mp4 -vf "scale=1920:1080" -c:v libx264 -crf 23 -c:a copy output_video.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://arxiv.org/html/2508.14511v1 | |
| # what you see is what it does | |
| # ------------------------------------------------- | |
| # 1. Project setup | |
| # ------------------------------------------------- | |
| espforge: | |
| name: esp32-i2c-demo | |
| description: ESP32 I2C Demo | |
| platform: esp32 |