Skip to content
View ballgoesvroomvroom's full-sized avatar
🎐
stacks
🎐
stacks
Block or Report

Block or report ballgoesvroomvroom

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
ballgoesvroomvroom/README.md

what am i up to?

really busy eating school textbooks like its a buffet 🍽️

Anurag's GitHub stats

Pinned

  1. AP_MALPorter AP_MALPorter Public

    Uses the .json list retrieved from AP to import into MAL.

    Python 1

  2. TableHandler TableHandler Public

    a custom handler that comes packed with many features for array manipulation; luau - roblox

    Lua

  3. redef redef Public

    Full stack studying web application with users implementation; mainly for personal uses

    JavaScript

  4. harser-k harser-k Public

    The Kotlin variant of Harser

    Kotlin

  5. beebuzz beebuzz Public

    a spelling bee gimmick?

    JavaScript

  6. parser to parse entries in cc-cedict... parser to parse entries in cc-cedict to store mapping of simplified characters to their corresponding pinyin with the correct unicode
    1
    import json
    2
    import re
    3
    
                  
    4
    LINE_SPLIT = re.compile("^.*?\s(.*?)\s\[(.*?)\].*?$") ## group 1 is the simplified, group 2 is the pinyin
    5
    TONE_MAP = {