# HG changeset patch
# User Christian Urban <urbanc@in.tum.de>
# Date 1348960912 -3600
# Node ID fd7e587c794e288e05ecaa28b2eed2aa2a42fae6
# Parent  2bd3530c30afe4dc491ea2346d79c5bc542e67fa
tuning

diff -r 2bd3530c30af -r fd7e587c794e hw01.pdf
Binary file hw01.pdf has changed
diff -r 2bd3530c30af -r fd7e587c794e hw01.tex
--- a/hw01.tex	Fri Sep 28 15:18:44 2012 +0100
+++ b/hw01.tex	Sun Sep 30 00:21:52 2012 +0100
@@ -7,13 +7,13 @@
 \section*{Homework 1}
 
 \begin{enumerate}
-\item {\bf (Optional)} If you want to look at code presented in the lectures, install Scala available from
+\item {\bf (Optional)} If you want to have a look at the code presented in the lectures, install Scala available (for free) from
 \begin{center}
 \url{http://www.scala-lang.org}
 \end{center}
 
 \noindent
-The web-applications were written in Scala using the Play Framework available from
+The web-applications from the first lecture are written in Scala using the Play Framework available (also for free) from
 \begin{center}
 \url{http://www.playframework.org}
 \end{center}
@@ -35,7 +35,7 @@
 \item Explain what hashes and salts are. Describe how they can be used for ensuring data integrity and
 storing password information.
 
-\item What are good uses of cookies (browser cookies)?
+\item What are good uses of cookies (that is browser cookies)?
 
 \end{enumerate}