Skip to content

Instantly share code, notes, and snippets.

View joadoumie's full-sized avatar

Jordi Adoumie joadoumie

  • Microsoft
View GitHub Profile
@joadoumie
joadoumie / jordi-omp.json
Last active February 20, 2024 21:05
Oh My Posh Theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#e9ac2f",
"foreground": "#8748dc",
"leading_diamond": "\ue0b6",
@joadoumie
joadoumie / quotes-and-colors-code.py
Last active January 12, 2024 21:21
Adafruit Matrix Portal
# SPDX-FileCopyrightText: 2020 John Park for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# Quote board matrix display
# uses AdafruitIO to serve up a quote text feed and color feed
# random quotes are displayed, updates periodically to look for new quotes
# avoids repeating the same quote twice in a row
import time