/learning

Primary LanguageJavaMIT LicenseMIT

learning

這是一個學習資料夾, 主要將學習的資料統整。

如何整理全部的儲存庫 (repository)

先加入儲存庫的來源。檔案皆與原本儲存庫的內容完全不相關

# step1 add remote
git remote add <name> <url> # copy
git remote add drone https://github.com/CHunYenc/drone-scripts.git # example
# step2 fetch
git fetch <name> # copy
git fetch drone # example
# step3 merge
git merge <name> <branch>
git merge drone main

C

首先感謝 C 語言,成為我第一個程式語言,感謝授課老師。

這邊是課程當中的基本邏輯題目、作業。

20210713 加入 C

學習的過程中一定會不斷地精進自己。

python3

主要為 python 的學習紀錄。

  • 學年-學期 為學期中學習的資料
  • CHU-lis 為計中的作業

php

主要為 php 的學習紀錄。

R

主要為 R 的學習紀錄。

java

主要為 java 的學習紀錄。