Brettboka Downloader
Nedlastingsverktøy for brettboka.no
Laster ned hver side som et bilde
Boken må være kjøpt
HVORDAN LASTE NED BØKER
- logg inn på web-versjonen av brettboka.no, og åpne boken du vil laste ned
Nedlastingsverktøy for brettboka.no
Laster ned hver side som et bilde
Boken må være kjøpt
<script type="text/javascript"> | |
// Download the ZIP(on github), and open this HTML file in the browser. | |
// Open the console, and you should see the result of runTest(20, 100); | |
// try writing "runTest(1000,10)" in the console | |
runTest(20, 100); | |
// the Percolation and WeightedQuickUnionUF functions come from this article: | |
// http://michaeltoth.me/using-javascript-to-visualize-a-percolation-system.html |