How to use the py-linq module, which brings the LINQ operators to Python
JavaScript: Flattening JSON with custom separator
How to use a custom separator for flattening an object with the flat library and JavaScript
ESP32: PS4 controller connection event
How to detect the connection of a PS4 controller to the ESP32 by using a callback function.
ESP32: Connecting a PS4 Controller
How to connect the a PS4 controller to an ESP32, using the Arduino core.
ESP32 SSD1306 OLED: Drawing rectangles
In this tutorial we are going to learn how to draw rectangles on a SSD1306 OLED, using the ESP32 and the Arduino core.
Python: flattening a JSON
How to flatten a JSON with Python and the flatten_json module.
ESP32 SSD1306 OLED: Drawing circles
How to draw circles on a SSD1306 OLED display, using the ESP32 and the Arduino core.
Python: SHA-256
How to use the SHA-256 algorithm to compute the digest of a message, using Python.
JavaScript: flattening a JSON
Flattening a JSON object with JavaScript.
Python pyzbar: Detecting and decoding barcode
Detecting and decoding a barcode in an image with Python and Pyzbar.