updated
authorChristian Urban <urbanc@in.tum.de>
Thu, 14 Sep 2017 14:48:43 +0100
changeset 481 f1cde0b6cc30
parent 480 51b47eb732f9
child 482 f0a42a598e4d
updated
bsc-projects-17.html
--- a/bsc-projects-17.html	Thu Sep 14 12:51:22 2017 +0100
+++ b/bsc-projects-17.html	Thu Sep 14 14:48:43 2017 +0100
@@ -129,7 +129,8 @@
   So I know they are worth their money. Still, it would be interesting to actually compare their results
   with my simple rainy-afternoon matcher and potentially &ldquo;blow away&rdquo; the regular expression matchers 
   in Python, Ruby and Java (and possibly in Scala too). The application would be to implement a fast lexer for
-  programming languages, or improve the network traffic analysers in the tools Snort and Bro???
+  programming languages, or improve the network traffic analysers in the tools <A HREF="https://www.snort.org">Snort</A> and
+  <A HREF="https://www.bro.org">Bro</A>.
   </p>
 
   <p>
@@ -207,7 +208,7 @@
   very optimised subsets of JavaScript that can be used for this purpose:
   one is <A HREF="http://asmjs.org">asm.js</A> and the other is
   <A HREF="https://github.com/kripken/emscripten/wiki">emscripten</A>. Since
-  last year there is even the official Webassembly???
+  last year there is even the official <A HREF="http://webassembly.org">Webassembly</A>
   There is a <A HREF="http://kripken.github.io/emscripten-site/docs/getting_started/Tutorial.html">tutorial</A> for emscripten
   and an impressive <A HREF="https://youtu.be/c2uNDlP4RiE">demo</A> which runs the
   <A HREF="http://en.wikipedia.org/wiki/Unreal_Engine">Unreal Engine 3</A>