Skip to content

Instantly share code, notes, and snippets.

@eclairevoyant
eclairevoyant / all-vietnamese-syllables.txt
Created May 25, 2018 01:31 — forked from hieuthi/all-vietnamese-syllables.txt
All possibly existent Vietnamese syllables, created by combine all onsets with all rimes. More information can be found at: http://hieuthi.com/blog/2017/03/21/all-vietnamese-syllables.html
a
ai
am
an
ang
anh
ao
au
ay
ba
@eclairevoyant
eclairevoyant / trigger-screen-shot.py
Created April 22, 2023 11:24 — forked from danshick/trigger-screen-shot.py
Python script to trigger a screenshot via xdg-desktop-portal
#!/usr/bin/python3
# this used to live at https://gitlab.gnome.org/snippets/814
# but has since been deleted, the original author is unknown
# reuploading here for safe keeping
import dbus
import secrets
import re
@eclairevoyant
eclairevoyant / committer-progress.sh
Created June 22, 2024 15:18 — forked from lorenzleutgeb/committer-progress.sh
Nixpkgs Committer Progress
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p bash gh
set -eu
# See <https://gist.github.com/lorenzleutgeb/239214f1d60b1cf8c79e7b0dc0483deb>.
# Will exit non-zero if not logged in.
gh auth status
if [ $# == 1 ]