Skip to content
View John-Ao's full-sized avatar

Block or report John-Ao

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. matlab code to test your tone deafness matlab code to test your tone deafness
    1
    f0=440;
    2
    diff=2^(1/12/256);
    3
    % disp(diff-1);
    4
    
    
    5
    if rand>0.5
  2. calc-pro calc-pro Public

    Calc Pro written in different languages

    Python

  3. firewall-web-ui firewall-web-ui Public

    Firewall web UI for for Computer Network Technology and Experiment class 2020.

    HTML

  4. FPGA-MIPS-Pipeline FPGA-MIPS-Pipeline Public

    VHDL

  5. MangaReader MangaReader Public

    simple image viewer with touch screen support in Qt C++

    C++ 1

  6. Tomasulo Tomasulo Public

    Tomasulo simulator, project for Computer Architecture class 2020.

    C++