Silvia Rădulescu

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
shannon_entropy_calculator [2015/02/03 17:14] silviashannon_entropy_calculator [2015/04/20 15:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== Shannon Entropy Calculator =====
 +<PRELOAD>
 +./lib/scripts/jquery/jquery.min.js
 +</PRELOAD>
 +<CSS>
 +span.entropy_small { font-size: 0.7em; color: #888888; }
 +pre.entropy { font-size: 1em; font-family: "Lucida Console", Monaco, monospace; }
 +pre.entropy_smaller { font-size: 0.8em; font-family: "Lucida Console", Monaco, monospace; }
 +input.entropy, textarea.entropy { font-size: 1.1em; font-family: "Lucida Grande", sans-serif; width: 80%; }
 +</CSS>
 <HTML> <HTML>
-<textarea type="text" name="expr" id="expr" rows="3"></textarea>+<textarea type="text" name="expr" id="expr" rows="3" class="entropy"></textarea>
 <br> <br>
-<span class="small">* use STRING SPACE COUNT, separated by comma, eg. abc 3, def 4</span>+<span class="entropy_small">* use STRING SPACE COUNT, separated by comma, eg. abc 3, def 4</span>
 <p> <p>
-<pre id="result" name="result">H = ...</pre> +<pre id="result" name="result" class="entropy">H = ...</pre> 
-<pre id="detail1" name="detail1" class="smaller">...</pre> +<pre id="detail1" name="detail1" class="entropy_smaller">...</pre> 
-<pre id="detail2" name="detail2" class="smaller">...</pre>+<pre id="detail2" name="detail2" class="entropy_smaller">...</pre>
 </pre> </pre>
 </HTML> </HTML>