Skip to content
View DesyncTheThird's full-sized avatar
🌺
ᗜˬᗜ fumo
🌺
ᗜˬᗜ fumo

Organizations

@Warwick-Maths-Society

Block or report DesyncTheThird

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. corne-keymap corne-keymap Public

    QMK keymap for the Corne keyboard, optimised for writing (La)TeX and C files.

    C 22 4

  2. DesyncTheThird.github.io DesyncTheThird.github.io Public

    A mathematics reference book.

    HTML 8

  3. OLED-art OLED-art Public

    1-bit art for OLED screens

    7

  4. mgsium/102_comb_lean mgsium/102_comb_lean Public

    Lean proofs of (some) problems from the book "102 Combinatorial Problems"

    Lean 9 3

  5. PGF-TikZ PGF-TikZ Public

    Notes, demos, and template files for a PGF/TikZ course I'm teaching.

    TeX

  6. LaTeX Snippets LaTeX Snippets
    1
    global
    2
    function math(context) {
    3
        return context.scopes.some(s => s.startsWith("meta.math"));
    4
    }
    5
    endglobal