Skip to content

Commit

Permalink
Merge pull request #1 from YujiSODE/branchY26082016
Browse files Browse the repository at this point in the history
Branch y26082016
  • Loading branch information
YujiSODE authored Aug 26, 2016
2 parents 202e2bc + c05c9cc commit 1bf3282
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"developer": {
"name": "Yuji SODE",
"url": "https://github.com/YujiSODE/aa"
"url": "https://github.com/YujiSODE/testingFtU"
}
}
}
3 changes: 2 additions & 1 deletion subStatDist.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* subStatDist.js
*
* Copyright (c) 2016 Yuji SODE <[email protected]>
* https://github.com/YujiSODE/testingFtU
*
* This is released under the Artistic License.
* See http://dev.perl.org/licenses/ and http://dev.perl.org/licenses/artistic.html
Expand Down Expand Up @@ -68,4 +69,4 @@ var B,tDiv,fm,fmR,lbA,ipA,lbB,ipB,Btn,txtA,restB,adrsLbl,adrs,sbmtB,t,D=[];
restB.addEventListener('click',function(){
slf.document.getElementById(txtA.id).value='';
},true);
}());
}());
4 changes: 2 additions & 2 deletions testingFtU.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- This is released under the Artistic License. -->
<!-- See http://dev.perl.org/licenses/ and http://dev.perl.org/licenses/artistic.html or LICENSE. -->
<!-- Statistical test(F-test, t-test, and U-test) with two numerical arrays -->
<!---->
<!-- https://github.com/YujiSODE/testingFtU -->
<!-- Library list -->
<!-- statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later;
https://github.com/YujiSODE/statDist -->
Expand All @@ -23,4 +23,4 @@
<body>
<script type='text/javascript' src='./subStatDist.js'></script>
</body>
</html>
</html>

0 comments on commit 1bf3282

Please sign in to comment.