Discover gists
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
| { | |
| "disarm": "0.14.1", | |
| "ucd": "17.0.0", | |
| "confusables": "17.0.0", | |
| "assigned_codepoints": 287346, | |
| "description": "Assigned code points where has_anomalies(x) is False but canonicalize(x) != x \u2014 input a detector-based accept gate calls clean and that is nonetheless not the canonical form of itself.", | |
| "schema": "rows[] = {cp, gc, name, canonicalize}. \"canonicalize\" is the rewritten output and is JSON \\uXXXX-escaped in the raw file, e.g. {\"cp\":\"U+FF21\",\"gc\":\"Lu\",\"name\":\"FULLWIDTH LATIN CAPITAL LETTER A\",\"canonicalize\":\"A\"}.", | |
| "count_total": 143804, | |
| "count_private_use_omitted": 137468, | |
| "count_listed": 6336, |
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 | |
| curl -G "https://api.github.com/search/code" \ | |
| -H "Authorization: Bearer ghp_B..." \ | |
| -H "Accept: application/vnd.github+json" \ | |
| --data-urlencode "q=class ViewModel extension:kt filename:ViewModel.kt size:>50000"|jq . |less |
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
| [ | |
| { | |
| "cp": "U+00BC", | |
| "name": "VULGAR FRACTION ONE QUARTER", | |
| "char": "\u00bc", | |
| "nfkc": "1\u20444", | |
| "canonicalize": "1/4", | |
| "delimiters": "/", | |
| "has_anomalies": false, | |
| "structural": true |
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
| { | |
| "disarm": "0.14.1", | |
| "ucd": "17.0.0", | |
| "confusables": "17.0.0", | |
| "assigned_codepoints": 287346, | |
| "description": "Assigned code points whose single-character input produces an empty string. Code points are given as contiguous ranges; the Private Use Area accounts for 137468 of them on every surface that strips PUA, so a flat row list would be almost entirely one block.", | |
| "schema": "surfaces.<fn>.ranges[] = {from, to, count} inclusive, hex U+XXXX", | |
| "surfaces": { | |
| "canonicalize": { | |
| "count": 137943, |
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/env python3 | |
| """Audit disarm against the canonicalization obligation of arXiv:2608.06508v1. | |
| Brömme, "Canonicalization Failures as a Recurring Vulnerability Class: | |
| Representation Divergence in Cryptographic Systems and Its Avoidance", | |
| Section 7.2 states the obligation and its five review steps; Section 2.2 names | |
| the two ways the uniqueness condition dec^-1({x}) = {enc(x)} can break: | |
| S-break several valid codes carry one object (object-side multiple representation) | |
| I-break one code carries several objects (code-side semantic collapse) |
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
| #!/usr/bin/env python3 | |
| r"""Census: which code points does `canonicalize` turn into ASCII punctuation, by | |
| which step, and does `has_anomalies` report them? | |
| `canonicalize` has two steps that can emit ASCII that the input did not contain: | |
| the leading NFKC, and the TR39 confusable fold. `inspect_anomalies` reports the | |
| first (AnomalyKind::CompatFold, #633, src/anomalies.rs:510-516) and has no rule | |
| for the second. This script measures the split. | |
| Run against disarm 0.14.1: |
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
| {"targetLanguage":"Latin American Spanish","translatorName":"Google","translatorModel":"Google","date":"2026-08-29 16:48:06","translationCount":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
| <?xml version="1.0" encoding="utf-8"?> | |
| <registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <user>S-1-5-21-3439078457-2042521009-2523227742-1000</user> | |
| <keys> | |
| <key installerType="Msi" displayName="Microsoft .NET Core Host FX Resolver - 2.0.7 (x64)" displayVersion="16.28.26407"> | |
| <RegistryView>Registry64</RegistryView> | |
| <KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2BB77856-A486-4C37-B9F3-3FA12838880C}</KeyPath> | |
| <DefaultValue /> | |
| <InstallLocation><![CDATA[]]></InstallLocation> | |
| <UninstallString><![CDATA[MsiExec.exe /X{2BB77856-A486-4C37-B9F3-3FA12838880C}]]></UninstallString> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>heavy_marts Gantt</title> | |
| <style> | |
| body { font-family: monospace; background: #1a1a2e; color: #eee; margin: 20px; } | |
| h2 { color: #a0c4ff; } | |
| .row { display: flex; align-items: center; height: 22px; margin: 2px 0; } | |
| .label { width: 380px; font-size: 11px; text-align: right; padding-right: 8px; flex-shrink: 0; overflow: hidden; white-space: nowrap; color: #ccc; } |
NewerOlder