Skip to content
View rendello's full-sized avatar

Block or report rendello

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. templeos_font templeos_font Public

    A conversion of the classic 8x8 TempleOS font.

    Makefile 68 2

  2. minexew/Lsh minexew/Lsh Public

    Lambda Shell for TempleOS

    HolyC 51 7

  3. canada-census-2021-sqlite canada-census-2021-sqlite Public

    An unofficial consolidation of the Canada Census Profile, 2021 Census of Population into a SQLite database file.

    Python 2

  4. Unicode codepoints that expand or co... Unicode codepoints that expand or contract when case is changed in UTF-8. Good for testing parsers. Includes the data `utf8_case_data.rs` and the script to generate it, `generate_utf8.py`.
    1
    /*
    2
    Copyright (c) 2024 Rendello
    3
    4
    Permission to use, copy, modify, and/or distribute this software for any
    5
    purpose with or without fee is hereby granted.
  5. Unicode roundtrip-unsafe characters.... Unicode roundtrip-unsafe characters. They change to different characters (or sets of characters) when case is changed and then changed back.
    1
    Uppercase -> lowercase -> uppercase:
    2
    İ	i̇	İ			LATIN CAPITAL LETTER I WITH DOT ABOVE -> LATIN SMALL LETTER I, COMBINING DOT ABOVE -> LATIN CAPITAL LETTER I, COMBINING DOT ABOVE
    3
    Ω	ω	Ω			OHM SIGN -> GREEK SMALL LETTER OMEGA -> GREEK CAPITAL LETTER OMEGA
    4
    ẞ	ß	SS			LATIN CAPITAL LETTER SHARP S -> LATIN SMALL LETTER SHARP S -> LATIN CAPITAL LETTER S, LATIN CAPITAL LETTER S
    5
    K	k	K			KELVIN SIGN -> LATIN SMALL LETTER K -> LATIN CAPITAL LETTER K