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

Block or report Cuberates

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cuberates/README.md
 cuberates@github ~ neofetch
             ..=                               Xuan Viet Duc Nguyen
            ...+**                             Host: Apple M1 MacBook Air (2020)
           ..:+*##                             
         ....++####                            Shell: zsh 5.9 (with Neovim)
         ...++*####=  ==      ......           Compiler: g++ 14.1.0 (-O3 -std=c++20)
        ...+++=*==========-.....-++*           Editor: Neovim / VSCode
       ..==+===========:.....=+++###           Debugger: gdb
       .============-.....++++#####            CPU: Apple M1 (8 cores)
      .--..............:++++######             GPU: Apple M1 Integrated
      ..-###########=..:+*#######              Memory: [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘] 16GB / 32GB
     .:###############-..:#####=               School: Simon Fraser University
     ###################.#+...==               
     ###################.#*=..==               GitHub: github.com/Cuberates
    ###########*###=####.+#+..==               
    ############====####.*#+.-=====            
    ########*+=====######.##-=====             
    ########====*########*.=====               
     ###################========               
      ###############   =======                
       =========            == 
  
 cuberates@github ~  β–ˆ

Pinned Loading

  1. cv-elevator cv-elevator Public

    Autonomous control module for elevator systems using Mediapipe. Developed onto an Arduino UNO R3 and mechanical parts.

    Python 1

  2. competitive-programming competitive-programming Public

    Competition files for programming contests. Pulled from platforms such as Codeforces, ICPC, Leetcode, AOC, and CSES

    C++ 1

  3. cmpt225-datastructures cmpt225-datastructures Public

    Implements static Circular Arrays, bijective HashMaps with Quadratic Probing algorithm for hashing, and Indexed Priority Queues.

    C++

  4. linear-algebra linear-algebra Public

    Matrix structure written in C++. It supports different arithmetic operations, serving as a backbone for implementations of numerical methods.

    C++ 1

  5. awafsck-esolang awafsck-esolang Public

    Interpreted Turing-complete Esoteric Programming Language (esolang) based on Brainfsck instructions with syntaxes derived from anthropomorphic cat noises??

    C++ 1

  6. matlab-minimax matlab-minimax Public

    Minimax Algorithm on n-dimensional Tic-Tac-Toe implemented in MATLAB

    MATLAB