4444code > span .in { color : # 60a0b0 ; font-weight : bold; font-style : italic; } /* Information */
4545 </ style >
4646 < link rel ="stylesheet " href ="lib/reveal.js-3.5.0/css/theme/solarized.css " type ="text/css " />
47- < link rel ="stylesheet " href ="lib /kw.css " type ="text/css " />
47+ < link rel ="stylesheet " href ="dev /kw.css " type ="text/css " />
4848</ head >
4949< body >
5050< div id ="header ">
5151< h1 class ="title "> プログラミング第一</ h1 >
5252</ div >
53- < style >
53+ <!-- style>
5454body {
5555 margin: 5em;
5656}
5757
5858code {
5959 color: #b44;
6060}
61- </ style >
61+ </style-- >
6262< script type ="text/javascript " src ="lib/reveal.js-3.5.0/plugin/highlight/highlight.js "> </ script >
6363< script > hljs . initHightlightingOnLoad ( ) ; </ script >
64+ < h1 id ="講義資料等 "> 講義資料等</ h1 >
65+ < ul >
66+ < li > 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 > </ li >
67+ </ ul >
6468< h1 id ="講義内容についての質問など "> 講義内容についての質問など</ h1 >
6569< p > < a href ="https://github.com/is-prg1b/lecture/issues/new "> 質問,疑問等の受け付け先</ a > .受け付けた質問は教員,TA,履修生で共有されます.これ以外の人々には公開されません.</ p >
6670< p > 少ないスタッフで大勢を教育する都合上,質問,疑問,それへの対応は可能な限り共有する方針としています.羞恥心などの理由から授業や課題に直接関連する質問を< strong > メールで送付しないで</ strong > 下さい.以下に issue で対応したい問い合わせ例を示します.</ p >
@@ -79,46 +83,6 @@ <h1 id="講義内容についての質問など">講義内容についての質
7983</ ul >
8084</ dd >
8185</ dl >
82- < h1 id ="講義資料とサンプルコード "> 講義資料とサンプルコード</ h1 >
83- < dl >
84- < dt > 講義資料</ dt >
85- < dd > < ul >
86- < li > < a href ="https://github.com/is-prg1b/lecture/raw/master/slides/day01.pdf "> day01</ a > <!--
87- - [day02](https://github.com/is-prg1b/lecture/raw/master/docs/day02.pdf)
88- - [day03](https://github.com/is-prg1b/lecture/raw/master/docs/day03.pdf)
89- - [day04](https://github.com/is-prg1b/lecture/raw/master/docs/day04.pdf)
90- - [day05](https://github.com/is-prg1b/lecture/raw/master/docs/day05.pdf)
91- - [day06](https://github.com/is-prg1b/lecture/raw/master/docs/day06.pdf)
92- - [day07](https://github.com/is-prg1b/lecture/raw/master/docs/day07.pdf)
93- - [day08](https://github.com/is-prg1b/lecture/raw/master/docs/day08.pdf)
94- - [day09](https://github.com/is-prg1b/lecture/raw/master/docs/day09.pdf)
95- - [day10](https://github.com/is-prg1b/lecture/raw/master/docs/day10.pdf)
96- - [day11](https://github.com/is-prg1b/lecture/raw/master/docs/day11.pdf)
97- - [day12](https://github.com/is-prg1b/lecture/raw/master/docs/day12.pdf)
98- - [day13](https://github.com/is-prg1b/lecture/raw/master/docs/day13.pdf)
99- - [day14](https://github.com/is-prg1b/lecture/raw/master/docs/day14.pdf) --> </ li >
100- </ ul >
101- </ dd >
102- < dt > サンプルコード</ dt >
103- < dd > < p > 講義の進捗ごとにリポジトリを用意します.</ p >
104- < ul >
105- < li > < a href ="https://github.com/is-prg1b/lx01 "> day01</ a > <!-- /
106- - [day02](https://github.com/is-prg1b/lx02)
107- - [day03](https://github.com/is-prg1b/lx03)
108- - [day04](https://github.com/is-prg1b/lx04)
109- - [day05](https://github.com/is-prg1b/lx05)
110- - [day06](https://github.com/is-prg1b/lx06)
111- - [day07](https://github.com/is-prg1b/lx07)
112- - [day08](https://github.com/is-prg1b/lx08)
113- - [day09](https://github.com/is-prg1b/lx09)
114- - [day10](https://github.com/is-prg1b/lx10)
115- - [day11](https://github.com/is-prg1b/lx11)
116- - [day12](https://github.com/is-prg1b/lx12)
117- - [day13](https://github.com/is-prg1b/lx13)
118- - [day14](https://github.com/is-prg1b/lx14) --> </ li >
119- </ ul >
120- </ dd >
121- </ dl >
12286< h1 id ="gitリポジトリの初期化 "> Gitリポジトリの初期化</ h1 >
12387< p > 以下のような要領で< code > git</ code > コマンドを実行するとGitHub上のリポジトリを複製できます.</ p >
12488< div class ="sourceCode "> < pre class ="sourceCode bash "> < code class ="sourceCode bash "> < span class ="fu "> git</ span > clone git@github.com:is-prg1b/lecture
0 commit comments