From facd6ad359dcb3f786798b7c37e9a41f0297bc0e Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 12 Aug 2015 19:56:54 +0200 Subject: prettier html --- regexvis.html | 173 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 86 insertions(+), 87 deletions(-) diff --git a/regexvis.html b/regexvis.html index 505ebac..c7efde6 100644 --- a/regexvis.html +++ b/regexvis.html @@ -3,13 +3,13 @@ - - + + Visualizing Regular Expressions | regexvis - + - + @@ -19,32 +19,32 @@ - + - + - + -
+
- -
- Reload + +
+ Reload Description - This is little application to visualize regular expressions + This is little application to visualize regular expressions using a deterministic finite state automaton. - It was developed for a seminar by Karin Haenelt -- + It was developed for a seminar by Karin Haenelt -- "Endliche Automaten für die Sprachverarbeitung" in summer term 2010. It is written in pure JavaScript (plus some SVG and underlying HTML) using the Raphaël and jQuery libraries. The corresponding @@ -65,68 +65,67 @@
  • Firefox (3-31): full functionality
  • Opera (10): full functionality
  • -
  • WebKit (Safari/Chrome): backspace in graphical simulation does not work
  • +
  • WebKit (Safari/Chrome): backspace in graphical simulation does not work
  • Internet Explorer: unknown, probably none

To hide this text click Description again.

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + +
-1
Alphabet: -
-
-
?
-
 0
Draw Graph: - - -
?
-
 1
Regular Expression: - - - -
?
-
 2
Word: - - -
+ + + + + + + + + + + + + + + + + + + + + + + + - -
-1
Alphabet: +
+
+
?
+
 0
Draw Graph: + + +
?
+
 1
Regular Expression: + + + +
?
+
 2
Word: + + +
?
- - - - -

- - -

- - - - + + + + + + +

+ + +

+ + + +
- + -
+
-- cgit v1.2.3