Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>a do-it yourself method: Just pick a mono-spaced font and write a function to update a string to be displayed.</p> <p>For example. Blank bar string</p> <pre><code>-------------------------------- </code></pre> <p>Have a var which stores offset start</p> <p>Upon call to said function, using offset as a start marker, replace positions with say, '>' chars, then increase offset by 1. (Don't forget to modulo it)</p> <pre><code>&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;---- -&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;--- --&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;-- ---&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;- ----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt; &gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt; &gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt; &gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt; </code></pre> <p>When displaying the progress bar, add pipes to the ends...</p> <pre><code>|&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----| |-&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;---| |--&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;--| |---&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;-| |----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;| |&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;| |&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;| |&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;&gt;&gt;&gt;----&gt;| </code></pre> <p>Throw in some tags with CSS setting colours and you have a Vista-esque scrolling progress bar, in ASCII</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload