Author: chenpan

  • Happy New Year of the Ox

    Today is the first day of the Year of the Ox, which happens once in twelve years. So, whether you are celebrating it or not, I wish you a prosperous year!

  • You Can Now Use Your Face to Play the Classical Snake Game

    Did you use to be addicted to Snake? Now, with the help of a TensorFlow model called PoseNet, you can get a totally different experience with this classical game. That’s because: You can now use your face to control the snake! Have a try here: https://projects.chenpan.xyz/snake/ Demo Acknowledgements:

  • Get UofT Access

    A Chrome extension that automatically redirects webpages to myaccess.utoronto.ca with one-click. Save people’s time! It may take people 5 seconds to 10 seconds to copy and paste myaccess.utoronto.ca in the address bar, but now it is just one click. More Background: For many papers we find online, they are not free or are login-required. For…

  • Personal Website

    So far, there have been four versions of my personal website. HTML+CSS+JavaScript (Version 1) At the very beginning, my personal website was HTML+CSS+JavaScript, with no backend, just frontend. Even though it could be hosted in GitHub pages, I still hosted it on a server. Link: Pan Chen’s Website (first version) HTML+CSS+JavaScript+PHP+MySQL (Version 2) I brought…

  • SickKids Uroflow

    SickKids Uroflow was a project for UofT’s CSC301 course, in which I worked as a front-end developer with a team of seven. We partnered directly with The Hospital for Sick Children (SickKids) to develop this application. We built both a web app and a mobile app. Through our product, patients can have the sound of…

  • Personal Website Redesigned

    From HTML+CSS+JavaScript, to Vanilla PHP, From Vanilla PHP, to Laravel, From Lravel, BACK to WordPress.

  • CSC301: Pizza Parlour APIs

    I created the Web APIs with Python and Flask in a CSC301 assignment. Both integration and unit tests are done, making sure that the features: order pizza, order drink, change order, check menu, set delivery, and so on, were implemented correctly.