How to tile an image so it repeats itself both vertically and horizontally with Python, OpenCV and numpy.
Node.js: Converting Array to Buffer
Converting an integer array to a Node.js Buffer.
ESP32 / ESP8266 cpplinq: Getting last element of array that fills a criteria
How to get the last element of an array that fills a given criteria, using cpplinq.
ESP32 / ESP8266 Arduino: The pairwise operator
How to use the cpplinq pairwise operator, tested on the ESP32 and ESP8266, with the Arduino core.
ESP32 / ESP8266 cpplinq: The except operator
How to use the cpplinq except operator.
ESP32 / ESP8266 cpplinq: Finding the intersection between two arrays
How to obtain the intersection between two integer arrays, using cpplinq on the ESP8266 and on the ESP32.
ESP32 / ESP8266 cpplinq: Finding the union between two arrays
Applying the union operation over two arrays, using the cpplinq library on both the ESP32 and the ESP8266.
ESP32 / ESP8266 Arduino: Range-based for loop by reference
Range-based for loops by reference on the ESP32 and ESP8266, running the Arduino core.
ESP32 cpplinq: Removing duplicate elements of array
Removing duplicated elements from an array with cpplinq, running on the ESP32.
ESP32 cpplinq: Reversing an array
Reversing an integer array with cpplinq, running on the ESP32.