Skip to content

Instantly share code, notes, and snippets.

View Forrest-Li's full-sized avatar
🏞️
Itchy feet ⛰

Forrest Li Forrest-Li

🏞️
Itchy feet ⛰
  • MSCS, NEU
  • Vancouver, CA
View GitHub Profile

計算機演算法 作業1 - 分析 sorting 時間

資訊三丁 D0668937 李元熙


一、環境

  • OS: 18.04.1-Ubuntu LTS
  • Prog. language: C

計算機演算法 作業2 - Convex Hull 實作

資訊三丁 D0668937 李元熙


一、環境

  • OS: 18.04.1-Ubuntu LTS
  • Prog. language: Python
@Forrest-Li
Forrest-Li / .vimrc
Last active June 18, 2021 18:08 — forked from chrisyeh96/.vimrc
.vimrc | customized for universal use
"""" From example_vimrc
" When started as "evim", evim.vim will already have done these settings, bail
" out.
if v:progname =~? "evim"
finish
endif
" Get the defaults that most users want.
source $VIMRUNTIME/defaults.vim

物件導向設計實習 第一次作業

提供程式架構:

Homework_calculator/calculator/

-- Main.c
-- Makefile.make
-- math_basic.c, math_basic.h //基本運算函式,包含(整數與浮點數的)加、減、乘、除運算
-- math_ext.c, math_ext.h //擴充運算函式,可自己定義更多功能,比如計算時間減法、費氏(斐波那契)数列第n項等,腦洞越大,加分越多~
@Forrest-Li
Forrest-Li / .zshrc
Last active October 22, 2023 11:50
.zshrc | Inherited from prev. Ubuntu, last use Mac Nov/16/2021
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/forrestli/.oh-my-zsh"
# Load nerd fonts icons
# By Forrest@03/03/2021
source ~/Documents/nerd_fonts_download/i_all.sh
@Forrest-Li
Forrest-Li / Image Processing HW1.md
Last active June 25, 2021 14:17
Image Processing HW1

HW1: 基本影像處理功能-放大/縮小/模糊化

—— Image Processing 課程作業報告







@Forrest-Li
Forrest-Li / Image Processing HW2.md
Last active May 3, 2021 14:14
Image Processing HW2

HW2: Color Conversion & Morphological Operations

—— Image Processing 課程作業報告







Final Project Proposal

—— Image Processing 課程期末專題提案






@Forrest-Li
Forrest-Li / Image Processing HW3.md
Last active June 8, 2021 14:20
Image Processing HW3

HW3: 邊緣偵測與線段偵測-Canny Edge Detection / Hough Transform

—— Image Processing 課程作業報告







@Forrest-Li
Forrest-Li / Eclipse_Format_profile_Forrest.xml
Created December 13, 2021 22:24
Last used: Eclipse Version: 2021-06 (4.20.0); Updated: Dec/13/2021
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="21">
<profile kind="CodeFormatterProfile" name="Eclipse [Forrest customized]" version="21">
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines"/>
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/>