Skip to content

Instantly share code, notes, and snippets.

@DeflateAwning
DeflateAwning / Helium-E5-DHT22.cpp
Created December 20, 2025 00:14 — forked from NorHairil/Helium-E5-DHT22
Code for Grove E5 sending data to Helium console
#include <Arduino.h>
#include <U8x8lib.h>
#include "DHT.h"
#define DHTPIN 0 // what pin we're connected to
// Uncomment whatever type you're using!
// #define DHTTYPE DHT11 // DHT 11
#define DHTTYPE DHT22 // DHT 22 (AM2302)
//#define DHTTYPE DHT21 // DHT 21 (AM2301)
@DeflateAwning
DeflateAwning / pixieset-scrape.js
Last active December 9, 2025 04:57 — forked from antiops/pixieset-scrape.js
pixieset.com dumper
/* pixieset.com full size image scraper
*
* Rips all images in highest quality
*
* To use, scroll to the very bottom of the album and press F12 then paste the below snippet in and press enter.
* The full file list will be copied to your clipboard. You can use jdownloader to easily download the full list.
*/
(() => {
const data = document.querySelectorAll('img')