How to use the py-linq module, which brings the LINQ operators to Python
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: Finding the intersection between two arrays
How to obtain the intersection between two integer arrays, using cpplinq on the ESP8266 and on the ESP32.
ESP8266 Arduino: Testing the cpplinq library
Testing the cpplinq library on the ESP8266.
ESP32 cpplinq: Filtering arrays of objects
How to filter an array of objects, using cpplinq on the ESP32.
ESP32 cpplinq: combining the skip and take operators
Implementing pagination on the ESP32, using the Arduino core and the cpplinq library.
ESP32 cpplinq: The take operator
How to apply the cpplinq take operator, using the ESP32.
ESP32 Arduino cpplinq: The skip operator
Using the cpplinq skip operator, running on an ESP32.
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.