Skip to content
View Forrest-Li's full-sized avatar
🏞️
Itchy feet ⛰
🏞️
Itchy feet ⛰
  • MSCS, NEU
  • Vancouver, CA

Highlights

  • Pro
Block or Report

Block or report Forrest-Li

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

Pinned

  1. EnergyEfficientFireDetector EnergyEfficientFireDetector Public

    A computer vision based approach for fast & accurate fire detection.

    Python 3

  2. nyc-yellow-taxi-vis nyc-yellow-taxi-vis Public

    NYC Yellow Taxi analysis & visualization by R with RShiny app

    R

  3. .zshrc | Inherited from prev. Ubuntu... .zshrc | Inherited from prev. Ubuntu, last use Mac Nov/16/2021
    1
    # If you come from bash you might have to change your $PATH.
    2
    # export PATH=$HOME/bin:/usr/local/bin:$PATH
    3
    
                  
    4
    # Path to your oh-my-zsh installation.
    5
    export ZSH="/Users/forrestli/.oh-my-zsh"
  4. .vimrc | customized for universal use .vimrc | customized for universal use
    1
    """" From example_vimrc
    2
    " When started as "evim", evim.vim will already have done these settings, bail
    3
    " out.
    4
    if v:progname =~? "evim"
    5
      finish