-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
208 lines (156 loc) · 5.92 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="HowardHinnant.github.io : World-class C++ expert">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>HowardHinnant.github.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/HowardHinnant">View on GitHub</a>
<h1 id="project_title">HowardHinnant.github.io</h1>
<h2 id="project_tagline">World-class C++ expert</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3><a name="Current items" class="anchor" href="#current-items"><span class="octicon octicon-link"></span></a>Current items</h3>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=H8_ysdOGEKc">My sister is the captain of this plane</a>
</li>
<li>
<a href="vote.html">Vote!</a>
</li>
</ul>
<h3><a name="some-papers" class="anchor" href="#some-papers"><span class="octicon octicon-link"></span></a>Some papers</h3>
<ul>
<li>
<a href="coding_guidelines.html">Some coding guidelines. Just the really important stuff (I don't care where you put your braces).</a>
</li>
<li>
<a href="classdecl.html">A practical style guide for declaring user-defined types.</a>
</li>
<li>
<a href="http://howardhinnant.github.io/date/date.html"><code>date</code> A highly optimized date library</a>
</li>
<li>
<a href="http://howardhinnant.github.io/date/tz.html">Time Zone Database Parser</a>
</li>
<li>
<a href="http://howardhinnant.github.io/date/iso_week.html">ISO week-based calendar system</a>
</li>
<li>
<a href="date_algorithms.html">chrono-Compatible Low-Level Date Algorithms</a>
</li>
<li>
<a href="https://howardhinnant.github.io/date/chrono_io.html"><code>chrono</code> streaming</a>
</li>
<li>
<a href="endian.html">Endian</a>
</li>
<li>
<a href="dining_philosophers.html">Dining Philosophers Rebooted</a>
</li>
<li>
<a href="https://HowardHinnant.github.io/combinations/combinations.html">Combinations and Permutations</a>
</li>
<li>
<a href="TypeHiearchy.pdf">Type Classification</a>
</li>
<li>
<a href="unique_ptr03.html">Brief tutorial for <code>unique_ptr</code></a>
</li>
<li>
<a href="incomplete.html">Incomplete types and <code>shared_ptr / unique_ptr</code></a>
</li>
<li>
<a href="allocator_boilerplate.html">Allocator Boilerplate</a>
</li>
<li>
<a href="stack_alloc.html">short_alloc</a>
</li>
<li>
<a href="duration_io/chrono_util.html"><code><chrono></code> Utilities</a>
</li>
<li>
<a href="onvectorbool.html">On <code>vector<bool></code></a>
</li>
<li>
<a href="On_list_size.html">On <code>std::list::size</code></a>
</li>
<li>
<a href="utf_summary.html">Everything you ever wanted to know about UTF encoding but were afraid to ask</a>
</li>
<li>
<a href="http://htmlpreview.github.io/?https://github.com/HowardHinnant/papers/blob/master/insert_vs_emplace.html"><code>insert</code> vs <code>emplace</code></a>
</li>
<li>
<a href="LWG2228.html">LWG 2228: Missing <i>SFINAE</i> rule in <code>unique_ptr</code> templated assignment</a>
</li>
</ul>
<h3><a name="presentations" class="anchor" href="#presentations"><span class="octicon octicon-link"></span></a>Presentations</h3>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=adSAN282YIw">Meeting C++ 2019 - Design Rationale for the chrono Library</a>
<ul><li><a href="https://meetingcpp.com/mcpp/slides/2019/Hinnant.pdf">Slides</a></li></ul>
</li>
<li>
<a href="https://www.youtube.com/watch?v=hobFOAehwio">Meeting C++ 2019 - How to initialize x from expression y</a>
<ul><li><a href="https://meetingcpp.com/mcpp/slides/2019/Hinnant_lightning.pdf">Slides</a></li></ul>
</li>
<li><p>
<a href="https://www.youtube.com/watch?v=Q-4fzrhgBTg">CppCon 2018 - <code><chrono></code> Then and Now</a>
</p></li>
<li>
<a href="https://www.youtube.com/watch?v=P32hvk8b13M">CppCon 2016 - A <code><chrono></code> Tutorial</a>
<ul><li><a href="http://schd.ws/hosted_files/cppcon2016/d8/%20chrono%20Tutorial%20-%20Howard%20Hinnant%20-%20CppCon%202016.pdf">Slides</a></li></ul>
</li>
<li>
<a href="https://www.youtube.com/watch?v=Vwd3pduVGKY">CppCon 2016 - Welcome To The Time Zone</a>
<ul><li><a href="http://schd.ws/hosted_files/cppcon2016/0f/Welcome%20To%20The%20Time%20Zone%20-%20Howard%20Hinnant%20-%20CppCon%202016.pdf">Slides</a></li></ul>
</li>
<li>
<a href="https://www.youtube.com/watch?v=tzyGjOm8AKo">CppCon 2015 - A C++14 Approach to Dates and Times</a>
<ul><li><a href="http://schd.ws/hosted_files/cppcon2015/43/hinnant_dates.pdf">Slides</a></li></ul>
</li>
<li>
<a href="https://www.youtube.com/watch?v=Njjp_MJsgt8&feature=youtu.be">CppCon 2014 - Types Don’t Know #</a>
<ul><li><a href="https://github.com/CppCon/CppCon2014/blob/master/Presentations/Types%20Don't%20Know%20%23/Types%20Don't%20Know%20%23%20-%20Howard%20Hinnant%20-%20CppCon%202014.pdf?raw=true">Slides</a></li></ul>
</li>
<li>
<a href="https://youtu.be/vLinb2fgkHk">Everything You Ever Wanted To Know About Move Semantics</a>
<ul><li><a href="bloomberg_2016.pdf">Slides</a></li></ul>
</li>
</ul>
<h3><a name="startrek" class="anchor" href="#startrek"><span class="octicon octicon-link"></span></a>The toothpick era</h3>
<ul>
<li>
<a href="Enterprise1.jpg">Enterprise photo 1</a>
</li>
<li>
<a href="Enterprise2.jpg">Enterprise photo 2</a>
</li>
<li>
<a href="concord.jpg">The big Concord move</a>
</li>
</ul>
<h3><a name="resume" class="anchor" href="#resume"><span class="octicon octicon-link"></span></a>Resume</h3>
<ul>
<li><a href="HowardHinnant.html">The Bragging Page...</a></li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>