Skip to content
View athiri's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report athiri

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
athiri/README.md
  • 👋 Hi, I’m Mark, a junior at Stanford, majoring in Computer Science(AI+Systems track)
  • I love writing clean, performant, and maintainable code.
  • 👀 I’m interested in building highly scalable low-latent distributed systems.
  • 📫 Reach me at [email protected]

Pinned Loading

  1. aeron aeron Public

    Forked from real-logic/aeron

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport

    Java

  2. Android-IMSI-Catcher-Detector Android-IMSI-Catcher-Detector Public

    Forked from CellularPrivacy/Android-IMSI-Catcher-Detector

    AIMSICD • Fight IMSI-Catcher, StingRay and silent SMS!

    Java

  3. awesome-machine-learning-in-compilers awesome-machine-learning-in-compilers Public

    Forked from zwang4/awesome-machine-learning-in-compilers

    Must read research papers and links to tools and datasets that are related to using machine learning for compilers and systems optimisation

  4. llvm-kaleidoscope llvm-kaleidoscope Public

    Forked from ghaiklor/llvm-kaleidoscope

    LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)

    C++

  5. wcc wcc Public

    Forked from endrazine/wcc

    The Witchcraft Compiler Collection

    C

  6. yet another radare2 cheatsheet.md yet another radare2 cheatsheet.md
    1
    # radare2
    2
    
                  
    3
    load without any analysis (file header at offset 0x0): `r2 -n /path/to/file`
    4
    
                  
    5
      - analyze all: `aa`