-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.html
More file actions
389 lines (371 loc) · 15.1 KB
/
Copy pathresource.html
File metadata and controls
389 lines (371 loc) · 15.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<script src="js/f.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/ico" sizes="32x32">
<title>資工讀書會 - 資源</title>
<script src="js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#goTop").click(function () {
$("html,body").animate({
scrollTop: 0
}, 1000);
});
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('#goTop').fadeIn();
} else {
$('#goTop').fadeOut();
}
});
});
</script>
</head>
<body>
<div class="nav-wrap">
<div class="nav">
<div class="dropdown">
<a onclick="dropDownMenu()" class="dropbtn">
<i onclick="dropDownMenu()" class="material-icons ">menu</i>
</a>
<div id="myDropdown" class="dropdown-content">
<a href="/">首頁</a>
<a href="homework.html">作業</a>
<a href="https://script.google.com/a/mail.nuk.edu.tw/macros/s/AKfycbxUEyk4-PpoPaaMgvjlQrcjcYyyJJ84cDUAKqJLS4DGtXPn5XQ/exec">交作業</a>
<a href="projects.html">作品</a>
<a href="course.html">教材</a>
<a href="resource.html">資源</a>
<a href="http://hackfoldr.org/nukcsie_oj/">舊網站</a>
</div>
</div>
<h2 class="title">資源</h2>
<div class="large-screen">
<svg fill="#FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z" />
</svg>
<a href="index.html">首頁</a>
<a href="homework.html">作業</a>
<a href="https://script.google.com/a/mail.nuk.edu.tw/macros/s/AKfycbxUEyk4-PpoPaaMgvjlQrcjcYyyJJ84cDUAKqJLS4DGtXPn5XQ/exec">交作業</a>
<a href="projects.html">作品</a>
<a href="course.html">教材</a>
<a href="resource.html">資源</a>
<a href="http://hackfoldr.org/nukcsie_oj/">舊網站</a>
</div>
</div>
</div>
<div class="content">
<div class="rel">
<div id="goTop">
<svg class="gotop" fill="#FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M8 11h3v10h2V11h3l-4-4-4 4zM4 3v2h16V3H4z" />
<path d="M0 0h24v24H0z" fill="none" />
</svg>
</div>
</div>
<h1>資工大資源</h1>
<h2>科技新知</h2>
<table class="res-list">
<tbody>
<tr>
<td>中 - UNIKO's hardware</td>
<td>
<a href="http://www.unikoshardware.com/" target="_blank">http://www.unikoshardware.com/</a>
</td>
</tr>
<tr>
<td>中 - iThome</td>
<td>
<a href="http://www.ithome.com.tw/" target="_blank">http://www.ithome.com.tw/</a>
</td>
</tr>
<tr>
<td>中 - 電獺少女</td>
<td>
<a href="https://agirls.aotter.net/" target="_blank">https://agirls.aotter.net/</a>
</td>
</tr>
<tr>
<td>中 - TDOHacker</td>
<td>
<a href="http://tdoh.logdown.com/" target="_blank">http://tdoh.logdown.com/</a>
</td>
</tr>
</tbody>
</table>
<h2>程設綜合</h2>
<table class="res-list">
<tbody>
<tr>
<td>中 - OPENHOME</td>
<td>
<a href="https://openhome.cc/Gossip/index.html" target="_blank">https://openhome.cc/Gossip/index.html</a>
</td>
</tr>
<tr>
<td>中 - 程式語言教學誌</td>
<td>
<a href="https://pydoing.blogspot.tw/" target="_blank">https://pydoing.blogspot.tw/</a>
</td>
</tr>
<tr>
<td>中 - 成大資工Wiki</td>
<td>
<a href="http://wiki.csie.ncku.edu.tw/" target="_blank">http://wiki.csie.ncku.edu.tw/</a>
</td>
</tr>
<tr>
<td>英 - DevDocs</td>
<td>
<a href="http://devdocs.io/" target="_blank">http://devdocs.io/</a>
</td>
</tr>
</tbody>
</table>
<h2>競程=演算法+資料結構</h2>
<table class="res-list">
<tbody>
<tr>
<td>英 - VisuAlgo</td>
<td>
<a href="https://visualgo.net/en" target="_blank">
https://visualgo.net/en
</a>
</td>
</tr>
<tr>
<td>中 - 演算法筆記</td>
<td>
<a href="http://www.csie.ntnu.edu.tw/~u91029/index.html" target="_blank">
http://www.csie.ntnu.edu.tw/~u91029/index.html
</a>
</td>
</tr>
<tr>
<td>中 - 資訊之芽</td>
<td>
<a href="https://www.csie.ntu.edu.tw/~sprout/algo2016/" target="_blank">
https://www.csie.ntu.edu.tw/~sprout/algo2016/
</a>
</td>
</tr>
<tr>
<td>中 - 2018交大競程訓練營</td>
<td>
<a href="https://sites.google.com/g2.nctu.edu.tw/pcca-winter-2018/%E8%AA%B2%E7%A8%8B%E8%B3%87%E8%A8%8A" target="_blank">
https://sites.google.com/g2.nctu.edu.tw/pcca-winter-2018
</a>
</td>
</tr>
</tbody>
</table>
<h2>Online Judge</h2>
<table class="res-list">
<tbody>
<tr>
<td>英 - UVa Online Judge</td>
<td>
<a href="https://uva.onlinejudge.org/" target="_blank">https://uva.onlinejudge.org/</a>
</td>
</tr>
<tr>
<td>英 - Sphere Online Judge</td>
<td>
<a href="http://www.spoj.com/" target="_blank">http://www.spoj.com/</a>
</td>
</tr>
<tr>
<td>英 - CodeForces</td>
<td>
<a href="http://codeforces.com/" target="_blank">http://codeforces.com/</a>
</td>
</tr>
<tr>
<td>英 - LeetCode</td>
<td>
<a href="https://leetcode.com/" target="_blank">https://leetcode.com/</a>
</td>
</tr>
<tr>
<td>英 - TopCoder</td>
<td>
<a href="https://www.topcoder.com/" target="_blank">https://www.topcoder.com/</a>
</td>
</tr>
<tr>
<td>日 - Atcoder</td>
<td>
<a href="https://atcoder.jp/" target="_blank">https://atcoder.jp/</a>
</td>
</tr>
<tr>
<td>中 - Zero Judge</td>
<td>
<a href="http://zerojudge.tw/" target="_blank"> http://zerojudge.tw/</a>
</td>
</tr>
<tr>
<td>中 - ITSA / PTC</td>
<td>
<a href="http://e-tutor.itsa.org.tw/e-Tutor/" target="_blank"> http://e-tutor.itsa.org.tw/e-Tutor/</a>
</td>
</tr>
<tr>
<td>中 - TIOJ</td>
<td>
<a href="http://tioj.infor.org/" target="_blank"> http://tioj.infor.org/</a>
</td>
</tr>
<tr>
<td>簡 - PKU Online Judge</td>
<td>
<a href="http://poj.org/" target="_blank"> http://poj.org/</a>
</td>
</tr>
</tbody>
</table>
<h2>C/C++</h2>
<table class="res-list">
<tbody>
<tr>
<td>英 - CPlusPlus Reference</td>
<td>
<a href="http://www.cplusplus.com/reference/" target="_blank">http://www.cplusplus.com/reference</a>
</td>
</tr>
<tr>
<td>中 - Code風景區</td>
<td>
<a href="https://codingsimplifylife.blogspot.tw/" target="_blank"> https://codingsimplifylife.blogspot.tw/</a>
</td>
</tr>
<tr>
<td>中 - 你所不知道的C語言</td>
<td>
<a href="http://hackfoldr.org/dykc/" target="_blank">http://hackfoldr.org/dykc/</a>
</td>
</tr>
</tbody>
</table>
<h2>Python</h2>
<table class="res-list">
<tr>
<td>英 - Official Document</td>
<td>
<a href="https://docs.python.org/3/">https://docs.python.org/3/</a>
</td>
</tr>
<tr>
<td>英 - Official Tutorial</td>
<td>
<a href="https://docs.python.org/3/tutorial/index.html">https://docs.python.org/3/tutorial/index.html</a>
</td>
</tr>
<tr>
<td>中 - BeautifulSoup教學</td>
<td>
<a href="https://blog.gtwang.org/programming/python-beautiful-soup-module-scrape-web-pages-tutorial/">https://blog.gtwang.org/</a>
</td>
</tr>
<tr>
<td>簡 - Selenium用法</td>
<td>
<a href="https://cuiqingcai.com/2599.html">https://cuiqingcai.com/2599.html</a>
</td>
</tr>
</table>
<h2>HTML / CSS</h2>
<table class="res-list">
<tbody>
<tr>
<td>英 - W3School HTML</td>
<td>
<a href="https://www.w3schools.com/html/default.asp" target="_blank">https://www.w3schools.com/html/default.asp</a>
</td>
</tr>
<tr>
<td>英 - W3School CSS</td>
<td>
<a href="https://www.w3schools.com/css/default.asp" target="_blank"> https://www.w3schools.com/css/default.asp</a>
</td>
</tr>
<tr>
<td>簡 - CSS偷吃步</td>
<td>
<a href="https://github.com/chokcoco/iCSS" target="_blank"> https://github.com/chokcoco/iCSS</a>
</td>
</tr>
<tr>
<td>簡 - CSS黑魔法</td>
<td>
<a href="https://github.com/jawil/blog/issues/29" target="_blank"> https://github.com/jawil/blog/issues/29</a>
</td>
</tr>
<tr>
<td>英 - Introduction to BootStrap</td>
<td>
<a href="https://getbootstrap.com/docs/4.0/getting-started/introduction/" target="_blank"> https://getbootstrap.com/docs/4.0/getting-started/introduction/</a>
</td>
</tr>
<tr>
<td>中 - Introduction to BootStrap</td>
<td>
<a href="http://bootstrap.hexschool.com/docs/4.0/getting-started/introduction/" target="_blank"> http://bootstrap.hexschool.com/docs/4.0/getting-started/introduction/</a>
</td>
</tr>
<tr>
<td>中 - Mozilla Web Docs</td>
<td>
<a href="https://developer.mozilla.org/zh-TW/" target="_blank"> https://developer.mozilla.org/zh-TW/</a>
</td>
</tr>
<tr>
<td>中 - 前端,沒有極限</td>
<td>
<a href="https://wcc723.github.io/">https://wcc723.github.io/</a>
</td>
</tr>
</tbody>
</table>
<h2>Javascript</h2>
<table class="res-list">
<tbody>
<tr>
<td>英 - W3School JS</td>
<td>
<a href="https://www.w3schools.com/js/default.asp" target="_blank"> https://www.w3schools.com/js/default.asp</a>
</td>
</tr>
<tr>
<td>英 - JQuery Cheat Sheet</td>
<td>
<a href="https://oscarotero.com/jquery/" target="_blank">https://oscarotero.com/jquery/</a>
</td>
</tr>
<tr>
<td>英 - p5.js</td>
<td>
<a href="https://p5js.org/reference/" target="_blank"> https://p5js.org/reference/</a>
</td>
</tr>
<tr>
<td>中 - Javascript初心者工作坊</td>
<td>
<a href="https://quip.com/25FSApN9lYFA" target="_blank"> https://quip.com/25FSApN9lYFA</a>
</td>
</tr>
<tr>
</tbody>
</table>
</div>
<div class="footer">
<p>WebDeveloper : DebugKai / Contribution : Kix / Icon Designer: 奶油飛</p>
</div>
</body>
</html>