Skip to content

Instantly share code, notes, and snippets.

View jwyg's full-sized avatar
🍊

Jonathan Gray jwyg

🍊
View GitHub Profile
@zero-mstd
zero-mstd / export_mastodon_followers.py
Last active December 8, 2024 15:05
A tool for exporting Mastodon followers
###############################################################################
# A tool for exporting Mastodon followers
# Author: Zero
# Last update: 2022-02-09
###############################################################################
# Usage
#
# 1. Save this code as `export_mastodon_followers.py` in your computer.
#
# 2. Edit it, note that there are three places need to be changed:
@seanh
seanh / html_tags_you_can_use_on_github.md
Last active January 24, 2026 03:23
HTML Tags You Can Use on GitHub

HTML Tags You Can Use on GitHub

Wherever HTML is rendered on GitHub (gists, README files in repos, comments on issues and pull requests, ...) you can use any of the HTML elements that GitHub Flavored Markdown (GFM) provides syntactic sugar for. You can either use the syntactic sugar that GFM (or other GitHub-supported markup language you're using) provides or, since Markdown can contain raw HTML, you can enter the HTML tags manually.

But GitHub also allows you to use a few HTML elements beyond what Markdown provides by entering the tags manually, and some of them are styled with CSS. Most raw HTML tags get stripped before rendering the HTML. Those tags that can be generated by GFM syntactic sugar, plus a few more, are whitelisted. These aren't documented anywhere that I can find. Here's what I've discovered so far:

<details> and <summary>

A `<detai

@pax
pax / CSV wrangling.md
Last active January 15, 2026 07:08
Tools & cli snippets for handling large csv files

tags: cheatsheet, csv, json, dev

Largeish data wrangling (csv, json)

  • Desktop apps
  • Web Apps
  • CLI Tools
  • CLI Snippets