class: center, middle layout: true .footer[2010-10-13 / N. N., IT-avdelningen]
class: first-slide
??? Hello my name is N. N. and I'm going to talk about Example presentations.
- ???
--
- Introduction
??? Describe what this talk is about
--
- Deep-dive
??? Even MOAR describing
--
- Another bullet point
--
#!/usr/bin/env perl
use URI::Escape;
while (<>) {
chomp;
print uri_escape($_)."\n";
}
??? Perl is awesome. The best programming language in the history of mankind!
Suck it Lisp!
#!/usr/bin/env python3
import fileinput
import urllib.parse
for line in fileinput.input():
print(urllib.parse.unquote(line), end='')
??? Boo Python! 🐍's suck!
Well.. until you get to know them…
root@jenkins-test-agent01:~# ls -al --color=always / | head
total 96
drwxr-xr-x 23 root root 4096 May 28 14:57 <span style="font-weight:bold;color:#3333FF;">.</span>
drwxr-xr-x 23 root root 4096 May 28 14:57 <span style="font-weight:bold;color:#3333FF;">..</span>
drwxr-xr-x 2 root root 4096 Apr 9 08:23 <span style="font-weight:bold;color:#3333FF;">bin</span>
drwxr-xr-x 4 root root 4096 May 28 14:57 <span style="font-weight:bold;color:#3333FF;">boot</span>
drwxr-xr-x 17 root root 3180 May 28 09:18 <span style="font-weight:bold;color:#3333FF;">dev</span>
drwxr-xr-x 95 root root 4096 May 14 08:23 <span style="font-weight:bold;color:#3333FF;">etc</span>
drwxr-xr-x 45 root root 4096 May 28 16:12 <span style="font-weight:bold;color:#3333FF;">home</span>
lrwxrwxrwx 1 root root 29 Apr 29 08:23 <span style="font-weight:bold;color:aqua;">initrd.img</span> -> boot/initrd.img-4.9.0-9-amd64
lrwxrwxrwx 1 root root 29 May 28 14:57 <span style="font-weight:bold;color:aqua;">initrd.img.old</span> -> boot/initrd.img-4.9.0-9-amd64
remark.js uses Github flavoured Markdown but any Markdown works