Skip to content

Instantly share code, notes, and snippets.

View srl295's full-sized avatar
:octocat:
`git bisect run make -j${CORES-1}`

Steven R. Loomis srl295

:octocat:
`git bisect run make -j${CORES-1}`
View GitHub Profile
@srl295
srl295 / missing.txt
Created June 12, 2026 00:26
CLDR-19115 missing from exemplars minus AlwaysOK and U+0020
# cic [Chickasaw] Summary modern Total missing from general exemplars: 12 [\u2060     ] × ~ ⁄ ∞ ≤ ≥ ¤]
# ckb [Central Kurdish] Summary modern Total missing from general exemplars: 49 [\u200C\u2060     ; ? ‘’ “” ] / \& # × ~ ⁄ ∞ ≤ ≥ ¤ a b c d e f g h ʻ i j k l m n o p q r s t u v w x y z]
# ckb_IR [Central Kurdish (Iran)] Summary modern Total missing from general exemplars: 1 [#]
# co [Corsican] Summary modern Total missing from general exemplars: 13 [\u2060     ] × ~ ⁄ ∞ ≈ ≤ ≥ ¤]
# cop [Coptic] Summary modern Total missing from general exemplars: 52 [\u2060 ︦ ̀ ̅     — ? … ‘’ “” \]] / \& # × ~ ⁄ ∞ ≤ ≥ ¤ a b c d e f g h ʻ i j k l m n o p r s t u v w x y z]
# en_UA [English (Ukraine)] Summary modern Total missing from general exemplars: 1 [ ]
# ff [Fula] Summary modern Total missing from general exemplars: 22 [\u2060    – — … ’ ” ] / \& # × | ~ ⁄ ∞ ≤ ≥ ¤ ʻ ʼ]
# ff_Adlm [Fula (Adlam)] Summary modern Total missing from general exemplars: 34 [𞥊 𞥇   – — , ⹁ ; \: ! ؟ … / \& # | ¤ 0 1 2 3 4 5 6 7 8 9 c d e i n o]
#
@srl295
srl295 / work-cldr.sh
Last active February 21, 2026 16:36
aliases for use with CLDR
#!/bin/bash
##
## The Seal Deer says: “Always make sure you understand a script before you run it!”
##
# Steven R. Loomis <srl295@gmail.com>
# CLDR aliases - https://cldr.unicode.org
# SPDX-License-Identifier: Unicode-3.0
# URL to this: <https://gist.github.com/srl295/d03bbcb37f2a9c6964ba251e41bbb7a2>
@srl295
srl295 / ack.md
Created March 10, 2025 22:51
ack.md

Special Thanks To

Some One, Some One, Some One, Some One, Some One, Some One, Some One, Some One,

@srl295
srl295 / foo.md
Last active February 26, 2025 17:43

window.findInventoryItem(itemType, metadata, [notFull])

', null, '#windowfindinventoryitemitemtype-metadata-notfull' ]

message.abnf

foo bar baz

@srl295
srl295 / subtypemap.txt
Last active April 19, 2024 18:17
CLDR Subtype Map
# -*- BEGIN CheckCLDR.Subtype Mapping -*-
# Format is URL "http..." followed by Subtype values, the latter separated by whitespace (linebreaks or spaces). commas are ignored.
# Trailing commas are allowed and ignored
# Each of the Subtypes is covered by documentation at that URL.
# Comment lines must START with a #, because # is used for HTML fragments.

|| type || code || status || count || codes || ||--------||------||--------||-------||-------|| || region || region || officially_assigned || 249 || AD-AG AI AL-AM AO AQ-AU AW-AX AZ BA-BB BD-BJ BL-BO BQ-BT BV-BW BY-BZ CA CC-CD CF-CI CK-CO CR CU-CZ DE DJ-DK DM DO DZ EC EE EG-EH ER-ET FI-FK FM FO FR GA-GB GD-GI GL-GN GP-GU GW GY HK HM-HN HR HT-HU ID-IE IL-IO IQ-IT JE JM JO-JP KE KG-KI KM-KN KP KR KW KY-KZ LA-LC LI LK LR-LV LY MA MC-MH MK-MZ NA NC NE-NG NI NL NO-NP NR NU NZ OM PA PE-PH PK-PN PR-PT PW PY QA RE RO RS RU RW SA-SE SG-SO SR-ST SV SX-SZ TC-TD TF-TH TJ-TO TR TT TV-TW TZ UA UG UM US UY-UZ VA VC VE VG VI VN VU WF WS YE YT ZA ZM ZW || || region || region || exceptionally_reserved || 7 || AC CP-CQ DG EA IC TA || || region || privateUse || private_use || 2 || XK ZZ || || macroregion || region || exceptionally_reserved || 3 || EU EZ UN || || mac

@srl295
srl295 / configuration.nix
Created December 29, 2023 18:04
disko-images test
# configuration.nix
{ config, modulesPath, pkgs, lib, ... }:
{
## imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
# networking.hostName = "nix";
networking.useDHCP = true;
boot.kernelParams = ["console=ttyAMA0,115200n8" "console=tty0"];
boot.consoleLogLevel = lib.mkDefault 7;
@srl295
srl295 / scancodes.json
Created September 29, 2023 00:01
scancodes for #9615
[
{
"scan": "0A",
"vname": "K_9",
"vcode": 57
},
{
"scan": "0B",
"vname": "K_0",
"vcode": 48
@srl295
srl295 / TestSanity.java
Created July 19, 2023 19:26
Crazy broken file
/*
*
This project is released under the free and open-source [Unicode License](./LICENSE), also known as _Unicode, Inc. License Agreement - Data Files and Software_. Note that some CLDR tools depend on libraries managed via Maven; use of these libraries is governed by separate license agreements.
SPDX-License-Identifier: Unicode-DFS-2016
### Copyright
Copyright © 1991-2023 Unicode, Inc.
All rights reserved.