# HG changeset patch
# User Christian Urban
@@ -107,7 +109,7 @@ proposed a simple method for deciding regular expression equivalence described here. The task is to implement this method and test it on examples. - It would be also interesting to see whether Asperti's method also applies to + It would be also interesting to see whether Asperti's method applies to extended regular expressions, described here.
@@ -155,8 +157,8 @@ While the hard work has been done (understanding the two papers above), my compiler only produces some idealised machine code. For example I assume there are infinitely many registers. The goal of this - project is to generate machine code which is more realistic and can - run on a CPU, like x86, or run on a virtual machine, say JVM. + project is to generate machine code that is more realistic and can + run on a CPU, like x86, or run on a virtual machine, say the JVM. This gives probably a speedup of thousand times in comparison to my naive machine code and virtual machine. The project requires to dig into the literature about real CPUs and generating @@ -273,7 +275,7 @@ which essentially is still an unsolved problem in Computer Science. The students only need to be prevented from answering question more than once thus skewing any statistics. Unlike electronic voting, no audit trail needs to be kept - for student polling. Restricting the number of questions can probably be solved + for student polling. Restricting the number of answers can probably be solved by setting appropriate cookies on the students computers or smart phones. @@ -292,7 +294,10 @@ Web Application Engineering course at Udacity is a good starting point to be aware of the issues involved. This course uses Python. - + To evaluate the answers from the student, Google's + Chart Tools + might be useful, which ar also described in this + youtube video.Skills: