Skip to content

Instantly share code, notes, and snippets.

View sarinmsari's full-sized avatar

Sarin M sarinmsari

View GitHub Profile
@prologic
prologic / LearnGoIn5mins.md
Last active June 20, 2024 04:04
Learn Go in ~5mins
@youjunjer
youjunjer / gist:c2068b70f124ee657ef5561cc01902e6
Last active March 4, 2024 19:10
ESP32-CAM take pictures and HTTP POST file to server
//Change Tools/Partition/Scheme to Minimal SPIFFS (Large APPS with OTA)
//IR sensor set at GPIO13
//Must Insert SD card
#include "esp_camera.h"
#include <WiFi.h>
#include "esp_timer.h"
#include "img_converters.h"
#include "Arduino.h"
#include "fb_gfx.h"
@frankyonnetti
frankyonnetti / CSS--hex-opacity-values.css
Last active December 8, 2023 05:56
#css Hex Opacity Values
/*
* Hex Opacity Values
*/
100% — FF
95% — F2
90% — E6
85% — D9
80% — CC
75% — BF