I'm a computer science student at the University of Toronto and a software engineer at Kortex.
- Languages: Python, Javascript/Typescript, Java, C#, C/C++, Rust
- Homepage: https://ianhuang.dev/
- LinkedIn: https://www.linkedin.com/in/ian-a-huang/
- Contact: [email protected]
A lightweight-syntax markup language designed for note taking
Features:
- Hand-written syntax parser with descriptive error messages
- Outputs standalone HTML files that can be viewed offline
- Familiar syntax similar to Markdown
- Full math and equation support utilizing LaTeX rendering
- In-browser live reload
Utilizes:
- Node/Typescript
- ExpressJS
A visual runtime simulator and partial implementation of the MIPS Assembly Language written in Rust
Features:
- Includes a view of the currently running part of the
.text
section along with disassembled instructions. - Includes a view of the current registers.
- Written as a visual command-line utility.
Utilizes:
- Rust
tui-rs
A machine learning project investigating risk factors for regional COVID-19 severity
Originally written as a project for CSC110 at the University of Toronto.
Features:
- Able to accurately predict COVID-19 case and death curves from limited geographic and demographic information about a region of the United States
- Supports GPU-accelerated model training and prediction
Utilizes:
- Python
- Tensorflow/Keras
- Matplotlib
- Tkinter