Skip to content

Commit 1432de9

Browse files
committed
添加ssa-bug幻灯片
1 parent 2718df7 commit 1432de9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+7609
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/book

docs/public/talks/ssa-bug/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
default:
2+
wabook serve
3+
4+
clean:
5+
-rm -rf ./book
4.19 KB
Binary file not shown.
27 KB
Loading
Lines changed: 22 additions & 0 deletions
Loading
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
2+
<!DOCTYPE html>
3+
<html>
4+
<head>
5+
<title>Title of Talk</title>
6+
<meta charset='utf-8'>
7+
<script>
8+
var notesEnabled = false ;
9+
</script>
10+
<script src='./static/present/slides.js'></script>
11+
12+
13+
</head>
14+
15+
<body style='display: none'>
16+
17+
<section class='slides layout-widescreen'>
18+
19+
<article>
20+
<h1>Title of Talk</h1>
21+
22+
23+
24+
<div class="presenter">
25+
26+
27+
<p>
28+
My Name
29+
</p>
30+
31+
32+
33+
<p>
34+
9 Mar 2020
35+
</p>
36+
37+
38+
</div>
39+
40+
</article>
41+
42+
43+
44+
<article >
45+
46+
<h3>Title of Slide (must begin with ##)</h3>
47+
<p>Some Text</p>
48+
<ul>
49+
<li>bullets</li>
50+
<li>more bullets</li>
51+
<li>a bullet continued
52+
on the next line</li>
53+
</ul>
54+
55+
56+
<span class="pagenumber">2</span>
57+
</article>
58+
59+
60+
61+
<article >
62+
63+
<h2>Section</h2>
64+
65+
<span class="pagenumber">3</span>
66+
</article>
67+
68+
69+
70+
<article >
71+
72+
<h3>Section 2: Example formatting</h3>
73+
<p>Formatting:</p>
74+
<p><em>italic</em></p>
75+
<p><strong>bold</strong>
76+
<code>program</code>
77+
Markup—<em>especially italic text</em>—can easily be overused.
78+
<em>Why use scoped_ptr</em>? Use plain <strong>*ptr</strong> instead.</p>
79+
<p>Visit <a href="https://wa-lang.org/" target="_blank" rel="noopener">the Wa home page</a>.</p>
80+
81+
82+
<span class="pagenumber">4</span>
83+
</article>
84+
85+
86+
87+
<article>
88+
<h3>Thank you</h3>
89+
90+
<div class="presenter">
91+
92+
93+
<p>
94+
My Name
95+
</p>
96+
97+
98+
99+
<p>
100+
9 Mar 2020
101+
</p>
102+
103+
<p class="link"><a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
104+
</div>
105+
106+
</article>
107+
108+
</section>
109+
110+
<div id="help">
111+
Use the left and right arrow keys or click the left and right
112+
edges of the page to navigate between slides.<br>
113+
(Press 'H' or navigate to hide this message.)
114+
</div>
115+
</body>
116+
</html>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Title of Talk
2+
3+
My Name
4+
9 Mar 2020
5+
6+
7+
## Title of Slide (must begin with ##)
8+
9+
Some Text
10+
11+
- bullets
12+
- more bullets
13+
- a bullet continued
14+
on the next line
15+
16+
## Section
17+
18+
## Section 2: Example formatting {#fmt}
19+
20+
Formatting:
21+
22+
_italic_
23+
// A comment that is completely ignored.
24+
: Speaker notes.
25+
**bold**
26+
`program`
27+
Markup—_especially italic text_—can easily be overused.
28+
_Why use scoped\_ptr_? Use plain **\*ptr** instead.
29+
30+
Visit [the Wa home page](https://wa-lang.org/).
87.3 KB
Loading
98.7 KB
Loading
Lines changed: 31 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)