-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
24 lines (24 loc) · 1010 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Timefold presentations</title>
</head>
<body>
<h1>Timefold presentations</h1>
<ul>
<li><a href="events/2023-10-02-Devoxx_BE.html">Devoxx Belgium - Optimize the world for fun and profit</a></li>
<li><a href="events/2023-09-17-Java_21_launch.html">Java 21 launch - Performance</a></li>
<li><a href="events/2023-11-06-Field_service_routing.html">Field service routing</a></li>
<li><a href="events/2023-12-05-Maintenance_scheduling_and_school_timetabling.html">BeJUG - Fold time and space for maintenance scheduling and school timetabling</a></li>
</ul>
<p>Press space to go the next slide.</p>
<p>Most slides are 2-dimensional. Press escape to understand how that works. Press left/right/up/down to navigate through them.</p>
<h2>PDF of a presentation</h2>
<ol>
<li>Open a presentation</li>
<li>Add <code>?print-pdf</code> to the url</li>
<li>In Google Chrome, print it to a PDF.</li>
</ol>
</body>
</html>