1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<h3>Developer</h3>
<p><a href="?debug=etcbc4download">Download raw data from the ETCBC4 database for Hebrew morphology and block for hours till ready</a></p>
<p><a href="?debug=etcbc4parse">Parse the downloaded raw data from the ETCBC4 database for Hebrew morphology and block till ready</a></p>
<p><a href="?debug=parsekjv">Parse Crosswire kjvfull.xml into the KJV database and block till ready</a></p>
<p><a href="?debug=parsemorphgnt">Parse MorphGNT Greek New Testament morphology into the morphgnt database and block till ready</a></p>
<p><a href="?debug=parsehebrewlexicon">Parse Open Scriptures Hebrew Lexicon into a database and block till ready</a></p>
<p><a href="?debug=crash">Cause a crash</a></p>
<p><a href="javascript:;" onclick="notifyItSuccess ('This is a notification');">Show notification</a></p>
<p><a href="?debug=receive">Receive email now</a></p>
<p><a href="?debug=ipv6">Connect to http://ipv6.google.com</a></p>
<p><a href="?debug=ipv6s">Connect to https://ipv6.google.com</a></p>
<p><a href="?debug=maintain">Database maintenance</a></p>
<p><a href="../nmt/index">Neural Machine Translation</a></p>
<p>
<a href="javascript:;" onclick="showAlertWithTimeout ();">Show alert and block keyboard for a short time</a>
<input type="text" id="textinput">
</p>
<p class="success">##success##</p>
<p class="error">##error##</p>
<pre><code>
##code##
</code></pre>
<script type="text/javascript" src="index.js"></script>
|