Skip to content
View Eric-Bokai-Zhang's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Block or report Eric-Bokai-Zhang

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

Popular repositories Loading

  1. vec2text_upstream vec2text_upstream Public

    Forked from jxmorris12/vec2text

    utilities for decoding deep representations (like sentence embeddings) back to text

    Python 1

  2. Sound-of-Pixels Sound-of-Pixels Public

    Forked from hangzhaomit/Sound-of-Pixels

    Codebase for ECCV18 "The Sound of Pixels"

    Python

  3. checkedc-safe-mm-misc checkedc-safe-mm-misc Public

    Forked from jiezhoucs/checkedc-safe-mm-misc

    Miscellaneous stuffs for the Checked C Temporal Memory Safety Project

    C

  4. checkedc-clang checkedc-clang Public

    Forked from jiezhoucs/checkedc-clang

    This repo contains a version of clang that is being modified to support Checked C. Checked C is an extension to C that adds checking to detect or prevent common programming errors such as out-of-bo…

    C++

  5. checkedc-llvm checkedc-llvm Public

    Forked from jiezhoucs/checkedc-llvm

    This repo contains a version of the LLVM that is being modified to support Checked C. Checked C is an extension to C that adds checking to detect or prevent common programming errors such as out-of…

    LLVM

  6. checkedc checkedc Public

    Forked from jiezhoucs/checkedc

    Checked C is an extension to C that adds checking to detect or prevent common programming errors such as buffer overruns and out-of-bounds memory accesses. This repo has a wiki for Checked C, sampl…

    C