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. 7GUIs 7GUIs Public

    Implementation of 7GUIs in React + TypeScript + MobX

    TypeScript

  3. uta-net-lyrics-tagger uta-net-lyrics-tagger Public

    Get lyrics from uta-net.com and write them to your audio files

    Python 1

  4. Generating reading pairs / furigana ... Generating reading pairs / furigana string
    1
    from enum import Enum
    2
    from typing import Dict, List, Tuple
    3
    from jaconv import kata2hira
    4
    import unicodedata
    5
    
                  
  5. 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