Skip to content
View iahuang's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report iahuang

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

Hi, my name is Ian Huang 👋

I'm a computer science student at the University of Toronto and a software engineer at Kortex.

About

Featured Projects

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

Pinned

  1. nex-project/nex nex-project/nex Public

    A lightweight-syntax markup language designed for note taking

    TypeScript

  2. covariant covariant Public

    Investigating Risk Factors for Regional COVID-19 Severity

    Python

  3. taro taro Public

    A modern web framework inspired by Svelte and ReactJS

    TypeScript 5

  4. theloni-monk/rpistream theloni-monk/rpistream Public

    Basic lib for streaming video from a remote rasberry pi camera in real time -Built for NuvieBots

    Python 4

  5. checkmate checkmate Public

    An automatic chess match analysis tool for chess, similar to the one provided by chess.com.

    TypeScript

  6. juno juno Public

    A MIPS Assembler and Runtime Simulator, written in Rust

    Rust