Skip to content
View yc-LoAndy's full-sized avatar

Block or report yc-LoAndy

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. RISCV-Pipelined-CPU RISCV-Pipelined-CPU Public

    A simple CPU supporting multiple basic instructions, with branch predictor. Implemented with Verilog.

    Verilog

  2. MultiAgent-Pacman MultiAgent-Pacman Public

    Implementation of well-known Pacman game agents. This is the HW2 programming part for 111-2 FAI, Foundations of Artificial Intelligence, NTU.

    Python

  3. HTTP-Client-Server HTTP-Client-Server Public

    Implementation of Client-Server model with HTTP protocols in C socket programming. This is the assignment 2 of 2023 Fall Computer Network, National Taiwan University.

    C

  4. SACK-Data-Transfer-Protocol SACK-Data-Transfer-Protocol Public

    Implementation of SACK (Selective Acknowledgement) file transfer protocol: a hybrid version of two pipelined reliable data transfer protocol, Go-Back-N and Selective Repeat. This is the assignment …

    C

  5. Digits-Recognition-with-CNN Digits-Recognition-with-CNN Public

    A CNN-based deep learning model recognizing hand-written digits for practicing purpose. The model is trained on MNIST handwirtten digits database and have the ability to generalize to recognize my …

    Python