Basic Git Tutorial
最近終於下定決定把很久以前的這份Git and GitHub 改版了
聽說這份在我進實驗室前,就已經被不想教大家 Git 的學長拿去流傳 ...
新版: Git Tutorial
Using GitHub to Develop Software Collaboratively
這是兩年前 GitHub 來成大教育課程的筆記
最近在整理 git 的筆記才翻出來
因為當時是以英文進行,課程筆記就也用英文做了
這篇的內容可能比較雜亂,之後還會再整理進另一篇 git 的筆記
Scrollable RISE
RISE 是一套結合jupyter-notebook 和reveal.js 的專案
讓我們能在 jupyter notebook 直接開啟如同 reveal.js 的 slide
解決更新 gcc 找不到 libgfortran.3.dylib (Octave,R)
最近在 mac 上更新了 gcc 6 後,不管是開 Octave 還是 R
都會出現以下的錯誤訊息
dyld: Library not loaded: /usr/local/lib/gcc/5/libgfortran.3.dylib
Referenced from: /usr/local/Cellar/r/3.3.0/R.framework/Versions/3.2/Resources/lib/libR.dylib
Reason: image not found
Trace/BPT trap: 5
External.js - Load HTML in Reveal.js
reavel.js 提供了 data-markdown="example.md"
這個 tag 可以載入外部的 markdown
卻沒提供可以載入 html 的 tag
於是就有人寫了這個External.js