Uses 5262K of libraries. Click here for Pure Java version (3787L/28K/70K).
1 | !752 |
2 | |
3 | p { |
4 | S text = getTextFromSucker("#1004698"); |
5 | S lua = callStrategy("#1004720", text); |
6 | scoreTextPredictAlgo_buf = new StringBuilder; |
7 | double score = scoreTextPredictAlgo(makeLuaTextPredictAlgo("L " + lua), text); |
8 | print("Score: " + score); |
9 | |
10 | S s = str(scoreTextPredictAlgo_buf); |
11 | print(unidiff(text, s)); |
12 | print("Length: " + l(text) + " vs " + l(s)); |
13 | |
14 | if (l(text) == l(s)) { |
15 | for i over text: |
16 | if (text.charAt(i) != s.charAt(i)) |
17 | print(intToHex(text.charAt(i)) + " " + intToHex(s.charAt(i))); |
18 | } |
19 | |
20 | print("Code MD5: " + md5(lua)); |
21 | } |
Began life as a copy of #1004734
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004736 |
Snippet name: | Debug Text Predict Algo, Print Differences |
Eternal ID of this version: | #1004736/1 |
Text MD5: | fb715473c17874e230a36afc1382682f |
Transpilation MD5: | dd5b26a27c9d2f8c346ec431f509cf88 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-28 16:18:37 |
Source code size: | 590 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 555 / 625 |
Referenced in: | [show references] |