Skip to content

Instantly share code, notes, and snippets.

@mxashlynn
mxashlynn / Learn GB Studio 3.x.md
Last active May 2, 2024 13:15
Lots of sites and videos to learn or level up your GB Studio skills! 🎮

Learn GB Studio 3.x

GB Studio continues to grow and improve. The 3.x series is far more powerful than earlier versions.

It is also a bit more complex to learn, but these resources can help you on your way!

@geekuillaume
geekuillaume / esphome-lilygot5.yaml
Created January 5, 2022 21:19
Configuration for ESPHome + LilyGo T5 4.7"
esphome:
name: lilygo-t5
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
logger:
@ajvillegas
ajvillegas / 01-custom-block.js
Last active May 14, 2024 15:19
Sample custom WordPress editor block and sidebar controls using using ES5 JavaScript syntax.
/**
* Custom WordPress block boilerplate.
*
* @package My_Block_Package
* @author Alexis J. Villegas
* @link http://www.alexisvillegas.com
* @license GPL-2.0+
*/
( function( blocks, editor, element ) {
@michaellunzer
michaellunzer / codecard3.yaml
Created October 21, 2020 02:23
ESPHome ePaper 2.7inch Display ESP8266
esphome:
name: codecard3
platform: ESP8266
board: esp12e
# on_boot:
# - output.turn_off: onboard_led
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
@Bolukan
Bolukan / Aliexpress_items.user.js
Last active July 28, 2023 14:17
Aliexpress_items
// ==UserScript==
// @name Extract AliExpress Order Detail Pages
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Extract the contents from AliExpress order detail pages, while also removing all svg tags
// @author You
// @match https://www.aliexpress.com/p/order/detail.html*
// @grant none
// ==/UserScript==