-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathio.tex
88 lines (80 loc) · 2.15 KB
/
io.tex
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
\pdfminorversion=4
\documentclass[mathserif,xcolor={dvipsnames,table}]{beamer}
\mode<presentation>{\usetheme{Warsaw}\usecolortheme{crane}}
\usepackage{centernot}
\usepackage{graphicx}
\usepackage{transparent}
\usepackage{geometry}
\usepackage{tikz}
\usetikzlibrary{shadows}
\usepackage[utf8x]{inputenc}
%\usepackage[latin,frenchb,greek,english]{babel}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{ae}
%\usepackage[babel=true]{microtype}
\beamertemplatenavigationsymbolsempty
\usepackage{draftwatermark}
\title{\textbf{Giving it the Old In-Out}}
\date{}
\author{CS4803UWS at the\\
Georgia Institute of Technology
}
\begin{document}
{
\setbeamertemplate{background canvas}{%
\includegraphics[width=\paperwidth,height=\paperheight]{images/gt2.jpeg}
}%
\begin{frame}[plain]
\textcolor{white}{
\transparent{0.5}%
\colorbox{black}{\textbf{giving it the old in-out}}
}
\vspace{2.7in}
\\
\hfill\includegraphics[scale=.25]{images/cc-logo.pdf}
\includegraphics[scale=.25]{images/cc-new.pdf}
\includegraphics[scale=.25]{images/cc-share.pdf}
\textcolor{white}{
\\
\hfill \tiny{CC3.0 share-alike attribution}\\
}
\textcolor{white}{
\hfill \scriptsize{copyright \copyright\ 2013}\\
}
\end{frame}
}
\begin{frame}{Input and output}
Let's define ``input'' as ``loads from outside our process'' and
``output'' as ``stores visible outside our process''.
\vfill
This covers, then:
\begin{columns}
\begin{column}{.5\textwidth}
\end{column}
\begin{column}{.5\textwidth}
\end{column}
\end{columns}
\end{frame}
\begin{frame}
\huge FIXME about 20 more pages...
\end{frame}
\begin{frame}{Recommended reading}
\footnotesize{
\begin{itemize}
\item Stevens and Rago. ``Advanced Programming in the UNIX Environment'' 2nd edition (2005).
\item Johnson Hart. ``Windows System Programming'' 4th edition (2010).
\item George Varghese. ``Networking Algorithmics'' (2004).
\end{itemize}
}
\end{frame}
\begin{frame}{Hack on!}
``Anybody can build a fast CPU. The trick is to build a fast system.''\\
\hfill---Seymour Cray
\vfill
``Do not go gentle into that good night,\\
Old age should burn and rave at close of day;\\
Rage, rage against the dying of the light.''\\
\hfill---Dylan Thomas (1951)
\end{frame}
\end{document}