44
44
code > span .cv { color : # 60a0b0 ; font-weight : bold; font-style : italic; } /* CommentVar */
45
45
code > span .in { color : # 60a0b0 ; font-weight : bold; font-style : italic; } /* Information */
46
46
</ style >
47
+ < script src ="//use.edgefonts.net/source-code-pro.js "> </ script >
47
48
< script type ="text/javascript " src ="/lecture/lib/reveal.js-3.5.0/plugin/highlight/highlight.js "> </ script >
48
49
< script > hljs . initHighlightingOnLoad ( ) ; </ script >
49
50
< link rel ="stylesheet " type ="text/css " href ="/lecture/lib/reveal.js-3.5.0/css/theme/solarized.css ">
54
55
< h1 class ="title "> プログラミング第一</ h1 >
55
56
< h2 class ="author "> Ken Wakita (< a href ="https://is-prg1b.github.io/lecture/ " class ="uri "> https://is-prg1b.github.io/lecture/</ a > )</ h2 >
56
57
</ div >
58
+ < p > < a href ="/lecture/note/ "> トップページへ</ a > </ p >
59
+ < hr />
57
60
< h1 id ="講義資料等 "> 講義資料等</ h1 >
58
61
< ul >
59
- < li > < p > 9月26日 — < a href ="https://github.com/is-prg1b/lecture/raw/master/slide/day01.pdf "> 講義資料</ a > / < a href ="https://github.com/is-prg1b/ lx01" > サンプルコード </ a > / < strong > 次回小テスト</ strong > </ p > </ li >
60
- < li > < p > 9月29日 — < a href ="/lecture/slide/lx02.html "> 講義資料</ a > / < a href ="https://github.com/is-prg1b/lecture/ " > サンプルコード </ a > ( < code > lx02a </ code > - < code > lx02k </ code > projects) </ p > </ li >
62
+ < li > < p > 9月26日 — < a href ="https://github.com/is-prg1b/lecture/raw/master/slide/day01.pdf "> 講義資料</ a > / サンプルコード (sbt project: < code > lx01 </ code > ) / < a href ="/lecture/note/ lx01-makefile.html " > makeとMakefile </ a > / < strong > 次回小テスト</ strong > </ p > </ li >
63
+ < li > < p > 9月29日 — < a href ="/lecture/slide/lx02.html "> 講義資料</ a > / サンプルコード (sbt projects: < code > lx02a </ code > – < code > lx02k </ code > ) / < a href ="/lecture/note/lx02-tests.html " > テスト実行のログ </ a > / < a href =" /lecture/quiz/quiz01.html " > 小テスト </ a > </ p > </ li >
61
64
</ ul >
62
65
< h1 id ="講義内容についての質問など "> 講義内容についての質問など</ h1 >
63
66
< p > < a href ="https://github.com/is-prg1b/lecture/issues/new "> 質問,疑問等の受け付け先</ a > .受け付けた質問は教員,TA,履修生で共有されます.これ以外の人々には公開されません.</ p >
@@ -78,10 +81,11 @@ <h1 id="講義内容についての質問など">講義内容についての質
78
81
</ dd >
79
82
</ dl >
80
83
< h1 id ="gitリポジトリの初期化 "> Gitリポジトリの初期化</ h1 >
81
- < p > 以下のような要領で< code > git</ code > コマンドを実行するとGitHub上のリポジトリを複製できます.</ p >
82
- < div class ="sourceCode "> < pre class ="sourceCode bash "> < code class ="sourceCode bash "> < span class ="fu "> git</ span > clone git@github.com:is-prg1b/lecture
83
- < span class ="fu "> git</ span > clone git@github.com:is-prg1b/lx01</ code > </ pre > </ div >
84
+ < p > 以下の要領で< code > git</ code > コマンドを実行するとGitHub上のリポジトリを複製できます.</ p >
85
+ < div class ="sourceCode "> < pre class ="sourceCode bash src "> < code class ="sourceCode bash "> < span class ="fu "> git</ span > clone git@github.com:is-prg1b/lecture</ code > </ pre > </ div >
84
86
< p > GitHubのデータが更新された場合は,適宜 < code > git pull</ code > して下さい.最新版に更新できます.</ p >
85
87
< p > GitHubから複製したデータを直接変更すると < code > git pull</ code > のときにエラーが出ます.</ p >
88
+ < hr />
89
+ < p > < a href ="/lecture/note/ "> トップページへ</ a > </ p >
86
90
</ body >
87
91
</ html >
0 commit comments