Skip to content
View Calvin-Xu's full-sized avatar
๐ŸŒน
่‡ช็”ฑใ‚’่ˆžใ†่–”่–‡ใฎใ‚ˆใ†ใซใ€€็งใฏไธ–็•Œใ‚’ๅค‰ใˆใ‚‹
๐ŸŒน
่‡ช็”ฑใ‚’่ˆžใ†่–”่–‡ใฎใ‚ˆใ†ใซใ€€็งใฏไธ–็•Œใ‚’ๅค‰ใˆใ‚‹

Organizations

@ftc358 @moeoverflow

Block or report Calvin-Xu

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. raytracer-challenge raytracer-challenge Public

    A functional implementation of the ray tracer described in The Ray Tracer Challenge

    Racket

  2. Auto-Incremental-Reading Auto-Incremental-Reading Public

    Easy incremental reading with auditable LLM-generated Anki decks

    Python 2

  3. 7GUIs 7GUIs Public

    Implementation of 7GUIs in React + TypeScript + MobX

    TypeScript

  4. Implementation of some math.h functions Implementation of some math.h functions
    1
    // uses only elementary methods
    2
    // guarantees none of speed, precision or accuracy
    3
    // I didn't read the specs
    4
    // does not handle any errors
    5
    // might be educational; definitely not practical