This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Adafruit_AHTX0.h> | |
#include <Adafruit_BMP280.h> | |
Adafruit_AHTX0 aht; | |
Adafruit_BMP280 bmp; | |
void setup() { | |
unsigned status; | |
// Xiao nRF52840 specific pins: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#0077c2", | |
"foreground": "#ffffff", | |
"leading_diamond": "\u256d\u2500\ue0b6", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format = """ | |
[](#DA627D)\ | |
$directory\ | |
[](fg:#DA627D bg:#DC815D)\ | |
$git_branch\ | |
$git_status\ | |
[](fg:#DC815D bg:#76ABC8)\ | |
$c\ | |
$cmake\ | |
$dotnet\ |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wikipedia.org | |
www.wikipedia.org | |
en.wikipedia.org | |
eo.wikipedia.org |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"u1faa6": "headstone", | |
"u0038-ufe0f-u20e3": "keycap-8", | |
"u1f469-u200d-u1f9b1": "woman-curly-hair", | |
"u1f96b": "canned-food", | |
"u1f362": "oden", | |
"u2620-ufe0f": "skull-and-crossbones", | |
"u1f1ff-u1f1f2": "flag-zambia", | |
"u1f5e8-ufe0f": "left-speech-bubble", | |
"u1f3ae": "video-game", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
INFO='\e[38;05;14m' | |
NC='\033[0m' # No Color | |
# https://github.com/hodgesmr/mastodon_digest | |
cd ~/Projects/github/mastodon_digest/ | |
echo -e "${INFO}🐘 getting latest...${NC}"; | |
git fetch && git pull | |
echo -e "${INFO}generating content index...${NC}"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
from mastodon import Mastodon, StreamListener | |
# etc... | |
class TimelineListener(StreamListener): | |
def __init__(self): | |
print("Listener created.") | |
def on_notification(self, notification): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
https://userstyles.world/style/7330/default-slug | |
https://gist.github.com/dieseltravis/77c99bef0312486639d5aad46139eb22 | |
*/ | |
a.button[href='/publish'], | |
.compose-form__publish-button-wrapper button.button.button--block, | |
.compose-form__actions .compose-form__submit button{ | |
display: flex; | |
align-items: center; |
NewerOlder