Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
teaching
nswi170
web
Commits
c1bd4dbe
Commit
c1bd4dbe
authored
May 19, 2021
by
Zavoral Filip RNDr. Ph.D.
Browse files
Merge branch 'master' of
https://gitlab.mff.cuni.cz/teaching/nswi170/web
into master
parents
462997b4
9a8a70f0
Changes
9
Show whitespace changes
Inline
Side-by-side
bednarek.html
View file @
c1bd4dbe
...
...
@@ -77,12 +77,23 @@
</tr>
<tr>
<td><span
style=
"text-decoration: line-through;"
>
12.5.
<br/>
(rektorský den)
</span></td>
<td
>
</td>
<td
rowspan=
2
>
Arduino - běžící zpráva
</td>
<td>
Zadání v
<a
href=
"https://recodex.mff.cuni.cz/app/assignment/a486a874-b291-11eb-a1a9-005056ad4f31"
>
recodexu
</a>
</td>
<td></td>
</tr>
<tr>
<td>
(19.5.)
</td>
<td><a
href=
"download/db-cs-06-Serial.pptx"
>
Vysvětlení k seriovému portu a úloze 6
</a></td>
<td><a
href=
"https://web.microsoftstream.com/video/203d2b30-a54b-40a4-ae1f-cc7a46b8df44"
><img
width=
24
height=
24
src=
"pic/msstream.png"
/></a></td>
</tr>
<tr>
<td>
(26.5.)
</td>
<td></td>
<td>
Komentáře k úloze 5 a dotazy k úloze 6
</a></td>
<td></td>
</tr>
</table>
<p>
...
...
download/db-cs-06-Serial.pptx
0 → 100644
View file @
c1bd4dbe
File added
download/krulis/lab06-7segalpha.pptx
View file @
c1bd4dbe
No preview for this file type
download/smelko/cvicenie6.txt
0 → 100644
View file @
c1bd4dbe
// map of letter glyphs
constexpr byte LETTER_GLYPH[] {
0b10001000, // A
0b10000011, // b
0b11000110, // C
0b10100001, // d
0b10000110, // E
0b10001110, // F
0b10000010, // G
0b10001001, // H
0b11111001, // I
0b11100001, // J
0b10000101, // K
0b11000111, // L
0b11001000, // M
0b10101011, // n
0b10100011, // o
0b10001100, // P
0b10011000, // q
0b10101111, // r
0b10010010, // S
0b10000111, // t
0b11000001, // U
0b11100011, // v
0b10000001, // W
0b10110110, // ksi
0b10010001, // Y
0b10100100, // Z
};
constexpr byte EMPTY_GLYPH = 0b11111111;
constexpr int positionsCount = 4;
\ No newline at end of file
download/smelko/nswi170-lab06-as.pdf
0 → 100644
View file @
c1bd4dbe
File added
index.html
View file @
c1bd4dbe
...
...
@@ -655,7 +655,7 @@ $(document).ready(function(){
<td
class=
"right"
>
20.4.2021
</td>
<td>
914 8545 2781
</td>
<td><a
class=
"extern"
href=
" https://cesnet.zoom.us/j/91485452781"
>
Join the lab - Yaghob
</a></td>
<td>
>
<a
class=
"extern"
href=
"https://web.microsoftstream.com/video/bcd4c2c0-651f-4cbf-9c63-a738c56439ed"
>
Recorded lab
</a></td>
<td><a
class=
"extern"
href=
"https://web.microsoftstream.com/video/bcd4c2c0-651f-4cbf-9c63-a738c56439ed"
>
Recorded lab
</a></td>
</tr>
<tr>
<td
class=
"right"
>
20.4.2021
</td>
...
...
@@ -708,20 +708,20 @@ $(document).ready(function(){
<tr>
<td
class=
"right"
>
18.5.2021
</td>
<td>
914 8545 2781
</td>
<td><a
class=
"extern"
href=
"
https://cesnet.zoom.us/j/91485452781"
>
Join the lab - Yaghob
</a></td>
<td>
Recorded lab
</td>
<td><a
class=
"extern"
href=
"https://cesnet.zoom.us/j/91485452781"
>
Join the lab - Yaghob
</a></td>
<td>
<a
class=
"extern"
href=
"https://web.microsoftstream.com/video/60897a49-4ab9-4f67-a22e-24c34b14698c"
>
Recorded lab
</
a></
td>
</tr>
<tr>
<td
class=
"right"
>
18.5.2021
</td>
<td>
915 2445 5145
</td>
<td><a
class=
"extern"
href=
"https://cesnet.zoom.us/j/91524455145"
>
Join the lecture - Yaghob
</a></td>
<td>
Recorded lecture
</td>
<td>
<a
class=
"extern"
href=
"https://web.microsoftstream.com/video/ef8f38b6-8955-4de1-9c6b-bbb9715c8187"
>
Recorded lecture
</
a></
td>
</tr>
<tr>
<td
class=
"right"
>
19.5.2021
</td>
<td>
934 5196 8778
</td>
<td><a
class=
"extern"
href=
"https://cesnet.zoom.us/j/93451968778"
>
Join the lab - Šmelko
</a></td>
<td>
Recorded lab
</td>
<td>
<a
class=
"extern"
href=
"https://web.microsoftstream.com/video/3824c95f-b277-4a4e-b58c-d723c43400f7"
>
Recorded lecture
</a>
</td>
</tr>
<tr>
<td
class=
"right"
>
25.5.2021
</td>
...
...
krulis.html
View file @
c1bd4dbe
...
...
@@ -155,26 +155,24 @@ $(document).ready(function(){
</a>
</td>
<td>
<a
class=
"extern"
href=
"download/krulis/7SegMessageBase.ino"
>
starter pack
</a>
,
<a
class=
"extern"
href=
"https://youtu.be/2Gg-jnJHWa0"
>
result
</a>
<a
class=
"extern"
href=
"https://youtu.be/YCbglNdO1Xo"
>
result
</a>
</td>
<td>
<a
class=
"extern"
href=
"https://web.microsoftstream.com/video/4817711c-5981-46f8-9518-bb65e391e946"
>
recording
</a>
</td>
<td>
<a
class=
"extern"
href=
"https://recodex.mff.cuni.cz/app/assignment/e2c42574-b887-11eb-a1a9-005056ad4f31"
>
assignment
</a>
</td>
</tr>
<tr>
<td>
2.6.2021
</td>
<td
width=
"100%"
>
Possibly a c
onsultation or
term for early submission of
final assignment
</td>
<td
width=
"100%"
>
C
onsultation
f
or
running message assignment, explaining
final assignment
(AD
&
D dice)
</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</div>
<div
id=
"footer"
></div>
...
...
smelko.html
View file @
c1bd4dbe
...
...
@@ -111,8 +111,16 @@
<tr>
<td>
6.
</td>
<td>
Alfanumerický displej
</td>
<td></td>
<td>
<!--<a href="http://ulita.ms.mff.cuni.cz/~zavoral/nswi170/ard-74.mp4">6.3-6.4</a>-->
<td>
<a
class=
"file_link"
href=
"download/smelko/nswi170-lab06-as.pdf"
>
<img
src=
"pic/pdf-icon.png"
alt=
"PDF File Icon"
>
<span>
lab06
</span>
</a>
</td>
<td>
<a
href=
"download/smelko/cvicenie6.txt"
>
poznámky k 6. cvičeniu
</a>
</td>
</tr>
</table>
...
...
yaghob.html
View file @
c1bd4dbe
...
...
@@ -108,6 +108,15 @@
<span>
lab-cs-06-7segalpha.pptx
</span>
</a>
</td>
<td>
<a
class=
"extern"
href=
"https://web.microsoftstream.com/video/60897a49-4ab9-4f67-a22e-24c34b14698c"
>
záznam cvičení
</a>
</td>
</tr>
<tr>
<td>
1.6.
</td>
<td>
Final assignment
</td>
<td>
</td>
<td>
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment