-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
77 lines (76 loc) · 3.61 KB
/
index.html
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Presentations by Felix Klock (pnkfelix)</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="box" id="aboutme">
<h1 class="boxtitle">Presentations by Felix Klock (pnkfelix)</h1>
<ul>
<li>
<a href="contracts2-rw2024.pdf">Contracts for Rust</a> (Rust Verification Workshop, Luxembourg, April 2024)
</li>
<li>
<a href="krabcake-rust-verification-2023-april.pdf">Krabcake: A Rust UB Detector</a> (Rust Verification Workshop, Paris April 2023)
</li>
<li>
<a href="https://youtu.be/joZbWqqfqgg">Ask Me Anything, with Felix Klock, hosted by Derek Dreyer</a> (virtual PLDI July 2020, YouTube)
</li>
<li>
<a href="perf-meetup-algolia-2018.html">Rust: Fearless at all Levels</a> (Algolia Search Party, Paris October 2018, <a href="https://youtu.be/9QuI2Z0stbs?t=2755">video</a>)
</li>
<li>
<a href="rustfest-zurich-2017.html">A RustFest Carol</a> (Rust Fest, Zurich September 2017)
</li>
<li>
<a href="iwaco-2017.html">Aliasing, Capabilities, and Ownership in Rust</a> (IWACO, Barcelona June 2017)
</li>
<li>
<a href="two-years-of-rust.html">Two Years of Rust</a> (Rust Paris Meetup, May 2017)
</li>
<li>
<a href="craftconf-2017-deploy/craftconf-2017.html">Rust: Systems Programming for Everyone</a> (Craft Conf, Budapest 2017, <a href="https://www.ustream.tv/recorded/102840522">video</a>)
</li>
<li>
<a href="monartist-padl-2017-slides.html"><code>mon-artist</code>: A Declarative DSL for Custom Rendering of ASCII Art</a> (PADL, Paris 2017)
</li>
<li>
<a href="rustfest-berlin-2016/slides.html">Subtyping in Rust and Clarke's Third Law</a> (Rust Fest, Berlin 2016, <a href="https://www.youtube.com/watch?v=fI4RG_uq-WU">video</a>)
</li>
<li>
<a href="rust-marcomms-agency-day-2016/slides.html">Rust: No Fear Systems Dev</a> (MarComms Agency Day Sept 2016)
</li>
<li>
<a href="london-tango-demo/slides.html"><code>tango</code>: Dancing Around Literate Programming</a> (London Rust Meetup June 2016, <a href="https://skillsmatter.com/skillscasts/8372-tango-literate-programming-in-rust">video</a>)
</li>
<li>
<a href="qcon-london2016-deploy/qcon-london2016.html">Rust: Systems Programming for Everyone</a> (QCon London 2016, <a href="https://www.infoq.com/presentations/rust">video</a>)
</li>
<li>
<a href="curry-on2015.html">Rust: A Type System You Didn't Know You Wanted</a> (Curry On 2015, <a href="https://www.youtube.com/watch?v=Q7lQCgnNWU0">video</a>)
</li>
<li>
<a href="rust-demo-scala2014.pdf">Rust Demo</a> (Scala Users Group Paris 2014)
</li>
<li>
<a href="rust-demo-ml2014.pdf">Rust Demo</a> (ML Family Workshop 2014, <a href="https://www.youtube.com/watch?v=RvbkD5nRGA8">video</a>)
</li>
<li>
<a href="http://pnkfelix.github.io/rust-examples-icfp2014/">Rust Tutorial</a> (CUFP 2014)
</li>
</ul>
</div>
<div class="box" id="other-useful-links">
<h2 class="boxtitle">other useful links</h2>
<ul>
<li><a href="http://www.rust-lang.org/install.html">Rust nightlies</a></li>
<li><a href="http://play.rust-lang.org/">Rust play-pen</a></li>
<li><a href="http://www.rust-lang.org/">rust-lang.org</a></li>
<li><a href="http://doc.rust-lang.org/std/index.html">standard library docs</a></li>
<li><a href="http://doc.rust-lang.org/index.html">docs</a></li>
</ul>
</div>
</body>
</html>