Skip to content
View shenbenson's full-sized avatar

Highlights

  • Pro

Organizations

@MinuteType

Block or report shenbenson

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
shenbenson/README.md

GIF

👋 Hey, I'm Yubin (Benson)

  • 🌱 I’m a 4th year ECE student at the University of Waterloo.
  • 🖥️ I enjoy coding and video games!
  • 😄 My fields of interest are Web Dev, Software Dev, and ML.
  • ⚡ I like to play badminton and basketball!

⌨️ Languages

JS Python Java HTML CSS PHP

📫 Contact

Pinned Loading

  1. SignMyYearbook SignMyYearbook Public

    In this time where we need to be social distancing, I created a tool (website) that could allow people to register for their own yearbook page, and allow others to sign on them.

    PHP

  2. Online-Shop-Model Online-Shop-Model Public

    A mock online retail website created with HTML, CSS, PHP, MySQL, and JavaScript. It imports product information from CSV files to set up the database. Uses PHP scripts to dynamically generate web p…

    PHP 1

  3. Connect4 Connect4 Public

    Connect-4 game made with Python & PyGame. Uses the Minimax algorithm with Alpha-beta pruning for single-player mode.

    Python

  4. YJunZheng/Twitchionary YJunZheng/Twitchionary Public

    A twitch-themed pictionary game made for streamers. Created with JavaScript and tmi.js.

    JavaScript 1

  5. COVID-19-Bot COVID-19-Bot Public

    Built with Python and the Tweepy library. Provides users with the newest COVID-19 info daily, and upon user's request.

    Python

  6. TicTacToeAI TicTacToeAI Public

    A tic tac toe AI that never loses. It is built with Minimax with Alpha-beta pruning. The program looks at all the possible moves ahead and decides on the best move based on its score.

    Python