Skip to content

Instantly share code, notes, and snippets.

View dsantiago's full-sized avatar

Diogo Santiago dsantiago

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dsantiago
dsantiago / Autoencoder.ipynb
Last active September 3, 2023 20:23
Code for PEL309- CIência de Dados (Profa. Leila)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dsantiago
dsantiago / JsonParser.ipynb
Last active August 9, 2023 04:47
JsonParser.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dsantiago
dsantiago / Leds-Ohms.ipynb
Last active September 22, 2021 01:46
Resistência min e max. necessárias p/ um LED.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dsantiago
dsantiago / LCD.cpp
Last active June 29, 2021 17:21
Correcting LCD malfunction
#include <WiFi.h>
#include <Wire.h>
extern "C" {
#include "freertos/FreeRTOS.h"
#include "freertos/timers.h"
}
#include <AsyncMqttClient.h>
#include <LiquidCrystal_I2C.h>