You are here |
www.mathieupassenaud.fr | ||
| | | |
vin01.github.io
|
|
| | | | What is Hagrid ? | |
| | | |
everttimberg.io
|
|
| | | | Flask is a simple Python framework for creating web applications. It can be used to create API servers in a microservices architecture. When doing so, it is helpful to provide API documentation that ships with your service. This post outlines a technique for shipping OpenAPI v3 documentation from your service while co-locating the documentation with the API implementation. Keeping the documentation with the route definition ensures that it is easy to update, updates can be clearly identified during code ... | |
| | | |
blog.keras.io
|
|
| | | | ||
| | | |
blog.squix.org
|
|
| | Logic Analyzers can be quite useful to test and analyze hardware. In this short video I explain how to use the cheap LHT00SU1 logic analyzer together with PulseView on Mac OS X to test a new ESP32 development board. https://youtu.be/PHADbXs1rJQ Here is the code used to create the signals #include uint8_t pins [] =... |