Mercurial > hg > Events > OSC2019
comparison slide.html @ 0:19155754a586
create OSC2019 slide template
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 06 Apr 2019 17:28:17 +0900 |
parents | |
children | b135f074e78c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:19155754a586 |
---|---|
1 | |
2 | |
3 | |
4 | |
5 | |
6 <!DOCTYPE html> | |
7 <html> | |
8 <head> | |
9 <meta http-equiv="content-type" content="text/html;charset=utf-8"> | |
10 <title>Perl6の内部表現</title> | |
11 | |
12 <meta name="generator" content="Slide Show (S9) v4.0.1 on Ruby 2.5.1 (2018-03-29) [x86_64-darwin17]"> | |
13 <meta name="author" content="Takahiro Shimizu" > | |
14 | |
15 <!-- style sheet links --> | |
16 <link rel="stylesheet" href="s6/themes/projection.css" media="screen,projection"> | |
17 <link rel="stylesheet" href="s6/themes/screen.css" media="screen"> | |
18 <link rel="stylesheet" href="s6/themes/print.css" media="print"> | |
19 <link rel="stylesheet" href="s6/themes/blank.css" media="screen,projection"> | |
20 | |
21 <!-- JS --> | |
22 <script src="s6/js/jquery-1.11.3.min.js"></script> | |
23 <script src="s6/js/jquery.slideshow.js"></script> | |
24 <script src="s6/js/jquery.slideshow.counter.js"></script> | |
25 <script src="s6/js/jquery.slideshow.controls.js"></script> | |
26 <script src="s6/js/jquery.slideshow.footer.js"></script> | |
27 <script src="s6/js/jquery.slideshow.autoplay.js"></script> | |
28 | |
29 <!-- prettify --> | |
30 <link rel="stylesheet" href="scripts/prettify.css"> | |
31 <script src="scripts/prettify.js"></script> | |
32 | |
33 <script> | |
34 $(document).ready( function() { | |
35 Slideshow.init(); | |
36 | |
37 $('code').each(function(_, el) { | |
38 if (!el.classList.contains('noprettyprint')) { | |
39 el.classList.add('prettyprint'); | |
40 } | |
41 }); | |
42 prettyPrint(); | |
43 } ); | |
44 | |
45 </script> | |
46 | |
47 <!-- Better Browser Banner for Microsoft Internet Explorer (IE) --> | |
48 <!--[if IE]> | |
49 <script src="s6/js/jquery.microsoft.js"></script> | |
50 <![endif]--> | |
51 | |
52 | |
53 | |
54 </head> | |
55 <body> | |
56 | |
57 <div class="layout"> | |
58 <div id="header"></div> | |
59 <div id="footer"> | |
60 <div align="right"> | |
61 <img src="s6/images/logo.svg" width="200px"> | |
62 </div> | |
63 </div> | |
64 </div> | |
65 | |
66 <div class="presentation"> | |
67 | |
68 <div class='slide cover'> | |
69 <table width="90%" height="90%" border="0" align="center"> | |
70 <tr> | |
71 <td> | |
72 <div align="center"> | |
73 <h1><font color="#808db5">Perl6の内部表現</font></h1> | |
74 </div> | |
75 </td> | |
76 </tr> | |
77 <tr> | |
78 <td> | |
79 <div align="left"> | |
80 Takahiro Shimizu | |
81 | |
82 <hr style="color:#ffcc00;background-color:#ffcc00;text-align:left;border:none;width:100%;height:0.2em;"> | |
83 </div> | |
84 </td> | |
85 </tr> | |
86 </table> | |
87 </div> | |
88 | |
89 | |
90 | |
91 <div class='slide'> | |
92 | |
93 <!-- _S9SLIDE_ --> | |
94 <h2 id="このセッションの内容">このセッションの内容</h2> | |
95 | |
96 <ul> | |
97 <li>現在の主要なCコンパイラであるGCCとLLVM/Clangが実際にどのような処理をするかを追っていきます</li> | |
98 <li>コンパイラのトレースにはLLVMをバックエンドとして利用しているlldbを用います</li> | |
99 </ul> | |
100 | |
101 | |
102 </div> | |
103 | |
104 | |
105 </div><!-- presentation --> | |
106 </body> | |
107 </html> |