Skip to content
View terrenceshang's full-sized avatar

Block or report terrenceshang

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
terrenceshang/README.md
  • 👋 Hi, I’m @Zenan Shang
  • 👀 I’m interested in becoming a computer scientist specializes in AI, VR and computer game design.
  • 🌱 I’m currently learning Bachelors of Business Science Specializes in Computer Science at the University of Cape Town. I am currently in my fourth year (Honors).
  • 💞️ I’m looking to collaborate on a software engineering or any related internship to allow myself to learn more about comuputer science.
  • 📫 Email: shnzen001@myuct.ac.za Phone: +27 65 939 7280

Popular repositories Loading

  1. CS-Capestone-Project CS-Capestone-Project Public

    Python 1

  2. UDP-Socket-Programming UDP-Socket-Programming Public

    A python client server chat application that can allow two or more users to communicate through terminal. They are encrypted private servers ensuring maximum security for the users.

    Python

  3. Paging-simulator Paging-simulator Public

    A python program that implements FIFO, LRU, OPT algorithm. It generates a random page reference and record that number of page fault incurred by each algorithm and the pages that is left in the frame

    Python

  4. Process-scheduling Process-scheduling Public

    CPU process scheduling and to give you some experience with testing and implementing scheduling using a simulator

    Java

  5. Fork-Join Fork-Join Public

    Smooth one-dimensional time series data using a median filter. Compare the difference in time to complete between data smoothing using sequencial method and fork join method

    HTML

  6. Multithreaded-typing-game Multithreaded-typing-game Public

    A multithreaded Java program, ensuring both thread safety and sufficient concurrency for it to work well. This is a multithreaded typing game

    Java