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

Highlights

  • Pro

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 24 4

  2. Reference-Book Reference-Book Public

    A mathematics reference book.

    HTML 8

  3. PGF-TikZ PGF-TikZ Public

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

    TeX

  4. images images Public

    Some funny images I use online.

    1

  5. mgsium/102_comb_lean mgsium/102_comb_lean Public

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

    Lean 9 3

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