This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Web visitor& | |
Visualizations | |
New Visualization | |
play with viz -> Another New Visualization | |
Another New Visualization | |
play with viz -> New Visualization | |
Loading Cookies | |
no cookies -> Unidentified User |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Computer Off | |
toggle computer -> Computer On | |
Computer On& | |
toggle computer -> Computer Off | |
Audio | |
Audio On | |
toggle audio -> Audio Off | |
Audio Off | |
toggle audio -> Audio On |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
State Explosion Example | |
Audio Off and Video Off | |
audio on -> Audio On and Video Off | |
video on -> Audio Off and Video On | |
Audio On and Video Off | |
audio off -> Audio Off and Video Off | |
video on -> Audio On and Video On | |
Audio Off and Video On | |
audio on -> Audio On and Video On | |
video off -> Audio Off and Video Off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
height: 960 | |
border: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
height: 960 | |
border: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body | |
{ | |
/*font-family: sans-serif;*/ | |
font-family: 'Helvetica', 'Arial', sans-serif; | |
font-size: 12px; | |
height:100%; | |
} | |
body a:link | |
{ |