Skip to content
View e-chenxu's full-sized avatar
  • Computer Engineering at UC Irvine
  • Irvine, CA
Block or Report

Block or report e-chenxu

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

Hello! 👋 My name is Eric Chen.

I am a rising senior studying Computer Engineering at UC Irvine. I study embedded systems, but in my free time I like to focus more on the software side of computers. Career interests of mine include hardware engineering, software engineering, and web/app developing.

  • 💻 I’m currently learning database structures, artificial intelligence, and computer architecture.

  • 👯 I'm open to collaborating on projects utilizing embedded systems and machine learning.

  • 🎧 Hobbies: Practicing archery 🏹, catching up on tech 💻, and light exercising 🏃!

  • 📫 Email: cheneric.xu@gmail.com


Languages, Tools, and Frameworks 👨‍💻

C  C++  Python    Java  React  CSS  HTML  JavaScript  MySQL               

Pinned Loading

  1. Chess-Game-AI Chess-Game-AI Public

    Chess text game that includes an AI equipped with a minimax (alpha-beta pruning) search algorithm

    C 1

  2. Similar-Spotify-Playlists Similar-Spotify-Playlists Public

    Grabs playlists on Spotify that are similar to any inputted playlist.

    CSS 1 1

  3. Notepad-Extension Notepad-Extension Public

    A simple notepad Google Chrome extension which allows deleting, editing, and saving notes.

    JavaScript

  4. Android-Calculator Android-Calculator Public

    One of my first projects! An Android Calculator App that follows order of operations exactly like the iPhone app

    Java

  5. Smart-Fan Smart-Fan Public

    A fan with smart features written in Python on a Raspberry Pi 400.

    Python

  6. Multithreaded-Merge-Sort Multithreaded-Merge-Sort Public

    The famous merge sort, but upgraded with multithreading

    C++