mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-21 02:56:46 +00:00
Commit : async added
This commit is contained in:
parent
20d02a6b14
commit
04febc4494
@ -1,11 +1,11 @@
|
|||||||
<div data-ng-controller="TabsController">
|
<div data-ng-controller="TabsController">
|
||||||
<tabset justified="true">
|
<tabset justified="true" type="pills">
|
||||||
<tab heading="About">
|
<tab heading="About">
|
||||||
<br/>
|
<br/>
|
||||||
<p>Wavelib is a web implementation of C/C++ 1D Wavelet Transform codebase using Emscripten and javascript.</p>
|
<p>Wavelib is a web implementation of C/C++ 1D Wavelet Transform codebase using Emscripten and javascript.</p>
|
||||||
<br/>
|
<br/>
|
||||||
<p><b>Requirements</b> : HTML5 compliant modern web browser with javascript enabled. This webapp uses asm.js and angularjs that are not compatible with
|
<p><b>Requirements</b> : HTML5 compliant modern web browser with javascript enabled. This webapp uses asm.js and angularjs that are not compatible with
|
||||||
older browsers.</p>
|
older browsers. Internet Explorer >= 10.0</p>
|
||||||
<br/>
|
<br/>
|
||||||
<p><b>Inputs</b> : You can enter the data vector using either the file input interface or data input interface. In either case, the input is just a
|
<p><b>Inputs</b> : You can enter the data vector using either the file input interface or data input interface. In either case, the input is just a
|
||||||
one dimensional data vector consisting only of numbers and only including common separators like commas or spaces. </p>
|
one dimensional data vector consisting only of numbers and only including common separators like commas or spaces. </p>
|
||||||
|
@ -59,3 +59,4 @@
|
|||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
||||||
<script src="js/ie10-viewport-bug-workaround.js"></script>
|
<script src="js/ie10-viewport-bug-workaround.js"></script>
|
||||||
<script src="js/wavelib.js"></script>
|
<script async src="js/wavelib.js"></script>
|
||||||
<!--<script src="js/index_user_scripts.js"></script> -->
|
<!--<script src="js/index_user_scripts.js"></script> -->
|
||||||
<!--<script src="js/dygraph-combined-dev.js"></script>-->
|
<!--<script src="js/dygraph-combined-dev.js"></script>-->
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/dygraph/1.1.1/dygraph-combined.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/dygraph/1.1.1/dygraph-combined.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user