# HG changeset patch # User Christian Urban # Date 1510304446 0 # Node ID cd6263c3f3fc76da6dad6aa5818b3c2dbb22a6c4 # Parent d97c269e9c22907727c7fe472450cfa45ae847b7 updated diff -r d97c269e9c22 -r cd6263c3f3fc cws/cw01.pdf Binary file cws/cw01.pdf has changed diff -r d97c269e9c22 -r cd6263c3f3fc cws/cw01.tex --- 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; diff -r d97c269e9c22 -r cd6263c3f3fc slides/slides01.pdf Binary file slides/slides01.pdf has changed diff -r d97c269e9c22 -r cd6263c3f3fc slides/slides01.tex --- 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