Skip to content

Commit

Permalink
"Codelab" slide.
Browse files Browse the repository at this point in the history
In the future we will have a few spots for the codelab.  But for now we
can at least include it in the slides.  Plus this provides for a
location with specific instructions for the codelab inside the slides.
  • Loading branch information
ilya-bobyr committed Apr 19, 2019
1 parent e0d130d commit 6a1692a
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 13 deletions.
42 changes: 35 additions & 7 deletions haskell_101/slides/haskell_101.tex
Original file line number Diff line number Diff line change
Expand Up @@ -844,19 +844,15 @@ \section{Functions}
\end{minipage}
\end{frame}
%% Links
\section{The end}
\begin{frame}
\frametitle{The end!}
\frametitle{The end of the theoretical part!}
\begin{center}
Questions?
\end{center}
\end{frame}
%% Links
\begin{frame}
\frametitle{Links}
\begin{itemize}
Expand All @@ -869,7 +865,39 @@ \section{The end}
\end{itemize}
\end{frame}
%% Codelab
\section{Codelab}
\begin{frame}
\frametitle{Codelab}
\begin{itemize}
\item Compiler
\begin{itemize}
\item apt-get install haskell-platform
\end{itemize}
\item Source
\begin{itemize}
\item
{\scriptsize\texttt{git clone \textbackslash \\
~~https://github.com/google/haskell-trainings.git \\
cd haskell-trainings/haskell\_101/codelab}}
\item
\href{https://github.com/google/haskell-trainings/releases/download/v1.0/haskell_101_codelab.zip}
{https://github.com/google/haskell-trainings/releases/download/v1.0/haskell\_101\_codelab.zip}
\end{itemize}
\end{itemize}
\end{frame}
\section{The end}
\begin{frame}
\frametitle{The end!}
\begin{center}
Questions?
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% End
Expand Down
41 changes: 35 additions & 6 deletions haskell_102/slides/haskell_102.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1190,28 +1190,57 @@ \section{Monadic syntax}
\end{frame}
%% Links
\section{The end}
\begin{frame}
\frametitle{The end!}
\frametitle{The end of the theoretical part!}
\begin{center}
Questions?
\end{center}
\end{frame}
%% Links
\begin{frame}
\frametitle{Links}
\begin{itemize}
\item \href{http://go/haskell-beginners-chat}{go/haskell-beginners-chat}
\item \href{http://go/haskell-102-slides-mtv}{go/haskell-102-slides-mtv}
\item \href{http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html}{adit.io} (functors, applicatives, and monads in pictures)
\item \href{http://dev.stephendiehl.com/hask/}{dev.stephendiehl.com/hask/} (what I wish I knew)
\item \href{https://www.forbes.com/sites/quora/2018/07/27/why-purely-functional-programming-is-a-great-idea-with-a-misleading-name/}{Forbes - Why Purely Functional Programming Is A Great Idea With A Misleading Name}
\end{itemize}
\end{frame}
%% Codelab
\section{Codelab}
\begin{frame}
\frametitle{Codelab}
\begin{itemize}
\item Compiler
\begin{itemize}
\item apt-get install haskell-platform
\end{itemize}
\item Source
\begin{itemize}
\item \href{https://go/haskell-102-codelab-mtv}{go/haskell-102-codelab-mtv}
\item Zip on X20 \\
/google/data/ro/users/ib/ibobyr/haskell\_102\_codelab.zip
\item Piper \\
//google3/experimental/users/ibobyr \\
haskell/grow/102/codelab
\end{itemize}
\end{itemize}
\end{frame}
\section{The end}
\begin{frame}
\frametitle{The end!}
\begin{center}
Questions?
\end{center}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% End
Expand Down

0 comments on commit 6a1692a

Please sign in to comment.