updated
authorChristian Urban <urbanc@in.tum.de>
Fri, 10 Nov 2017 09:00:46 +0000
changeset 142 6f4d8b5e6d80
parent 141 822adb464c90
child 143 11396c17cd8b
updated
cws/cw01.pdf
cws/cw01.tex
slides/slides01.pdf
slides/slides01.tex
Binary file cws/cw01.pdf has changed
--- a/cws/cw01.tex	Fri Nov 10 01:02:52 2017 +0000
+++ b/cws/cw01.tex	Fri Nov 10 09:00:46 2017 +0000
@@ -381,9 +381,9 @@
 when compounded, lead to moderately different values.\bigskip
 
 \noindent
-\textbf{Hints:} useful string functions: \texttt{startsWith(...)} for
-testing a string having a given prefix, \texttt{\_ + \_} for
-concatenating twop strings; useful option functions: \texttt{.flatten}
+\textbf{Hints:} useful string functions: \texttt{.startsWith(...)} for
+checking whether a string has a given prefix, \texttt{\_ + \_} for
+concatenating two strings; useful option functions: \texttt{.flatten}
 flattens a list of options such that it filters way all
 \texttt{None}'s, \texttt{Try(...) getOrElse ...} runs some code that
 might raise an exception, if yes, then a default value can be given;
Binary file slides/slides01.pdf has changed
--- a/slides/slides01.tex	Fri Nov 10 01:02:52 2017 +0000
+++ b/slides/slides01.tex	Fri Nov 10 09:00:46 2017 +0000
@@ -388,7 +388,7 @@
 \begin{itemize}
 \item sorry, I might have been a bit wordy:\\
   CW description is 7 pages, but
-  I only needed \mbox{< 100} loc for all the CW\bigskip
+  I only needed \mbox{< 150} loc for all the CW\bigskip
 
 \item there is email feedback when pushing code to github\bigskip